@import url(https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);*{box-sizing:border-box;margin:0;padding:0}.navbar{background:linear-gradient(135deg,#ff7375,#fda55d);box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;flex-direction:row;justify-content:space-between;left:0;padding:1rem 5rem;position:absolute;right:0;top:0;z-index:999}@media screen and (max-width:575px){.navbar{align-items:center;border-top:1px solid hsla(0,0%,49%,.452);bottom:0;flex-direction:row;left:0;padding:1rem;position:fixed;right:0;top:auto}}.navbar__logo{height:50px;width:75px}@media screen and (max-width:575px){.navbar__logo{height:30px;padding:0 10px 0 0;width:50px}}.navbar__logo img{height:100%;width:100%}.navbar__links{align-items:center;display:flex;text-align:center}.navbar__links--text{color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;transition:.2s ease-in-out}.navbar__links--text:hover{border-bottom:1px solid #000;color:#363636}.navbar__links__desktop{align-items:center;display:flex;flex-direction:row;gap:2rem;list-style-type:none;padding:0 1rem}.navbar__links__desktop li a{text-decoration:none}@media screen and (max-width:990px){.navbar__links__desktop{display:none}}@media screen and (max-width:575px){.navbar__links__desktop{display:flex;gap:1rem;padding:0 .5rem}}.navbar__links__mobile{align-items:center;background-color:hsla(0,0%,100%,.9);bottom:0;display:flex;flex-direction:column;gap:1rem;justify-content:center;list-style-type:none;padding:1rem;position:fixed;right:0;text-align:center;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;width:50%;z-index:9999}.navbar__links__mobile li a{color:#363636;font-size:2rem;text-decoration:none}.navbar__links__mobile.active{-webkit-transform:translateX(0);transform:translateX(0)}.navbar__links__hamburger{display:none}@media screen and (max-width:990px){.navbar__links__hamburger{color:#fff;cursor:pointer;display:flex;font-size:1.3rem}}@media screen and (max-width:575px){.navbar__links__hamburger{display:none}}.navbar__overlay{background-color:rgba(0,0,0,.5);bottom:0;left:0;position:fixed;right:0;top:0;z-index:9998}@-webkit-keyframes slideIn{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideIn{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.hero{align-items:center;background:linear-gradient(135deg,#ff4e50,#fc913a);display:flex;height:100vh;padding:7rem 0 5rem}@media screen and (max-width:575px){.hero{padding:0 0 5rem}}@media screen and (max-width:990px){.hero{height:auto}}.hero .hero-box{align-items:center;-webkit-animation:pop-in .5s ease-in-out;animation:pop-in .5s ease-in-out;display:flex;justify-content:space-between;padding:0 2rem}.hero .hero-box__side1{align-items:flex-start;display:flex;flex:1 1;flex-basis:50%;flex-direction:column;justify-content:center;padding-right:2rem}.hero .hero-box__side1--title{color:#fff;font-size:3.75rem;inline-size:100%;margin-bottom:1.5rem;text-transform:uppercase}@media screen and (max-width:560px){.hero .hero-box__side1--title{font-size:2.2rem}}.hero .hero-box__side1--text{color:#fff;font-size:1.3rem;margin-bottom:1.5rem}.hero .hero-box__side1--loadbar{height:30px;width:30px}.hero .hero-box__side1--loadbar--circle{align-items:center;background:conic-gradient(#666 0deg,hsla(0,0%,59%,.596) 0deg);border-radius:50%;box-shadow:0 0 5px -1px rgba(0,0,0,.34);display:flex;height:100%;justify-content:center;width:100%}.hero .hero-box__side1--loadbar--circle--inner{background:linear-gradient(135deg,#ff4e50,#fc913a);border-radius:50%;box-shadow:inset 0 0 2px -1px rgba(0,0,0,.34);height:60%;width:60%}@media screen and (max-width:990px){.hero .hero-box__side1{margin:1.5rem auto 0;padding:0 1.5rem}}.hero .hero-box__side2{display:flex;flex-basis:50%;height:500px;justify-content:center;max-width:50%}.hero .hero-box__side2 img{background-position:50%;box-shadow:4px 5px 20px rgba(0,0,0,.425);max-height:100%;max-width:100%;object-fit:cover}@media screen and (max-width:990px){.hero .hero-box{flex-direction:column-reverse}.hero .hero-box__side2{height:auto;max-width:100%}.hero .hero-box__side2 img{height:auto;max-width:none;width:100%}.hero .hero-box{padding:0}}@-webkit-keyframes pop-in{0%{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes pop-in{0%{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.why-us{margin-bottom:1.5rem;margin-top:1.5rem}.why-us__box{display:flex;flex-direction:column;flex-wrap:wrap;width:100%}.why-us__box--title{inline-size:35%;margin-bottom:1.5rem;text-transform:uppercase}@media screen and (max-width:990px){.why-us__box--title{inline-size:100%;margin-bottom:3.5rem;margin-top:3.5rem}}.why-us__box--content{grid-gap:20px;display:grid;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:778px){.why-us__box--content{grid-template-columns:repeat(1,1fr)}}.why-us__box--content--element{background:radial-gradient(circle at top right,#242424,#303030);border-radius:10px;display:flex;flex-direction:column;justify-content:space-evenly;padding:3.2rem 2.4rem}@media screen and (max-width:778px){.why-us__box--content--element{align-items:center;text-align:center}}.why-us__box--content--element--icon{height:60px;margin-bottom:1rem;width:60px}.why-us__box--content--element--icon img{height:60px;width:60px}.why-us__box--content--element--title{color:#fff;font-size:1.2rem;font-weight:800;margin-bottom:1rem;text-transform:uppercase}.why-us__box--content--element--text{color:#a8a8a8}.subscription{background:linear-gradient(135deg,#ff4e50,#fc913a);padding:3rem 0}.subscription .subscription__box{align-items:center;background-color:#fff;border-radius:10px;display:flex;flex-direction:column;padding:2rem;text-align:center}.subscription .subscription__box--text,.subscription .subscription__box--title{margin-bottom:1.5rem}.subscription .subscription__box--text a{color:#363636;font-weight:700;text-decoration:none}.subscription .subscription__box--text a:hover{text-decoration:underline}.subscription .subscription__box--msgs{display:flex;margin-bottom:1.5rem}.subscription .subscription__box--msgs--err{color:#db0318;font-weight:800;padding:15px 0 0}.subscription .subscription__box--msgs--scss{color:#229100;font-weight:800;padding:15px 0 0}.subscription .subscription__box--inputs{display:flex;gap:1rem;overflow:hidden}@media screen and (max-width:400px){.subscription .subscription__box--inputs{flex-direction:column;width:100%}}.subscription .subscription__box--inputs--input{background-color:hsla(0,0%,81%,.212);border:1px solid #b9b9b9;border-radius:5px;outline:none;padding:1rem 1.2rem 1rem 1rem}.subscription .subscription__box--inputs--submit{background-color:#ff373a;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:600;padding:1rem;transition:.2s ease-in-out}.subscription .subscription__box--inputs--submit:hover{background-color:#bb0306}.group-trainings{overflow:hidden;padding:1.5rem 0;position:relative;width:100%}.group-trainings__slider{-webkit-animation:slide-loop 45s linear infinite;animation:slide-loop 45s linear infinite;display:flex;gap:1rem;width:12000px}.group-trainings__slider--element{height:300px;position:relative;transition:all .3s ease-in-out;width:400px}.group-trainings__slider--element:hover{box-shadow:3px 3px 12px #000;-webkit-transform:scale(1.1);transform:scale(1.1);z-index:55}.group-trainings__slider--element img{height:100%;object-fit:cover;width:100%}.group-trainings__slider--element a{color:#fff;font-weight:800;text-transform:uppercase}.group-trainings__slider--element--text{align-items:center;background-color:rgba(0,0,0,.363);display:flex;height:100%;justify-content:center;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}@-webkit-keyframes slide-loop{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-6000px);transform:translateX(-6000px)}}@keyframes slide-loop{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-6000px);transform:translateX(-6000px)}}.locations{background:linear-gradient(135deg,#ff4e50,#fc913a)}.locations__box{align-items:center;display:flex;flex-direction:row;gap:15px;justify-content:space-between;padding:1rem 3rem;width:100%}@media screen and (max-width:1300px){.locations__box{flex-direction:column;padding:5rem 1rem}}.locations__box__side1{display:flex;flex-direction:column;gap:15px;width:40%}@media screen and (max-width:1300px){.locations__box__side1{align-items:center;justify-content:center;padding-bottom:2rem;text-align:center;width:100%}}.locations__box__side1__title{color:#fff;font-size:2.5rem;font-weight:700}.locations__box__side1__text{color:#fff;font-size:1.2rem}.locations__box__side1__buttons{display:flex;flex-direction:row;gap:1rem;height:100%}@media screen and (max-width:395px){.locations__box__side1__buttons{flex-direction:column;width:100%}}.locations__box__side1__buttons button{font-size:1.1rem;font-weight:600;height:100%;padding:10px 35px;text-transform:uppercase;width:100%}.locations__box__side1__buttons--explore{background:#000;border:none;color:#fff;transition:all .2s ease-in-out}.locations__box__side1__buttons--explore:hover{background:#fff;color:#000;cursor:pointer}.locations__box__side1__buttons--join{background:transparent;border:1px solid hsla(0,0%,7%,.412);color:#fff;transition:all .2s ease-in-out}.locations__box__side1__buttons--join:hover{background-color:#fff;border:1px solid hsla(0,0%,100%,.412);color:#000;cursor:pointer}.locations__box__side2{align-items:center;display:flex;flex-direction:row;gap:1rem;overflow:hidden;padding:1px;position:relative;width:480px}@media screen and (max-width:480px){.locations__box__side2{width:410px}}@media screen and (max-width:435px){.locations__box__side2{width:330px}}@media screen and (max-width:355px){.locations__box__side2{width:280px}}.carousel__slide-container{transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;white-space:nowrap;width:480px}@media screen and (max-width:480px){.carousel__slide-container{width:410px}}@media screen and (max-width:435px){.carousel__slide-container{width:330px}}@media screen and (max-width:355px){.carousel__slide-container{width:280px}}.carousel__buttons{align-items:center;display:flex;justify-content:space-evenly;padding-top:10px}.carousel__buttons button{background:none;border:none}.carousel__buttons button :hover{cursor:pointer}.carousel__buttons--big{font-size:2rem}.carousel__indicators{align-items:center;display:flex;gap:5px;justify-content:space-around}.carousel__indicators .carousel__indicator-button{align-items:center;border:none;color:#fff;cursor:pointer}.carousel__indicators .carousel__indicator-button--active{color:#a8a8a8;font-weight:700}.slide{background-color:#fff;border-radius:5px;display:inline-flex;flex-direction:column;width:480px}@media screen and (max-width:480px){.slide{width:410px}}@media screen and (max-width:435px){.slide{width:330px}}@media screen and (max-width:355px){.slide{width:280px}}.slide__img{height:250px;width:100%}.slide__img img{border-radius:5px 5px 0 0;height:100%;object-fit:cover;width:100%}.slide__content{display:flex;flex-direction:column;justify-content:space-between;padding:1rem}.slide__content--name{margin-bottom:3rem}.slide__content--name p{color:#000;font-size:1.2rem}.slide__content--perks{display:flex;flex-wrap:wrap;margin-bottom:4rem}.slide__content--perks p{background-color:hsla(0,0%,81%,.212);border-radius:5px;color:#000;font-weight:600;padding:1rem .5rem;white-space:normal}.slide__content button{background-color:transparent;border:1px solid rgba(0,0,0,.438);font-size:1.1rem;font-weight:600;padding:20px;text-transform:uppercase;transition:all .2s ease-in-out;width:100%}.slide__content button:hover{background-color:#b9b9b9;border:1px solid transparent;color:#000;cursor:pointer}.leaflet-container{height:75vh}@media screen and (max-width:900px){.leaflet-container{height:50vh}}.footer{background:radial-gradient(circle at top right,#242424,#303030);padding:1.5rem 0;position:relative}.footer-box{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:flex-start}.footer-box__logos{display:flex;flex-direction:row;gap:1rem}@media screen and (max-width:375px){.footer-box__logos{flex-direction:column}}.footer-box__logos--img{height:50px;width:150px}.footer-box__logos img{object-fit:contain;width:100%}.footer-box__top{display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between;width:100%}@media screen and (max-width:911px){.footer-box__top{gap:1rem;justify-content:center}}.footer-box__top--1col{display:flex;flex-direction:column;list-style-type:none;width:180px}@media screen and (max-width:455px){.footer-box__top--1col{width:140px}}.footer-box__top--1col ul{color:#fff;display:flex;flex-direction:column;gap:.5rem;list-style-type:none}.footer-box__top--1col ul li a{color:#a8a8a8;text-decoration:none;transition:.2s ease-in}.footer-box__top--1col ul li a:hover{color:#777;text-decoration:none}.footer-box__top--1col--title{font-size:1.1rem;font-weight:700;margin:1rem 0;text-transform:uppercase}.footer-box__bottom{border-top:1px solid #dfdfdf;padding:1rem 0;width:100%}@media screen and (max-width:575px){.footer-box__bottom{padding-bottom:5rem}}.footer-box__bottom--1row{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:space-between}.footer-box__bottom--1row a{color:#a8a8a8;text-decoration:none;transition:.2s ease-in}.footer-box__bottom--1row a:hover{color:#777;text-decoration:none}.comparison{background:linear-gradient(135deg,#ff4e50,#fc913a);overflow:hidden;padding:7rem 0 0}@media screen and (max-width:575px){.comparison{padding:3rem 0 0}}.comparison .comparison-box{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.comparison .comparison-box__top h1{color:#fff;font-size:4.5rem;line-height:1;padding:0 0 3rem;text-align:center;text-transform:uppercase}@media screen and (max-width:1100px){.comparison .comparison-box__top h1{font-size:3rem}}.comparison .comparison-box__top--selection{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;width:100%}.comparison .comparison-box__top--selection select{border:1px solid rgba(0,0,0,.447);border-radius:5px;font-size:1rem;outline:none;padding:.5rem 0 .5rem .5rem;text-transform:uppercase}@media screen and (max-width:1100px){.comparison .comparison-box__top--selection select{font-size:.8rem;padding:.2rem 0 .2rem .25rem}}.comparison .comparison-box__top--display{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:space-between;margin-top:1rem;padding-bottom:5rem;width:100vw}.comparison .comparison-box__top--display h2{color:#000;font-size:3rem;padding:2rem 0 0}@media screen and (max-width:1100px){.comparison .comparison-box__top--display h2{font-size:2rem}}.comparison .comparison-box__top--display p{font-size:1.2rem;padding:0 0 3rem}.comparison .comparison-box__top--display--plans{display:flex;flex-direction:row;flex-wrap:wrap;gap:3rem;margin:0 2rem}.comparison .comparison-box__top--display--plans--plan{background-color:hsla(0,0%,81%,.212);border:1px solid #b9b9b9;border-radius:5px;display:flex;flex:1 1;flex-direction:column;padding:1rem;width:340px}@media screen and (max-width:1100px){.comparison .comparison-box__top--display--plans--plan{width:250px}}.comparison .comparison-box__top--display--plans--plan h3{color:#363636;font-size:2.5rem;text-transform:uppercase}@media screen and (max-width:1100px){.comparison .comparison-box__top--display--plans--plan h3{font-size:2rem}}.comparison .comparison-box__top--display--plans--plan p{color:#363636;display:flex;flex-direction:row;font-size:3.3rem;padding:0 0 1rem}@media screen and (max-width:1100px){.comparison .comparison-box__top--display--plans--plan p{font-size:2.8rem}}.comparison .comparison-box__top--display--plans--plan p span{font-size:1.5rem;padding-top:10px}.comparison .comparison-box__top--display--plans--plan ul{border-top:1px solid hsla(0,0%,50%,.349);display:flex;flex-direction:column;gap:.6rem;list-style:none;padding:2rem 0}.comparison .comparison-box__top--display--plans--plan ul li{align-items:center;display:flex;flex-direction:row;font-size:1.25rem;gap:.75rem}@media screen and (max-width:1100px){.comparison .comparison-box__top--display--plans--plan ul li{font-size:1rem}}.comparison .comparison-box__top--display--plans--plan ul li img{height:22px;width:22px}.connect{padding:9rem 0}@media screen and (max-width:575px){.connect{padding:3rem 0}}.connect-box{display:flex;flex-direction:column;width:100%}.connect-box__top h1{font-size:4.5rem;margin-bottom:1.5rem}@media screen and (max-width:1100px){.connect-box__top h1{font-size:3rem}}.connect-box__top p{color:#000;font-size:1.2rem}.connect-box__bottom{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:5rem 0 0}@media screen and (max-width:1100px){.connect-box__bottom{align-items:center;flex-direction:column;gap:3rem}}.connect-box__bottom--side1{display:flex;flex-direction:column;gap:1rem;width:30%}@media screen and (max-width:1100px){.connect-box__bottom--side1{width:100%}}.connect-box__bottom--side1--company,.connect-box__bottom--side1--email,.connect-box__bottom--side1--phone{align-items:center;background-color:hsla(0,0%,72%,.356);border-radius:5px;display:flex;flex-direction:row;gap:1.2rem;padding:1rem}.connect-box__bottom--side1--company--logo,.connect-box__bottom--side1--email--logo,.connect-box__bottom--side1--phone--logo{color:#fe7045;font-size:2.8rem;width:50px}.connect-box__bottom--side1--company a,.connect-box__bottom--side1--email a,.connect-box__bottom--side1--phone a{color:#000;text-decoration:none}.connect-box__bottom--side1--company--button--days,.connect-box__bottom--side1--email--button--days,.connect-box__bottom--side1--phone--button--days{padding-bottom:1rem}.connect-box__bottom--side1 p{color:#000;font-size:1rem}.connect-box__bottom--side2{display:flex;flex-direction:column;gap:1rem;width:50%}@media screen and (max-width:1100px){.connect-box__bottom--side2{width:100%}}.connect-box__bottom--side2--form{display:flex;flex-direction:column;font-size:1.2rem;font-weight:700;gap:1rem}.connect-box__bottom--side2--form label{padding:0 1.5rem}.connect-box__bottom--side2--form input,.connect-box__bottom--side2--form textarea{border:none;border-bottom:1px solid rgba(0,0,0,.384);font-family:Karla,sans-serif;font-size:1rem;outline:none;padding:1rem 1.5rem}.connect-box__bottom--side2--form textarea::-webkit-input-placeholder{font-family:Karla,sans-serif}.connect-box__bottom--side2--form textarea::placeholder{font-family:Karla,sans-serif}.connect-box__bottom--side2--form--box{display:flex;flex-direction:column;gap:5px}.connect-box__bottom--side2 button{background:#000;border:none;color:#fff;font-size:1.1rem;font-weight:700;margin-top:10px;padding:1.5rem 2rem;text-transform:uppercase;transition:all .2s ease-in-out}.connect-box__bottom--side2 button:hover{background:#c5c5c5;color:#000;cursor:pointer}.form-message--ok{color:#229100;padding:15px}.form-message--error,.form-message--ok{display:flex;font-size:1.1rem;font-weight:800}.form-message--error{color:#db0318;padding:0 0 15px 22px}.faq{padding:3rem 0;position:relative}.faq .faq-box__header{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:space-between;padding-bottom:1rem;width:100%}@media screen and (max-width:1490px){.faq .faq-box__header{flex-direction:column;width:100%}}.faq .faq-box__header h1{flex:1 1;margin:0}.faq .faq-box__header p{color:#000;flex:1 1;font-size:1.2rem;margin:0}.faq .faq-box__header span a{color:#000;font-weight:700;text-decoration:none}.faq .faq-box__question-box{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.faq .faq-box__question-box--question{width:100%}.faq .faq-box__question-box--question button{align-items:center;background-color:inherit;border:none;border-bottom:1px solid #ccc;color:#000;cursor:pointer;display:flex;flex-direction:row;font-size:20px;font-weight:700;gap:.5rem;padding:20px 50px 20px 20px;position:relative;text-align:left;width:100%}.faq .faq-box__question-box--question button:after{content:"▶";font-size:20px;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.faq .faq-box__question-box--answer{color:#000;font-size:16px;max-height:0;overflow:hidden;transition:all .3s ease-in-out}.faq .faq-box__question-box--answer.active{padding:20px 50px 20px 20px}.faq .faq-box__question-box--question.active button:after{-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}.career{padding:9rem 0}@media screen and (max-width:575px){.career{padding:3rem 0}}.career-box{display:flex;flex-direction:column;width:100%}.career-box__top--text{margin-bottom:2rem}@media screen and (max-width:1285px){.career-box__top--text{align-items:center;justify-content:center;text-align:center}}.career-box__top--text h1{font-size:4.5rem;margin-bottom:1.5rem}@media screen and (max-width:1285px){.career-box__top--text h1{font-size:3rem}}.career-box__top--text p{color:#000;font-size:1.2rem;width:100%}.career-box__top--img{align-items:center;display:flex;gap:3rem;height:auto;margin-bottom:2rem;width:100%}@media screen and (max-width:1435px){.career-box__top--img{flex-direction:column;gap:1rem}}.career-box__top--img img{height:370px;object-fit:fill;width:550px}@media screen and (max-width:595px){.career-box__top--img img{height:350px;width:470px}}@media screen and (max-width:505px){.career-box__top--img img{height:300px;width:380px}}@media screen and (max-width:395px){.career-box__top--img img{height:230px;width:310px}}.career-box__middle h1{margin-bottom:2rem}.career-box__middle p{color:#000;font-size:1.2rem;margin-bottom:2rem}.career-box__bottom h1{margin-bottom:2rem}.career-box__bottom--content{grid-gap:20px;display:grid;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:778px){.career-box__bottom--content{grid-template-columns:repeat(1,1fr)}}.trainers{overflow:hidden;padding:5rem 0 0}@media screen and (max-width:575px){.trainers{padding:0}}.trainers-hero-img{position:relative;width:100vw}@media screen and (max-width:575px){.trainers-hero-img{padding:0}}.trainers-hero-img img{object-fit:contain;width:100%}.trainers-hero-img h1{align-items:center;color:#fff;display:flex;font-size:4.5rem;justify-content:center;left:50%;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}@media screen and (max-width:1100px){.trainers-hero-img h1{font-size:3rem}}.trainers-box__top{padding:2rem 0}.trainers-box__top h1{color:#000;font-size:4.5rem;line-height:1;padding:0 0 3rem;text-transform:uppercase;width:70%}@media screen and (max-width:1100px){.trainers-box__top h1{font-size:3rem}}.trainers-box__top p{color:#000;font-size:1.2rem}.trainers-box__bottom h1{padding-bottom:2rem}@media screen and (max-width:1100px){.trainers-box__bottom h1{font-size:2.5rem}}.trainers-box__bottom__trainers{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center;padding-bottom:2rem}.trainers-box__bottom__trainers--trainer{background:radial-gradient(circle at top right,#242424,#303030);border-radius:5px;box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative;width:20rem}.trainers-box__bottom__trainers--trainer--img{align-items:center;border-radius:5px 5px 0 0;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;height:100%;justify-content:center;overflow:hidden;width:100%}.trainers-box__bottom__trainers--trainer--img img{height:100%;object-fit:cover;width:100%}.trainers-box__bottom__trainers--trainer--name{color:#fff;font-size:1rem;padding:1.5rem}.trainers-box__bottom__trainers--trainer:hover .trainers-box__bottom__trainers--trainer--details{display:flex;opacity:1}.trainers-box__bottom__trainers--trainer--details{align-items:flex-start;-webkit-animation:fade-in-out .3s ease-in-out;animation:fade-in-out .3s ease-in-out;background-color:rgba(0,0,0,.8);border-radius:5px;color:#fff;display:none;flex-direction:column;font-size:14px;height:100%;justify-content:flex-start;left:0;opacity:0;padding:2rem;position:absolute;text-align:center;top:0;width:100%;z-index:50}.trainers-box__bottom__trainers--trainer--details--info{padding:0 0 1rem;text-align:left}.trainers-box__bottom__trainers--trainer--details--info h2{font-size:2rem;padding:0 0 1rem}.trainers-box__bottom__trainers--trainer--details--info p{font-size:1.2rem}.trainers-box__bottom__trainers--trainer--details--contacts{align-items:flex-start;display:flex;flex-direction:column;gap:.2rem;justify-content:flex-start;padding:0 0 1rem}.trainers-box__bottom__trainers--trainer--details--contacts h2{padding:0 0 1rem}.trainers-box__bottom__trainers--trainer--details--contacts--email,.trainers-box__bottom__trainers--trainer--details--contacts--ig,.trainers-box__bottom__trainers--trainer--details--contacts--phone{align-items:center;display:flex;flex-direction:row;gap:.5rem;width:30px}.trainers-box__bottom__trainers--trainer--details--contacts--email img,.trainers-box__bottom__trainers--trainer--details--contacts--ig img,.trainers-box__bottom__trainers--trainer--details--contacts--phone img{width:100%}.trainers-box__bottom__trainers--trainer--details--contacts--email a,.trainers-box__bottom__trainers--trainer--details--contacts--ig a,.trainers-box__bottom__trainers--trainer--details--contacts--phone a{color:#a8a8a8;font-size:.9rem;text-decoration:none}@-webkit-keyframes fade-in-out{0%{opacity:0}to{opacity:1}}.trial{align-items:center;background:linear-gradient(135deg,#ff4e50,#fc913a);display:flex;overflow:hidden;padding:7rem 0 3rem}@media screen and (max-width:575px){.trial{padding:0 0 3rem}}.trial .trial-box{align-items:center;display:flex;justify-content:space-evenly;padding:0 2rem}.trial .trial-box__side1{align-items:flex-start;display:flex;flex:1 1;flex-basis:50%;flex-direction:column;justify-content:center;padding-right:2rem}.trial .trial-box__side1--title{color:#fff;font-size:3.75rem;inline-size:100%;margin-bottom:1.5rem;text-transform:uppercase}@media screen and (max-width:560px){.trial .trial-box__side1--title{font-size:2.25rem}}.trial .trial-box__side1--text{color:#fff;font-size:1.2rem;margin-bottom:1.5rem}.trial .trial-box__side1--text a{color:#363636;font-weight:700;text-decoration:none}.trial .trial-box__side1--text a:hover{text-decoration:underline}@media screen and (max-width:990px){.trial .trial-box__side1{margin:1.5rem auto 0;padding:0 1.5rem}}.trial .trial-box__side1--sub{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:center;overflow:hidden}@media screen and (max-width:470px){.trial .trial-box__side1--sub{flex-direction:column;justify-content:center;text-align:center;width:100%}}.trial .trial-box__side1--sub--input{background-color:#fff;border:1px solid #b9b9b9;border-radius:5px;color:#fff;font-size:1rem;outline:none;padding:1rem 1.2rem;width:100%}.trial .trial-box__side1--sub--submit{background-color:#ff373a;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:600;outline:none;padding:1rem;transition:.2s ease-in-out;width:100%}.trial .trial-box__side1--sub--submit:hover{background-color:#bb0306}.trial .trial-box__side1--msgs{font-size:1.2rem;font-weight:700;margin-top:20px}@media screen and (max-width:470px){.trial .trial-box__side1--msgs{align-self:center;text-align:center}}.trial .trial-box__side1--msgs--err{color:#680000;font-size:1.1rem}.trial .trial-box__side1--msgs--scss{color:#006300;font-size:1.1rem}.trial .trial-box__side2{display:flex;flex-basis:70%;height:500px;justify-content:center;width:55vw}.trial .trial-box__side2--image{background-image:url(/static/media/Trial1.a5d7d40c7cfd736ebb76.jpg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;max-width:100%;min-width:80%}@media screen and (max-width:990px){.trial .trial-box{flex-direction:column-reverse}.trial .trial-box__side2{display:flex;height:350px;width:100vw}.trial .trial-box__side2--image{background-image:url(/static/media/Trial2.7aa5de19507752816ff8.jpg);background-size:cover;height:350px;width:100%}}@media screen and (max-width:990px)and (max-width:575px){.trial .trial-box__side2--image{max-height:150px}}@media screen and (max-width:990px){.trial .trial-box{padding:0}}.what-can-do{background-color:#141414;padding:9rem 0}@media screen and (max-width:575px){.what-can-do{padding:3rem 0}}.what-can-do__box{align-items:center;display:flex;flex-direction:column;position:relative;text-align:center}.what-can-do__box__text{padding:0 0 1rem}.what-can-do__box__text--upper-title{color:#fff}.what-can-do__box__text--lower-title{color:#fe7045;padding:0 0 2rem}.what-can-do__box__text p{color:#fff}.what-can-do__box__image{max-height:100%;max-width:100%;position:relative}.what-can-do__box__image img{max-width:100%;object-fit:contain}.what-can-do__box__image--box1,.what-can-do__box__image--box2,.what-can-do__box__image--box3,.what-can-do__box__image--box4{align-items:center;background-color:#fff;border-radius:5px;box-shadow:0 5px 15px rgba(0,0,0,.35);display:flex;font-size:1rem;gap:.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;padding:1rem;position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.what-can-do__box__image--box1{left:50%;top:50%;-webkit-transform:translate(60%,160%);transform:translate(60%,160%)}.what-can-do__box__image--box2{left:50%;top:50%;-webkit-transform:translate(-145%,-380%);transform:translate(-145%,-380%)}.what-can-do__box__image--box3{left:50%;top:50%;-webkit-transform:translate(-160%,90%);transform:translate(-160%,90%)}.what-can-do__box__image--box4{left:50%;top:50%;-webkit-transform:translate(50%,-290%);transform:translate(50%,-290%)}@media screen and (max-width:840px){.what-can-do__box__image--box1,.what-can-do__box__image--box2,.what-can-do__box__image--box3,.what-can-do__box__image--box4{font-size:1.1rem;justify-content:flex-start;left:auto;margin-top:.5rem;position:relative;top:auto;-webkit-transform:none;transform:none;width:100%}}.all-gyms{overflow:hidden;padding:5rem 0 0}@media screen and (max-width:575px){.all-gyms{padding:0}}.all-gyms-hero-img{position:relative;width:100vw}@media screen and (max-width:575px){.all-gyms-hero-img{padding:0}}.all-gyms-hero-img img{width:100%}.all-gyms-hero-img h1{align-items:center;color:#fff;display:flex;font-size:4.5rem;justify-content:center;left:50%;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}@media screen and (max-width:1100px){.all-gyms-hero-img h1{font-size:3rem}}.all-gyms-box__top{padding:2rem 0}.all-gyms-box__top h1{color:#000;font-size:4.5rem;line-height:1;padding:0 0 3rem;text-transform:uppercase;width:70%}@media screen and (max-width:1100px){.all-gyms-box__top h1{font-size:3rem;width:100%}}.all-gyms-box__top p{color:#000;font-size:1.2rem}.all-gyms-box__bottom h1{padding-bottom:2rem}@media screen and (max-width:1100px){.all-gyms-box__bottom h1{font-size:2.5rem}}.all-gyms-box__bottom__gyms{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem;justify-content:center;padding-bottom:2rem;padding-left:7rem}@media screen and (max-width:1630px){.all-gyms-box__bottom__gyms{padding-left:5rem}}@media screen and (max-width:1590px){.all-gyms-box__bottom__gyms{padding-left:0}}@media screen and (max-width:1500px){.all-gyms-box__bottom__gyms{align-items:center;justify-content:center}}.all-gyms-box__bottom__gyms--gym{background:radial-gradient(circle at top right,#242424,#303030);border-radius:5px 0 0 5px;box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);display:flex;flex-direction:column;height:100%;position:relative;width:35rem}@media screen and (max-width:1500px){.all-gyms-box__bottom__gyms--gym{border-radius:5px 5px 5px 5px}}@media screen and (max-width:1072px){.all-gyms-box__bottom__gyms--gym{width:100%}}@media screen and (max-width:1500px){.all-gyms-box__bottom__gyms--gym:hover{border-radius:5px 5px 5px 5px;opacity:1}.all-gyms-box__bottom__gyms--gym:hover .all-gyms-box__bottom__gyms--gym--details{-webkit-animation:fade-in-out .3s ease-in-out;animation:fade-in-out .3s ease-in-out;display:flex;opacity:1}.all-gyms-box__bottom__gyms--gym:hover .all-gyms-box__bottom__gyms--gym--main--img{border-radius:5px 5px 0 0}}.all-gyms-box__bottom__gyms--gym--main--img{align-items:center;border-radius:5px 0 0 0;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;height:100%;justify-content:center;overflow:hidden;width:100%}@media screen and (max-width:1500px){.all-gyms-box__bottom__gyms--gym--main--img{border-radius:5px 5px 0 0}}.all-gyms-box__bottom__gyms--gym--main--img img{height:100%;object-fit:cover;width:100%}.all-gyms-box__bottom__gyms--gym--main--name{color:#fff;font-size:1rem;padding:1.5rem}.all-gyms-box__bottom__gyms--gym:hover{display:flex;opacity:1}.all-gyms-box__bottom__gyms--gym--details{align-items:flex-start;background-color:rgba(0,0,0,.8);border-radius:0 5px 5px 0;box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);color:#fff;display:flex;flex-direction:column;height:100%;justify-content:space-between;left:100%;opacity:1;padding:2rem;position:absolute;top:0;width:700px;z-index:50}@media screen and (max-width:1500px){.all-gyms-box__bottom__gyms--gym--details{display:none;opacity:0}}.all-gyms-box__bottom__gyms--gym--details--benefits,.all-gyms-box__bottom__gyms--gym--details--info,.all-gyms-box__bottom__gyms--gym--details--prices{padding:0 0 1rem;text-align:left}.all-gyms-box__bottom__gyms--gym--details--benefits h2,.all-gyms-box__bottom__gyms--gym--details--info h2,.all-gyms-box__bottom__gyms--gym--details--prices h2{font-size:1.8rem;padding:0 0 1rem}.all-gyms-box__bottom__gyms--gym--details--benefits p,.all-gyms-box__bottom__gyms--gym--details--info p,.all-gyms-box__bottom__gyms--gym--details--prices p{font-size:1.1rem}.all-gyms-box__bottom__gyms--gym--details--benefits span,.all-gyms-box__bottom__gyms--gym--details--info span,.all-gyms-box__bottom__gyms--gym--details--prices span{color:#fe7045;font-weight:800}.all-gyms-box__bottom__gyms--gym--details--prices{padding-top:2rem}@media screen and (max-width:1500px){.all-gyms-box__bottom__gyms--gym--details{-webkit-animation:none;animation:none;border-radius:5px 5px 5px 5px;box-shadow:none;height:auto;left:auto;margin-top:1rem;opacity:1;position:relative;top:auto;width:100%}}@keyframes fade-in-out{0%{opacity:0}to{opacity:1}}.news-content{padding:9rem 0}@media screen and (max-width:575px){.news-content{padding:3rem 0}}.news-content__box{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.news-content__box__title{align-items:center;justify-content:center;margin-bottom:2rem;text-align:center}@media screen and (max-width:1285px){.news-content__box__title{align-items:center;justify-content:center}}.news-content__box__title h1{font-size:4.5rem;margin-bottom:1.5rem}@media screen and (max-width:1285px){.news-content__box__title h1{font-size:3rem}}.news-content__box__title p{color:#000;font-size:1.2rem}.news-content__box__content{display:flex;flex-direction:column;gap:1rem}.news-box{display:flex;flex-direction:row;justify-content:center;padding:0 10rem;width:100%}@media screen and (max-width:1500px){.news-box{padding:0}}@media screen and (max-width:768px){.news-box{flex-direction:column;padding:0}}.news-box__side1{border-radius:5px 0 0 5px;height:300px;width:49%}@media screen and (max-width:768px){.news-box__side1{border-radius:5px 5px 0 0;width:100%}}.news-box__side1 img{border-radius:5px 0 0 5px;box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);height:100%;object-fit:cover;width:100%}@media screen and (max-width:768px){.news-box__side1 img{border-radius:5px 5px 0 0}}.news-box__side2{background-color:hsla(0,0%,81%,.212);border-radius:0 5px 5px 0;box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);display:flex;flex-direction:column;gap:.5rem;justify-content:space-evenly;padding:1rem;width:51%}@media screen and (max-width:768px){.news-box__side2{border-radius:0 0 5px 5px;width:100%}}.news-box__side2--area{color:blue;font-weight:700;padding-top:.5rem}.news-box__side2--title{font-weight:900}.news-box__side2--text{color:#000;font-weight:500}.news-box__side2--dates--day{color:gray}.news-box__side2--dates--time p{color:#000}.trainings-content{padding:9rem 0}@media screen and (max-width:575px){.trainings-content{padding:3rem 0}}.trainings-content__box{display:flex;flex-direction:column;width:100%}.trainings-content__box__top{margin-bottom:2rem}@media screen and (max-width:1285px){.trainings-content__box__top{align-items:center;justify-content:center;text-align:center}}.trainings-content__box__top h1{font-size:4.5rem;margin-bottom:1.5rem}@media screen and (max-width:1285px){.trainings-content__box__top h1{font-size:3rem}}.trainings-content__box__bottom__container{box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);display:flex;overflow-x:auto;white-space:nowrap}.trainings-content__box__bottom__container--time-slots--time-slot{align-items:center;background-color:hsla(0,0%,81%,.212);border:1px solid hsla(0,0%,73%,.365);color:#646464;display:flex;flex-direction:column;justify-content:center;min-height:125px}@media screen and (max-width:768px){.trainings-content__box__bottom__container--time-slots--time-slot{font-size:14px;min-height:80px}}.trainings-content__box__bottom__container--time-slots--time-slot.time{width:90px}.trainings-content__box__bottom__container--time-slots--time-slot.filled-cell{background-color:#fe7045}.trainings-content__box__bottom__container--time-slots--time-slot.empty-cell{grid-column:span 1;min-height:125px;min-width:125px}@media screen and (max-width:768px){.trainings-content__box__bottom__container--time-slots--time-slot.empty-cell{min-height:80px;min-width:80px}}.trainings-content__box__bottom__container--time-slots--time-slot--training{height:100%;padding:10px;width:100%}@media screen and (max-width:768px){.trainings-content__box__bottom__container--time-slots--time-slot--training{padding:5px}}.trainings-content__box__bottom__container--time-slots--time-slot--training h4{color:#333;font-size:1rem;font-weight:700;line-height:18px;text-transform:uppercase}@media screen and (max-width:768px){.trainings-content__box__bottom__container--time-slots--time-slot--training h4{font-size:14px;line-height:13px}}.trainings-content__box__bottom__container--time-slots--time-slot--training p{font-size:1rem;font-weight:600;margin:3px 0}@media screen and (max-width:768px){.trainings-content__box__bottom__container--time-slots--time-slot--training p{font-size:14px;margin:0}}.trainings-content__box__bottom__container--time-slots--time-slot--training p.blue{color:#2f5ea3}.trainings-content__box__bottom__container--time-slots--time-slot--training p.black{color:#333;font-weight:800}.trainings-content__box__bottom__container--time-slots--time-slot--training p.name{color:#fff}html{scroll-behavior:smooth;scrollbar-color:#fe7045 #999}html::-webkit-scrollbar{width:10px}html::-webkit-scrollbar-track{background:#999}html::-webkit-scrollbar-thumb{background-color:#fe7045;border-radius:5px}html::-webkit-scrollbar-thumb:hover{background-color:#d15c34}body{background-color:#fff;display:flex;flex-direction:column;font-family:Karla,sans-serif;overflow:hidden}.container{margin:0 auto;padding:0 12.5rem}@media screen and (max-width:1285px){.container{padding:0 1.5rem}}.container-hero{margin:0 auto;padding:0 12.5rem}@media screen and (max-width:1285px){.container-hero{padding:0}}h1{color:#000;font-family:Urbanist,sans-serif;font-size:3rem;font-weight:800}p{color:#a8a8a8;font-family:Karla,sans-serif;font-size:1rem}.background{padding:5px 20px}.background,.background-v1{background-color:#fff;color:#000}.background-v1{padding:5px 10px}.strong{font-size:1.2rem;font-weight:700}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{-webkit-filter:inherit;filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;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{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1),-webkit-transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.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{background:hsla(0,0%,100%,.5);border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px rgba(0,0,0,.65)}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{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:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width: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{background:#fff;border-radius:5px;box-shadow:0 1px 5px rgba(0,0,0,.4)}.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);height:36px;width: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{height:44px;width: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{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;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{border-top:1px solid #ddd;height:0;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:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:hsla(0,0%,100%,.8);border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid rgba(0,0,0,.2)}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.4);color:#333}.leaflet-container a.leaflet-popup-close-button{background:transparent;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.4);color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:transparent;border:6px solid transparent;content:"";pointer-events:none;position:absolute}.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{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
/*# sourceMappingURL=main.7d2f7c53.css.map*/