:root{--mf-btn-primary-color: #FFF;--mf-btn-primary-bg: #1e90ff;--mf-btn-primary-hover: #1b87f0;--mf-btn-secondary-color: #1e90ff;--mf-btn-secondary-bg: rgba(15, 111, 236, .1);--mf-btn-light-color: #333334;--mf-btn-light-bg: #ffffff;--mf-btn-success-color: #0cbc87;--mf-btn-success-bg: rgba(12, 188, 135, .1);--mf-btn-danger-color: #d6293e;--mf-btn-danger-bg: rgba(214, 41, 62, .1);--mf-comment-bg: #eef0f2;--mf-dark: #1a1e21;--mf-dark-second: #333333;--mf-text-color: #676a79;--mf-notification: #e74c3c;--mf-drop-hover: rgba(15, 111, 236, .8);--mf-first: #196f83;--mf-first-hover: #0a5a6c;--mf-second: #697696;--mf-third: #fce26b;--mf-third-text: #774d18;--mf-third-light: #fdf1bd;--mf-fourth: #f8b03b;--bg-body: #ecf2f6;--font-body: #888da8;--font-body-title: #9a9fbf;--font-body-hover: #515365;--border-color: #e6ecf5;--border-color-form: #bfc8d6;--mf-yellow: #fce26b;--mf-green: #196f83;--mf-green-opacity: #196f834f;--mf-green-light: #196f8345;--mf-fourth-hover: #f8893b}body{font-size:14px;margin:0;font-family:Roboto,sans-serif;font-weight:400;background-color:var(--bg-body);color:var(--font-body-title);padding-top:0;position:relative}a{text-decoration:none}ul.pagination{margin-bottom:0}@keyframes loader-brain{0%{opacity:.1}35%{opacity:1}65%{opacity:1}to{opacity:.1}}.loader-brain{animation:loader-brain 1.5s infinite;display:flex;justify-content:center}.main-footer{background-color:#fff;margin-top:40px;padding:30px 0;color:var(--font-body-hover);border-top:1px solid var(--border-color)}.main-footer .container{display:flex;align-items:center;justify-content:center}@media (max-width: 1399px){.main-footer .container{max-width:90%}}@media (max-width: 991px){.main-footer .container{max-width:95%}}@media (max-width: 767px){.main-footer .container{max-width:100%}}.main-footer .container .footer-text .rgpd-link{color:var(--font-body-hover)}.main-footer .container .footer-text .rgpd-link:hover{text-decoration:underline}.main-footer .container .footer-img{margin-left:2rem}.main-footer .container .footer-img img{height:85px}.main-footer .container .footer-copyright p{text-align:center;margin-bottom:0;margin-top:.5rem}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{color:var(--mf-dark);font-weight:500}h1,.h1{font-size:2rem}h2,.h2{font-size:1.8rem}h3,.h3{font-size:1.6rem}h4,.h4{font-size:1.4rem}h5,.h5{font-size:1.2rem}h6,.h6{font-size:1rem}.color-fourth{color:var(--mf-fourth)}.home-page h1{font-size:2.5rem;margin:0}.alert-mf{color:var(--mf-third-text);background-color:var(--mf-third-light);border-color:var(--mf-third)}.card{border:1px solid #d2dfe7;border-radius:10px;box-shadow:0 2px 2px #dce5ec}.card .card-header{background-color:#fff;border-bottom:0}.card .card-footer{background-color:#f8fafd;border-top:0}.nav-categories{margin:1rem 0;background-color:#fff;box-shadow:0 2px 2px #dce5ec;border-radius:3px;overflow:hidden}.nav-categories .nav-link{border-top:0;border-left:0;border-right:0;border-bottom:3px solid transparent;position:relative;cursor:pointer;color:var(--mf-text-color);padding:1rem 0;border-radius:0}.nav-categories .nav-link.active{border-color:var(--mf-fourth);color:var(--mf-third-text);background-color:var(--mf-third)}.nav-categories .nav-link:hover{color:var(--mf-third-text);border-color:var(--mf-fourth)}.category-summary{position:relative;background-color:#fff;border-radius:3px;padding-top:190px;border:1px solid var(--mf-fourth)}.category-summary:before{position:absolute;content:"";width:100%;height:150px;background:var(--category-bg) no-repeat;background-size:100%;top:0;left:0;border-radius:3px 3px 0 0}.category-summary .category-picture{display:flex;justify-content:center;position:relative}.category-summary .category-picture img{width:80px;height:80px;display:block;border-radius:50%;object-fit:cover;border:4px solid #FFF}.category-summary .category-picture span{width:80px;height:80px;display:flex;border-radius:50%;object-fit:cover;border:4px solid #FFF;align-items:center;justify-content:center;font-size:28px;background-color:var(--category-color);color:#fff;font-weight:500}.category-summary .category-summary-body{width:100%}.category-summary a{color:var(--mf-dark-second)}.category-summary .title{text-align:center;font-weight:400;margin-bottom:1.2rem;color:var(--mf-dark-second)}.category-summary .counter{display:flex;flex-direction:column;justify-content:center;align-items:center}.category-summary .icon{margin-bottom:.5rem}.category-summary .icon svg{width:19px}.category-summary .icon svg path{fill:var(--mf-dark-second)}.category-summary .value{color:var(--mf-dark-second);font-weight:500;font-size:1.2rem;margin-bottom:0}.category-summary .legend{font-size:.75rem;margin-bottom:0;color:var(--mf-dark-second)}.list-category .category-summary,.list-category .category-summary-body{height:100%;display:flex;flex-direction:column}.list-category .category-summary-body .row{padding-bottom:.5rem}.list-category .category-summary-body a{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding-bottom:.5rem}.page-category{display:flex}@media (max-width: 1399px){.page-category{max-width:90%}}@media (max-width: 991px){.page-category{max-width:95%;flex-wrap:wrap}}@media (max-width: 767px){.page-category{max-width:100%}}.page-category .category-col{flex:0 0 25%;width:25%;display:flex;flex-direction:column;padding-right:24px;position:sticky;top:15px;height:100%}@media (max-width: 991px){.page-category .category-col{flex:0 0 100%;width:100%;padding-right:0;margin-bottom:15px;position:initial;top:0}}.page-category .category-col .category-details{border-radius:0 0 5px 5px;border:1px solid var(--border-color);background-color:#fff}.page-category .category-col .category-details .category-top{height:115px}@media (max-width: 991px){.page-category .category-col .category-details .category-top{height:75px}}@media (max-width: 767px){.page-category .category-col .category-details .category-top{height:50px}}.page-category .category-col .category-details .category-top img{width:100%;height:100%}.page-category .category-col .category-details .category-bottom{padding:0 25px 25px;text-align:center;position:relative}@media (max-width: 767px){.page-category .category-col .category-details .category-bottom{padding:0 15px 15px}}.page-category .category-col .category-details .category-bottom .category-profil{position:absolute;top:-46px;left:50%;transform:translate(-50%)}@media (max-width: 767px){.page-category .category-col .category-details .category-bottom .category-profil{top:-40px}}.page-category .category-col .category-details .category-bottom .category-profil span{display:flex;justify-content:center;align-items:center;width:92px;height:92px;border-radius:100%;border:4px solid white;margin:0 auto;overflow:hidden}@media (max-width: 767px){.page-category .category-col .category-details .category-bottom .category-profil span{width:80px;height:80px}}.page-category .category-col .category-details .category-bottom .category-profil span b{color:#fff;font-size:2.5rem}.page-category .category-col .category-details .category-bottom .category-info{padding-top:4rem}@media (max-width: 991px){.page-category .category-col .category-details .category-bottom .category-info{padding-top:3rem}}@media (max-width: 767px){.page-category .category-col .category-details .category-bottom .category-info{padding-top:2.5rem}}.page-category .category-col .category-details .category-bottom .category-info h3{font-size:1rem;color:var(--font-body-hover);margin-top:0;margin-bottom:35px;font-weight:700;line-height:1.3}@media (max-width: 991px){.page-category .category-col .category-details .category-bottom .category-info h3{margin-bottom:1rem}}.page-category .category-col .category-details .category-bottom .category-info .category-count{display:flex;justify-content:space-evenly}@media (max-width: 1199px){.page-category .category-col .category-details .category-bottom .category-info .category-count{justify-content:space-between}}@media (max-width: 991px){.page-category .category-col .category-details .category-bottom .category-info .category-count{justify-content:space-evenly}}.page-category .category-col .category-details .category-bottom .category-info .category-count .category-exp,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-meta{display:flex;flex-direction:column;align-items:center}.page-category .category-col .category-details .category-bottom .category-info .category-count .category-exp .stats-exp-icon,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-exp .stats-meta-icon,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-meta .stats-exp-icon,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-meta .stats-meta-icon{margin-bottom:.8rem}@media (max-width: 991px){.page-category .category-col .category-details .category-bottom .category-info .category-count .category-exp .stats-exp-icon,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-exp .stats-meta-icon,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-meta .stats-exp-icon,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-meta .stats-meta-icon{margin-bottom:.25rem}}.page-category .category-col .category-details .category-bottom .category-info .category-count .category-exp .stats-exp-icon svg,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-exp .stats-meta-icon svg,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-meta .stats-exp-icon svg,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-meta .stats-meta-icon svg{height:24px;fill:var(--font-body-hover);fill-rule:evenodd}@media (max-width: 991px){.page-category .category-col .category-details .category-bottom .category-info .category-count .category-exp .stats-exp-icon svg,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-exp .stats-meta-icon svg,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-meta .stats-exp-icon svg,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-meta .stats-meta-icon svg{height:21px}}.page-category .category-col .category-details .category-bottom .category-info .category-count .category-exp .stats-exp-count,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-exp .stats-meta-count,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-meta .stats-exp-count,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-meta .stats-meta-count{color:var(--font-body-hover);margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.3}@media (max-width: 991px){.page-category .category-col .category-details .category-bottom .category-info .category-count .category-exp .stats-exp-count,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-exp .stats-meta-count,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-meta .stats-exp-count,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-meta .stats-meta-count{margin-bottom:0rem}}.page-category .category-col .category-details .category-bottom .category-info .category-count .category-exp .stats-exp-name,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-exp .stats-meta-name,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-meta .stats-exp-name,.page-category .category-col .category-details .category-bottom .category-info .category-count .category-meta .stats-meta-name{color:var(--font-body);font-size:13px;margin-bottom:0}.page-category experience-feed{flex:0 0 75%;width:75%;display:flex}@media (max-width: 991px){.page-category experience-feed{flex:0 0 100%;width:100%}}.page-category experience-feed .experience-item{background-color:#fff;border-radius:5px;border:1px solid var(--border-color);margin-bottom:15px;padding:25px}@media (max-width: 767px){.page-category experience-feed .experience-item{padding:15px}}.page-category experience-feed .experience-item .card-body{padding:0}.page-category experience-feed .experience-item .card-body .card-wrapper-experience{display:flex;flex-direction:column;gap:0}.page-category experience-feed .experience-item .card-body .card-wrapper-experience .card-exp-top{display:flex;gap:1rem}.page-category experience-feed .experience-item .card-body .card-wrapper-experience .card-exp-top .card-content-experience h3{color:var(--font-body-hover);font-weight:700;margin-bottom:.25rem;font-size:14px;line-height:1.3}.page-category experience-feed .experience-item .card-body .card-wrapper-experience .card-exp-top .card-content-experience h4{color:var(--font-body);font-size:13px;margin-bottom:0;font-weight:400}.page-category experience-feed .experience-item .card-body .card-wrapper-experience .card-content-content p{color:var(--font-body);margin:25px 0}@media (max-width: 767px){.page-category experience-feed .experience-item .card-body .card-wrapper-experience .card-content-content p{margin:15px 0}}.page-category experience-feed .experience-item .card-body .card-wrapper-experience .card-content-content .exp-category-list{display:flex;width:100%;flex-direction:row-reverse;margin-bottom:15px;padding-bottom:5px;max-width:100%;overflow:auto}@media (max-width: 767px){.page-category experience-feed .experience-item .card-body .card-wrapper-experience .card-content-content .exp-category-list{margin-bottom:15px}}.page-category experience-feed .experience-item .card-body .card-wrapper-experience .card-content-content .exp-category-list span{color:var(--font-body);margin-right:.5rem;display:flex;padding:5px 10px;background-color:var(--border-color);border-radius:50px;border:1px solid var(--border-color);white-space:nowrap}.page-category experience-feed .experience-item .card-body .card-wrapper-experience .card-content-content .exp-category-list span:first-of-type{margin-right:0}.page-category experience-feed .experience-item .card-footer{background:white;border-top:1px solid var(--border-color);padding:20px 0 0}@media (max-width: 767px){.page-category experience-feed .experience-item .card-footer .experience-info{flex-wrap:wrap}}@media (max-width: 767px){.page-category experience-feed .experience-item .card-footer .experience-info .col-media-count{width:100%}}.page-category experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count{margin-top:0;color:var(--font-body);align-items:flex-start;gap:0rem}@media (max-width: 767px){.page-category experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count{margin-bottom:.5rem}}.page-category experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count div{display:flex;margin-right:1rem}.page-category experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count div svg{margin-right:.5rem}.page-category experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count div svg path{fill:var(--font-body)}.page-category experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count .media-audio svg{margin-right:.3rem!important}@media (max-width: 767px){.page-category experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count .media-audio svg{margin-right:.4rem!important}}@media (max-width: 767px){.page-category experience-feed .experience-item .card-footer .experience-info .counters{width:100%}}.page-category experience-feed .experience-item .card-footer .experience-info .counters .experience-favorite svg path{stroke:var(--font-body)}.page-category experience-feed .experience-item .card-footer .experience-info .counters .experience-favorite .icon-star path{stroke:#f9ca24}.page-category experience-feed .experience-item .card-footer .experience-info .counters .counter .info{color:var(--font-body)}.page-category experience-feed .experience-item .card-footer .experience-info .counters .counter svg path{fill:var(--font-body)}@media (max-width: 1399px){.page-experience{max-width:90%}}@media (max-width: 991px){.page-experience{max-width:95%}}@media (max-width: 767px){.page-experience{max-width:100%}}.page-experience .col-exp{display:flex}@media (max-width: 991px){.page-experience .col-exp{flex-direction:column}}.page-experience .col-exp .col-exp-left{flex:0 0 25%;width:25%;display:flex;flex-direction:column;padding-right:24px;position:sticky;top:15px;height:100%}@media (max-width: 991px){.page-experience .col-exp .col-exp-left{flex:0 0 100%;width:100%;padding-right:0;position:initial;top:0px;margin-bottom:15px}}.page-experience .col-exp .col-exp-left .exp-user-details{border-radius:0 0 5px 5px;border:1px solid var(--border-color);background-color:#fff}@media (max-width: 991px){.page-experience .col-exp .col-exp-left .exp-user-details{display:none}}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-top{position:relative;text-align:center;display:flex;flex-direction:column;padding:25px 25px 0}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-top .exp-user-bg{width:100%;height:71px;background-color:var(--bg-body);position:absolute;top:0;left:0;z-index:1;border:2px solid white;border-bottom:none}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-top .exp-user-profil{z-index:2}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-top .exp-user-profil span{display:flex;justify-content:center;align-items:center;width:92px;height:92px;border-radius:100%;border:4px solid white;margin:0 auto;position:relative}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-top .exp-user-profil span .user-icon-profile{width:100%;height:100%;object-fit:cover}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-top .exp-user-profil span .exp-user-profil__grade{position:absolute;right:-1px;bottom:-1px;background:white;border-radius:50%;padding:3px;display:flex;justify-content:center;align-items:center}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-top .exp-user-profil span .exp-user-profil__grade img{width:25px;height:25px;object-fit:contain}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-top .exp-user-name{margin-top:1rem;margin-bottom:35px}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-top .exp-user-name h3{font-size:1rem;color:var(--font-body-hover);margin-top:0;font-weight:700;line-height:1.3;margin-bottom:0}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom{text-align:center;position:relative;padding:0 25px 25px}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-grades{margin-bottom:35px}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-grades p{margin-bottom:.25rem;margin-left:-.2rem;margin-right:-.2rem;display:flex;flex-wrap:wrap;justify-content:center}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-grades p img{width:90px;height:auto;margin:0 .2rem .5rem;object-fit:contain}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-grades a{color:var(--font-body-hover)}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-grades a:hover{text-decoration:underline}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats{display:flex;justify-content:space-evenly}@media (max-width: 1199px){.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats{justify-content:space-between}}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats .student-exp,.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats .student-meta{display:flex;flex-direction:column;align-items:center}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats .student-exp .stats-exp-icon,.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats .student-exp .stats-meta-icon,.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats .student-meta .stats-exp-icon,.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats .student-meta .stats-meta-icon{margin-bottom:.8rem}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats .student-exp .stats-exp-icon svg,.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats .student-exp .stats-meta-icon svg,.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats .student-meta .stats-exp-icon svg,.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats .student-meta .stats-meta-icon svg{height:24px;fill:var(--font-body-hover);fill-rule:evenodd}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats .student-exp .stats-exp-count,.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats .student-exp .stats-meta-count,.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats .student-meta .stats-exp-count,.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats .student-meta .stats-meta-count{color:var(--font-body-hover);margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.3}.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats .student-exp .stats-exp-name,.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats .student-exp .stats-meta-name,.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats .student-meta .stats-exp-name,.page-experience .col-exp .col-exp-left .exp-user-details .exp-user-bottom .student-stats .student-meta .stats-meta-name{color:var(--font-body);font-size:13px;margin-bottom:0}.page-experience .col-exp .col-exp-left .exp-user-details-responsive{border-radius:0 0 5px 5px;border:1px solid var(--border-color);background-color:#fff;display:none;position:relative;padding:0 25px 0 0}@media (max-width: 991px){.page-experience .col-exp .col-exp-left .exp-user-details-responsive{display:flex}}@media (max-width: 767px){.page-experience .col-exp .col-exp-left .exp-user-details-responsive{padding:0}}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user{display:flex;justify-content:space-between;align-items:center;width:100%}@media (max-width: 767px){.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user{flex-direction:column}}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-left{display:flex;flex-direction:column;z-index:1;position:relative;margin-top:0;padding:25px;background-color:var(--bg-body);border:2px solid white;height:100%;justify-content:center}@media (max-width: 767px){.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-left{width:100%;padding:15px}}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-left .exp-user-profil span{display:flex;justify-content:center;align-items:center;width:75px;height:75px;border-radius:100%;border:4px solid white;margin:0 auto;position:relative}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-left .exp-user-profil span .user-icon-profile{width:100%;height:100%;object-fit:cover}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-left .exp-user-profil span .exp-user-profil__grade{position:absolute;right:-2px;bottom:-2px;background:white;border-radius:50%;padding:2.5px;display:flex;justify-content:center;align-items:center}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-left .exp-user-profil span .exp-user-profil__grade img{width:20px;height:20px;object-fit:contain}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-left .exp-user-name{margin-top:.25rem;text-align:center}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-left .exp-user-name h3{font-size:1rem;color:var(--font-body-hover);margin-top:0;font-weight:700;line-height:1.3;margin-bottom:0;white-space:nowrap}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-middle{margin-top:0;padding-left:25px;padding-right:25px}@media (max-width: 767px){.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-middle{width:100%;text-align:center;padding:15px}}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-middle .student-grades{text-align:center}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-middle .student-grades p{margin-bottom:0;margin-left:-.2rem;margin-right:-.2rem;display:flex;flex-wrap:wrap;justify-content:center}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-middle .student-grades p img{width:80px;height:auto;margin:.25rem .2rem;object-fit:contain}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-middle .student-grades a{color:var(--font-body-hover)}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-middle .student-grades a:hover{text-decoration:underline}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right{margin-top:0}@media (max-width: 767px){.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right{width:100%;padding:0 15px 15px}}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats{display:flex;justify-content:space-evenly}@media (max-width: 1199px){.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats{justify-content:space-between}}@media (max-width: 767px){.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats{justify-content:space-evenly}}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp,.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta{display:flex;flex-direction:column;align-items:center;text-align:center}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp .stats-exp-icon,.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp .stats-meta-icon,.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta .stats-exp-icon,.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta .stats-meta-icon{margin-bottom:.8rem}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp .stats-exp-icon svg,.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp .stats-meta-icon svg,.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta .stats-exp-icon svg,.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta .stats-meta-icon svg{height:21px;fill:var(--font-body-hover);fill-rule:evenodd}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp .stats-exp-count,.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp .stats-meta-count,.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta .stats-exp-count,.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta .stats-meta-count{color:var(--font-body-hover);margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.3}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp .stats-exp-name,.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp .stats-meta-name,.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta .stats-exp-name,.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta .stats-meta-name{color:var(--font-body);font-size:13px;margin-bottom:0}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp{margin-right:1.25rem}.page-experience .col-exp .col-exp-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta{margin-left:1.25rem}.page-experience .col-exp .col-exp-left .exp-user-skills{margin-top:15px;border-radius:5px;border:1px solid var(--border-color);background-color:#fff}@media (max-width: 991px){.page-experience .col-exp .col-exp-left .exp-user-skills.open #btn-skill{transform:rotateX(0)!important}}@media (max-width: 991px){.page-experience .col-exp .col-exp-left .exp-user-skills.open .exp-user-skills-bottom{display:flex}}.page-experience .col-exp .col-exp-left .exp-user-skills .exp-user-skills-top{padding:25px;border-bottom:1px solid var(--border-color);display:flex;justify-content:center;text-align:center;align-items:center}@media (max-width: 991px){.page-experience .col-exp .col-exp-left .exp-user-skills .exp-user-skills-top{text-align:left;justify-content:space-between}}@media (max-width: 767px){.page-experience .col-exp .col-exp-left .exp-user-skills .exp-user-skills-top{padding:15px}}.page-experience .col-exp .col-exp-left .exp-user-skills .exp-user-skills-top h3{font-size:1rem;color:var(--font-body-hover);margin-top:0;font-weight:700;line-height:1.3;margin-bottom:0}.page-experience .col-exp .col-exp-left .exp-user-skills .exp-user-skills-top #btn-skill{display:none}@media (max-width: 991px){.page-experience .col-exp .col-exp-left .exp-user-skills .exp-user-skills-top #btn-skill{display:flex;height:21px;pointer-events:all;cursor:pointer;transform:rotateX(180deg)}.page-experience .col-exp .col-exp-left .exp-user-skills .exp-user-skills-top #btn-skill path{fill:var(--font-body-hover)}}.page-experience .col-exp .col-exp-left .exp-user-skills .exp-user-skills-bottom{padding:25px;display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}@media (max-width: 991px){.page-experience .col-exp .col-exp-left .exp-user-skills .exp-user-skills-bottom{display:none}}@media (max-width: 767px){.page-experience .col-exp .col-exp-left .exp-user-skills .exp-user-skills-bottom{padding:15px}}.page-experience .col-exp .col-exp-left .exp-user-skills .exp-user-skills-bottom span{display:flex;border-bottom:1px solid var(--border-color);padding:5px 8px;border-radius:5px;background-color:var(--bg-body);margin:5px;align-items:center;justify-content:center}.page-experience .col-exp .col-exp-left .exp-user-skills .exp-user-skills-bottom span p{color:var(--font-body);margin-bottom:0;line-height:normal;font-size:13px}@media (max-width: 991px){.page-experience .col-exp .col-exp-left .exp-user-skills .exp-user-skills-bottom span p{font-size:14px}}.page-experience .col-exp .col-exp-right{flex:0 0 75%;width:75%;display:flex}@media (max-width: 991px){.page-experience .col-exp .col-exp-right{flex:0 0 100%;width:100%}}.page-experience .col-exp .col-exp-right .bg-flip-col{width:100%}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header{background-color:#fff;border-radius:5px;border:1px solid var(--border-color);margin-bottom:15px;padding:25px;display:flex;justify-content:space-between}@media (max-width: 767px){.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header{flex-direction:column;padding:15px;justify-content:flex-start}}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-left{display:flex;flex-direction:column;justify-content:space-between}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-left h1{font-weight:700;color:var(--font-body-hover);font-size:22px;margin-top:0;margin-bottom:0;line-height:1.3;padding-right:.5rem;word-break:break-word}@media (max-width: 767px){.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-left h1{font-size:20px;padding-right:0rem}}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-left p{color:var(--font-body);margin-bottom:0}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-left .exp-view{display:flex;align-items:center;color:var(--font-body-title)}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-left .exp-view svg{margin-left:.25rem;width:14px}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-left .exp-view svg path{fill:var(--font-body-title)}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-right{display:flex;flex-direction:column;justify-content:space-between}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-right .exp-header-top{display:flex;align-items:flex-start;justify-content:flex-end;margin-bottom:1rem}@media (max-width: 767px){.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-right .exp-header-top{flex-wrap:wrap;margin-top:.5rem;margin-bottom:.5rem}}@media (max-width: 767px){.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-right .exp-header-top #btn-flip{margin-bottom:.5rem}}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-right .exp-header-top .btn-meta,.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-right .exp-header-top .btn-experience{display:flex;font-weight:400;white-space:nowrap}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-right .exp-header-top svg path{fill-rule:evenodd}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-right .exp-header-top .col-btn{margin-left:12px}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-right .exp-header-top .col-btn .pop-hover-top #btn-add-meta{color:#fff;background-color:var(--mf-fourth);border-color:var(--mf-fourth);white-space:nowrap}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-right .exp-header-top .col-btn .pop-hover-top #btn-add-meta:hover{background-color:var(--mf-fourth-hover);border-color:var(--mf-fourth-hover)}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-right .exp-header-top .col-btn .pop-hover-top #btn-add-meta svg path{fill:#fff}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-right .exp-header-top .col-btn .pop-hover-top span{bottom:130%;width:100%}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-right .exp-header-top .col-btn .pop-hover-top span p{text-align:left}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-right .exp-header-top .col-btn .pop-hover-top svg{pointer-events:none}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-right .exp-header-top .dropdown-menu a{cursor:pointer}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-right .exp-header-bottom{display:flex;justify-content:flex-end;flex-direction:column;text-align:right}.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-right .exp-header-bottom p{color:var(--font-body);margin-bottom:0}@media (max-width: 767px){.page-experience .col-exp .col-exp-right .bg-flip-col .exp-header .exp-header-right .exp-header-bottom p{text-align:left}}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .front .exp-content{background-color:#fff;border-radius:5px;border:1px solid var(--border-color);margin-bottom:15px;padding:25px}@media (max-width: 767px){.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .front .exp-content{padding:15px}}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .front .exp-content .card-body .content p{color:var(--font-body);margin-bottom:0}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .front .exp-content .card-body .experience-medias{margin-bottom:0}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .front .exp-content .card-body .experience-medias h3{font-weight:700;color:var(--font-body-hover);font-size:22px;margin-top:0;margin-bottom:0;line-height:1.3}@media (max-width: 767px){.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .front .exp-content .card-body .experience-medias h3{font-size:20px}}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .front .exp-comments{background-color:#fff;border-radius:5px;border:1px solid var(--border-color);margin-bottom:15px;padding:25px}@media (max-width: 767px){.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .front .exp-comments{padding:15px}}@media (max-width: 767px){.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .front .exp-comments .card-body experience-comments .experience-comments .comments-header{flex-direction:column}}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .front .exp-comments .card-body experience-comments .experience-comments .comments-header h3{font-weight:700;color:var(--font-body-hover);font-size:22px;margin-top:0;margin-bottom:0;line-height:1.3}@media (max-width: 767px){.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .front .exp-comments .card-body experience-comments .experience-comments .comments-header h3{font-size:20px;width:100%}}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .front .exp-comments .card-body experience-comments .experience-comments .alert-mf{margin-bottom:0}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta{background-color:#fff;border-radius:5px;border:1px solid var(--border-color);margin-bottom:15px;padding:25px}@media (max-width: 767px){.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta{padding:15px}}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-header{margin-bottom:.5rem}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-header .row .col-md-12 h2{font-weight:700;color:var(--font-body-hover);font-size:22px;margin-top:0;margin-bottom:0;line-height:1.3}@media (max-width: 767px){.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-header .row .col-md-12 h2{font-size:20px}}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item{padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item .row{margin:0}@media (max-width: 767px){.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item .row{width:100%;max-width:100%;overflow:scroll}}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item .row .col-md-9{padding-left:0}@media (max-width: 767px){.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item .row .col-md-9{margin-top:0}}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item .row .col-md-9 h6{color:var(--font-body-hover);padding:0}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item .row .col-md-9 .date{color:var(--font-body-title)}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item .row .col-md-9 .date .meta-item-view{display:inline-flex;align-items:center;margin-left:1rem}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item .row .col-md-9 .date .meta-item-view svg{margin-left:.25rem;width:14px}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item .row .col-md-9 .date .meta-item-view svg path{fill:var(--font-body-title)}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item .row .col-md-9 .meta-access-description{display:flex;align-items:center;gap:.3rem;color:var(--font-body)}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item .row .col-md-9 .meta-access-description svg{width:14px}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item .row .col-md-9 .meta-access-description svg path{fill:var(--font-body)}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item .row .col-md-9 .meta-access-description .icon-lock{width:12px}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item .row .col-md-9 .meta-access-description .icon-unlock{width:14px}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item .row .col-btn{padding-right:0;white-space:nowrap}@media (max-width: 767px){.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item .row .col-btn{margin-top:.5rem}}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item p{margin-bottom:0}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item .btn-primary{color:#fff}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item:first-child{padding-top:0}.page-experience .col-exp .col-exp-right .bg-flip-col .flip-container .flipper .back .exp-meta .card-body .experience-meta-list .meta-item:last-child{border-bottom:none;padding-bottom:0}.page-experience .modal-meta-media .modal-dialog{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.experience-favorite{display:flex;align-items:center;cursor:pointer}.experience-favorite path{transition:all .3s ease-in-out}.experience-favorite.is-not-favorite:hover path{stroke:var(--mf-dark-second)}.experience-favorite.is-favorite:hover path{opacity:.5}.user-icon-profile{width:40px;height:40px;background-color:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center}.user-icon-profile.with-picture{background:var(--profile-picture) no-repeat center center;background-size:cover}@media (max-width: 1399px){.page-experience-add,.page-experience-edit{max-width:90%}}@media (max-width: 991px){.page-experience-add,.page-experience-edit{max-width:95%}}@media (max-width: 767px){.page-experience-add,.page-experience-edit{max-width:100%}}.page-experience-add .add-exp,.page-experience-add .edit-exp,.page-experience-edit .add-exp,.page-experience-edit .edit-exp{background-color:#fff;border-radius:5px;border:1px solid var(--border-color);margin-bottom:15px}.page-experience-add .add-exp .add-exp-header,.page-experience-add .add-exp .edit-exp-header,.page-experience-add .edit-exp .add-exp-header,.page-experience-add .edit-exp .edit-exp-header,.page-experience-edit .add-exp .add-exp-header,.page-experience-edit .add-exp .edit-exp-header,.page-experience-edit .edit-exp .add-exp-header,.page-experience-edit .edit-exp .edit-exp-header{border-bottom:1px solid var(--border-color);padding:25px}@media (max-width: 767px){.page-experience-add .add-exp .add-exp-header,.page-experience-add .add-exp .edit-exp-header,.page-experience-add .edit-exp .add-exp-header,.page-experience-add .edit-exp .edit-exp-header,.page-experience-edit .add-exp .add-exp-header,.page-experience-edit .add-exp .edit-exp-header,.page-experience-edit .edit-exp .add-exp-header,.page-experience-edit .edit-exp .edit-exp-header{padding:15px}}.page-experience-add .add-exp .add-exp-header h1,.page-experience-add .add-exp .edit-exp-header h1,.page-experience-add .edit-exp .add-exp-header h1,.page-experience-add .edit-exp .edit-exp-header h1,.page-experience-edit .add-exp .add-exp-header h1,.page-experience-edit .add-exp .edit-exp-header h1,.page-experience-edit .edit-exp .add-exp-header h1,.page-experience-edit .edit-exp .edit-exp-header h1{font-weight:700;color:var(--font-body-hover);font-size:22px;margin-top:0;margin-bottom:0;line-height:1.3}@media (max-width: 767px){.page-experience-add .add-exp .add-exp-header h1,.page-experience-add .add-exp .edit-exp-header h1,.page-experience-add .edit-exp .add-exp-header h1,.page-experience-add .edit-exp .edit-exp-header h1,.page-experience-edit .add-exp .add-exp-header h1,.page-experience-edit .add-exp .edit-exp-header h1,.page-experience-edit .edit-exp .add-exp-header h1,.page-experience-edit .edit-exp .edit-exp-header h1{font-size:20px}}.page-experience-add .add-exp .add-exp-form,.page-experience-add .add-exp .edit-exp-form,.page-experience-add .edit-exp .add-exp-form,.page-experience-add .edit-exp .edit-exp-form,.page-experience-edit .add-exp .add-exp-form,.page-experience-edit .add-exp .edit-exp-form,.page-experience-edit .edit-exp .add-exp-form,.page-experience-edit .edit-exp .edit-exp-form{padding:25px}@media (max-width: 767px){.page-experience-add .add-exp .add-exp-form,.page-experience-add .add-exp .edit-exp-form,.page-experience-add .edit-exp .add-exp-form,.page-experience-add .edit-exp .edit-exp-form,.page-experience-edit .add-exp .add-exp-form,.page-experience-edit .add-exp .edit-exp-form,.page-experience-edit .edit-exp .add-exp-form,.page-experience-edit .edit-exp .edit-exp-form{padding:15px}}.page-experience-add .add-exp .add-exp-form h2,.page-experience-add .add-exp .edit-exp-form h2,.page-experience-add .edit-exp .add-exp-form h2,.page-experience-add .edit-exp .edit-exp-form h2,.page-experience-edit .add-exp .add-exp-form h2,.page-experience-edit .add-exp .edit-exp-form h2,.page-experience-edit .edit-exp .add-exp-form h2,.page-experience-edit .edit-exp .edit-exp-form h2{font-size:1rem;color:var(--font-body-hover);margin-top:0;font-weight:700;line-height:1.3}.page-experience-add .add-exp .add-exp-form .content,.page-experience-add .add-exp .edit-exp-form .content,.page-experience-add .edit-exp .add-exp-form .content,.page-experience-add .edit-exp .edit-exp-form .content,.page-experience-edit .add-exp .add-exp-form .content,.page-experience-edit .add-exp .edit-exp-form .content,.page-experience-edit .edit-exp .add-exp-form .content,.page-experience-edit .edit-exp .edit-exp-form .content{color:var(--font-body)}.page-experience-add .add-exp .add-exp-form label,.page-experience-add .add-exp .add-exp-form legend,.page-experience-add .add-exp .edit-exp-form label,.page-experience-add .add-exp .edit-exp-form legend,.page-experience-add .edit-exp .add-exp-form label,.page-experience-add .edit-exp .add-exp-form legend,.page-experience-add .edit-exp .edit-exp-form label,.page-experience-add .edit-exp .edit-exp-form legend,.page-experience-edit .add-exp .add-exp-form label,.page-experience-edit .add-exp .add-exp-form legend,.page-experience-edit .add-exp .edit-exp-form label,.page-experience-edit .add-exp .edit-exp-form legend,.page-experience-edit .edit-exp .add-exp-form label,.page-experience-edit .edit-exp .add-exp-form legend,.page-experience-edit .edit-exp .edit-exp-form label,.page-experience-edit .edit-exp .edit-exp-form legend{font-family:Lobster,cursive;color:var(--mf-fourth);font-size:1rem}.page-experience-add .add-exp .add-exp-form .form-check-label,.page-experience-add .add-exp .edit-exp-form .form-check-label,.page-experience-add .edit-exp .add-exp-form .form-check-label,.page-experience-add .edit-exp .edit-exp-form .form-check-label,.page-experience-edit .add-exp .add-exp-form .form-check-label,.page-experience-edit .add-exp .edit-exp-form .form-check-label,.page-experience-edit .edit-exp .add-exp-form .form-check-label,.page-experience-edit .edit-exp .edit-exp-form .form-check-label{font-family:Roboto,sans-serif!important;color:var(--font-body);font-size:14px}.page-experience-add .add-exp .add-exp-form input,.page-experience-add .add-exp .add-exp-form .editor-menu-fixed,.page-experience-add .add-exp .add-exp-form .media-drop-zone,.page-experience-add .add-exp .add-exp-form .ProseMirror,.page-experience-add .add-exp .edit-exp-form input,.page-experience-add .add-exp .edit-exp-form .editor-menu-fixed,.page-experience-add .add-exp .edit-exp-form .media-drop-zone,.page-experience-add .add-exp .edit-exp-form .ProseMirror,.page-experience-add .edit-exp .add-exp-form input,.page-experience-add .edit-exp .add-exp-form .editor-menu-fixed,.page-experience-add .edit-exp .add-exp-form .media-drop-zone,.page-experience-add .edit-exp .add-exp-form .ProseMirror,.page-experience-add .edit-exp .edit-exp-form input,.page-experience-add .edit-exp .edit-exp-form .editor-menu-fixed,.page-experience-add .edit-exp .edit-exp-form .media-drop-zone,.page-experience-add .edit-exp .edit-exp-form .ProseMirror,.page-experience-edit .add-exp .add-exp-form input,.page-experience-edit .add-exp .add-exp-form .editor-menu-fixed,.page-experience-edit .add-exp .add-exp-form .media-drop-zone,.page-experience-edit .add-exp .add-exp-form .ProseMirror,.page-experience-edit .add-exp .edit-exp-form input,.page-experience-edit .add-exp .edit-exp-form .editor-menu-fixed,.page-experience-edit .add-exp .edit-exp-form .media-drop-zone,.page-experience-edit .add-exp .edit-exp-form .ProseMirror,.page-experience-edit .edit-exp .add-exp-form input,.page-experience-edit .edit-exp .add-exp-form .editor-menu-fixed,.page-experience-edit .edit-exp .add-exp-form .media-drop-zone,.page-experience-edit .edit-exp .add-exp-form .ProseMirror,.page-experience-edit .edit-exp .edit-exp-form input,.page-experience-edit .edit-exp .edit-exp-form .editor-menu-fixed,.page-experience-edit .edit-exp .edit-exp-form .media-drop-zone,.page-experience-edit .edit-exp .edit-exp-form .ProseMirror{border-color:var(--border-color-form)!important}.page-experience-add .add-exp .add-exp-form .col-form-label,.page-experience-add .add-exp .edit-exp-form .col-form-label,.page-experience-add .edit-exp .add-exp-form .col-form-label,.page-experience-add .edit-exp .edit-exp-form .col-form-label,.page-experience-edit .add-exp .add-exp-form .col-form-label,.page-experience-edit .add-exp .edit-exp-form .col-form-label,.page-experience-edit .edit-exp .add-exp-form .col-form-label,.page-experience-edit .edit-exp .edit-exp-form .col-form-label{color:var(--mf-fourth);margin-top:0;margin-bottom:0;font-weight:700}.page-experience-add .add-exp .add-exp-form #alert-submit,.page-experience-add .add-exp .edit-exp-form #alert-submit,.page-experience-add .edit-exp .add-exp-form #alert-submit,.page-experience-add .edit-exp .edit-exp-form #alert-submit,.page-experience-edit .add-exp .add-exp-form #alert-submit,.page-experience-edit .add-exp .edit-exp-form #alert-submit,.page-experience-edit .edit-exp .add-exp-form #alert-submit,.page-experience-edit .edit-exp .edit-exp-form #alert-submit{color:var(--font-body)}@media (max-width: 767px){.page-experience-add .add-exp .add-exp-form #alert-submit,.page-experience-add .add-exp .edit-exp-form #alert-submit,.page-experience-add .edit-exp .add-exp-form #alert-submit,.page-experience-add .edit-exp .edit-exp-form #alert-submit,.page-experience-edit .add-exp .add-exp-form #alert-submit,.page-experience-edit .add-exp .edit-exp-form #alert-submit,.page-experience-edit .edit-exp .add-exp-form #alert-submit,.page-experience-edit .edit-exp .edit-exp-form #alert-submit{white-space:nowrap}}@media (max-width: 767px){.page-experience-add .form-visibility .col,.page-experience-edit .form-visibility .col{flex:initial}}@media (max-width: 767px){.page-experience-add .form-visibility .col .form-check,.page-experience-edit .form-visibility .col .form-check{padding:0}.page-experience-add .form-visibility .col .form-check .form-check,.page-experience-edit .form-visibility .col .form-check .form-check{padding-left:1.5em}}.page-experience-add .form-categories,.page-experience-edit .form-categories{margin-top:1rem;margin-bottom:1rem}@media (max-width: 767px){.page-experience-add .form-categories .col-4,.page-experience-edit .form-categories .col-4{flex:initial;width:100%}}@media (max-width: 767px){.page-experience-add .form-categories .col-4 .form-check,.page-experience-edit .form-categories .col-4 .form-check{padding:0}.page-experience-add .form-categories .col-4 .form-check .form-check,.page-experience-edit .form-categories .col-4 .form-check .form-check{padding-left:1.5em}}.page-experience-edit .content{max-height:450px;overflow:hidden;margin-bottom:1rem;position:relative}@media (max-width: 767px){.page-experience-edit .content{margin-bottom:0rem}.page-experience-edit .content:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:inset 0 -120px 55px -30px #fff}}.experience-medias-list{display:flex;gap:.5rem;margin-top:0;flex-wrap:wrap}.experience-medias-list .media-item{cursor:pointer;width:80px;height:80px;flex:80px 0 0;border-radius:4px;border:1px solid rgba(0,0,0,.2);display:flex;justify-content:center;align-items:center;max-width:100%}.experience-medias-list .media-item svg{width:36px}.experience-medias-list .media-item path{fill:#0003}.experience-medias-list .media-item.is-img{background:var(--bg-file) no-repeat;background-size:cover}.modal-meta-media .media-slide{width:100%;display:flex;justify-content:center;align-items:flex-start}.modal-meta-media .media-slide img{max-height:50vh;object-fit:contain}.modal-meta-media .media-slide img,.modal-meta-media .media-slide video{max-width:100%}.modal-meta-media .media-slide video{max-height:500px}.modal-meta-media .media-slide audio{width:100%}@media (max-width: 1399px){.page-experience-search{max-width:90%}}@media (max-width: 991px){.page-experience-search{max-width:95%}}@media (max-width: 767px){.page-experience-search{max-width:100%}}.page-experience-search .search-exp .search-exp-header{background-color:#fff;border-radius:5px;border:1px solid var(--border-color);margin-bottom:15px;padding:25px}@media (max-width: 767px){.page-experience-search .search-exp .search-exp-header{padding:15px}}.page-experience-search .search-exp .search-exp-header h1{font-weight:700;color:var(--font-body-hover);font-size:22px;margin-top:0;margin-bottom:0;line-height:1.3}@media (max-width: 767px){.page-experience-search .search-exp .search-exp-header h1{font-size:20px}}.page-experience-search .search-exp .search-exp-header p{color:var(--font-body);margin-bottom:0}.page-experience-search .search-exp .search-exp-content{width:100%;display:flex;flex-direction:column}.page-experience-search .search-exp .search-exp-content .experience-item{background-color:#fff;border-radius:5px;border:1px solid var(--border-color);margin-bottom:15px;padding:25px}@media (max-width: 767px){.page-experience-search .search-exp .search-exp-content .experience-item{padding:15px}}.page-experience-search .search-exp .search-exp-content .experience-item .card-body{padding:0}.page-experience-search .search-exp .search-exp-content .experience-item .card-body .alert-mf,.page-experience-search .search-exp .search-exp-content .experience-item .card-body .alert-mf .search-no-result{margin-bottom:0}.page-experience-search .search-exp .search-exp-content .experience-item .card-body .card-wrapper-experience{display:flex;flex-direction:column;gap:0}.page-experience-search .search-exp .search-exp-content .experience-item .card-body .card-wrapper-experience .card-exp-top{display:flex;gap:1rem}.page-experience-search .search-exp .search-exp-content .experience-item .card-body .card-wrapper-experience .card-exp-top .card-picture-profile .card-picture-profile__grade{padding:3px!important}.page-experience-search .search-exp .search-exp-content .experience-item .card-body .card-wrapper-experience .card-exp-top .card-picture-profile .card-picture-profile__grade img{width:11px!important;height:11px!important}.page-experience-search .search-exp .search-exp-content .experience-item .card-body .card-wrapper-experience .card-exp-top .card-content-experience h3{color:var(--font-body-hover);font-weight:700;margin-bottom:.25rem;font-size:14px;line-height:1.3}.page-experience-search .search-exp .search-exp-content .experience-item .card-body .card-wrapper-experience .card-exp-top .card-content-experience h4{color:var(--font-body);font-size:13px;margin-bottom:0;font-weight:400}.page-experience-search .search-exp .search-exp-content .experience-item .card-body .card-wrapper-experience .card-content-content p{color:var(--font-body);margin:25px 0}@media (max-width: 767px){.page-experience-search .search-exp .search-exp-content .experience-item .card-body .card-wrapper-experience .card-content-content p{margin:15px 0}}.page-experience-search .search-exp .search-exp-content .experience-item .card-body .card-wrapper-experience .card-content-content .exp-category-list{display:flex;width:100%;flex-direction:row-reverse;margin-bottom:15px;padding-bottom:5px;max-width:100%;overflow:auto}@media (max-width: 767px){.page-experience-search .search-exp .search-exp-content .experience-item .card-body .card-wrapper-experience .card-content-content .exp-category-list{margin-bottom:15px}}.page-experience-search .search-exp .search-exp-content .experience-item .card-body .card-wrapper-experience .card-content-content .exp-category-list span{color:var(--font-body);margin-right:.5rem;display:flex;padding:5px 10px;background-color:var(--border-color);border-radius:50px;border:1px solid var(--border-color);white-space:nowrap}.page-experience-search .search-exp .search-exp-content .experience-item .card-body .card-wrapper-experience .card-content-content .exp-category-list span:first-of-type{margin-right:0}.page-experience-search .search-exp .search-exp-content .experience-item .card-footer{background:white;border-top:1px solid var(--border-color);padding:20px 0 0}@media (max-width: 767px){.page-experience-search .search-exp .search-exp-content .experience-item .card-footer .experience-info{flex-wrap:wrap}}@media (max-width: 767px){.page-experience-search .search-exp .search-exp-content .experience-item .card-footer .experience-info .col-media-count{width:100%}}.page-experience-search .search-exp .search-exp-content .experience-item .card-footer .experience-info .col-media-count .media-count{margin-top:0;color:var(--font-body);align-items:flex-start;gap:0rem}@media (max-width: 767px){.page-experience-search .search-exp .search-exp-content .experience-item .card-footer .experience-info .col-media-count .media-count{margin-bottom:.5rem}}.page-experience-search .search-exp .search-exp-content .experience-item .card-footer .experience-info .col-media-count .media-count div{display:flex;margin-right:1rem}.page-experience-search .search-exp .search-exp-content .experience-item .card-footer .experience-info .col-media-count .media-count div svg{margin-right:.5rem}.page-experience-search .search-exp .search-exp-content .experience-item .card-footer .experience-info .col-media-count .media-count div svg path{fill:var(--font-body)}.page-experience-search .search-exp .search-exp-content .experience-item .card-footer .experience-info .col-media-count .media-count .media-audio svg{margin-right:.3rem!important}@media (max-width: 767px){.page-experience-search .search-exp .search-exp-content .experience-item .card-footer .experience-info .counters{width:100%}}.page-experience-search .search-exp .search-exp-content .experience-item .card-footer .experience-info .counters .experience-favorite svg path{stroke:var(--font-body)}.page-experience-search .search-exp .search-exp-content .experience-item .card-footer .experience-info .counters .experience-favorite .icon-star path{stroke:#f9ca24}.page-experience-search .search-exp .search-exp-content .experience-item .card-footer .experience-info .counters .counter .info{color:var(--font-body)}.page-experience-search .search-exp .search-exp-content .experience-item .card-footer .experience-info .counters .counter svg path{fill:var(--font-body);fill-rule:evenodd}.search-str{background-color:var(--mf-btn-primary-bg);color:var(--mf-btn-primary-color)}@media (max-width: 991px){.page-experience .col-md-3{width:100%}.page-experience .col-md-9{width:100%;margin-top:1rem}}@media (max-width: 767px){.page-experience .col-md-9 .card-experience-header .card-body{position:relative;padding:0;margin:var(--bs-card-spacer-y) var(--bs-card-spacer-x)}.page-experience .col-md-9 .card-experience-header .card-body .experience-row{margin-bottom:3.5rem}.page-experience .col-md-9 .card-experience-header .card-body .experience-row h1{line-height:1;margin-bottom:1rem}.page-experience .col-md-9 .card-experience-header .card-body .experience-row .experience-info{line-height:normal}.page-experience .col-md-9 .card-experience-header .card-body .buttons{position:absolute;right:0;bottom:0}.page-experience .col-md-9 .flip-container .experience-medias .experience-medias-list{display:flex;gap:2%;justify-content:flex-start}.page-experience .col-md-9 .flip-container .experience-medias .experience-medias-list .media-item{width:23%;height:auto;aspect-ratio:1/1;flex:initial;margin-bottom:3%}.page-experience .col-md-9 .flip-container .experience-medias .experience-medias-list .media-item svg{width:50%}.page-experience .col-md-9 .experience-comments .comments-header{display:flex;flex-direction:column;align-items:flex-end}.page-experience .col-md-9 .experience-comments .comments-header h3{width:100%;margin-bottom:1rem}.page-experience .col-md-9 .experience-comments .comments-header .col-btn{margin-bottom:.5rem}.page-experience .modal-meta-access,.page-experience .modal-meta-media{display:flex;justify-content:center;align-items:center}.page-experience .modal-meta-access .modal-title,.page-experience .modal-meta-media .modal-title{line-height:1.1}.page-experience .modal-meta-access .modal-body .media-slide img,.page-experience .modal-meta-media .modal-body .media-slide img{max-height:50vh;object-fit:contain}.page-experience .modal-meta-access .modal-body .media-slide video,.page-experience .modal-meta-media .modal-body .media-slide video{max-height:50vh}.page-experience .modal-meta-access .modal-footer .btn-light,.page-experience .modal-meta-media .modal-footer .btn-light{padding-left:0}}.experience-item{box-shadow:none}.experience-item .card-wrapper-experience .card-picture-profile{width:40px;position:relative}.experience-item .card-wrapper-experience .card-picture-profile .card-picture-profile__grade{position:absolute;right:-2px;bottom:-2px;background:white;border-radius:50%;padding:2px;display:flex;justify-content:center;align-items:center}.experience-item .card-wrapper-experience .card-picture-profile .card-picture-profile__grade img{width:13px;height:13px;object-fit:contain}.experience-item .experience-info{display:flex;justify-content:space-between}.experience-item .info{font-size:.8rem;margin-bottom:0}.experience-item .counters{display:flex;gap:1.5rem;justify-content:flex-end;align-content:center}.experience-item .counter{display:flex;align-items:center}.experience-item .counter span{padding-right:.5rem;line-height:normal}.experience-item .counter svg{width:18px}.experience-item h3{font-size:1rem;font-weight:700}.experience-item .media-count{display:flex}.btn{font-weight:300;outline:none!important}.btn:hover,.btn:focus{outline:none!important;box-shadow:none}.btn svg{width:14px}.btn-primary,.btn-primary:focus{color:#fff;background-color:var(--mf-first);border-color:var(--mf-first)}.btn-primary path,.btn-primary:focus path{fill:#fff}.btn-primary:hover,.btn-primary:focus:hover{color:#fff;background-color:var(--mf-first-hover);border-color:var(--mf-first-hover)}.btn-primary:hover path,.btn-primary:focus:hover path{fill:#fff}.btn-secondary,.btn-secondary:focus{color:var(--mf-third-text);background-color:var(--mf-third);border-color:transparent}.btn-secondary path,.btn-secondary:focus path{fill:var(--mf-third-text)}.btn-secondary:hover,.btn-secondary:focus:hover{color:#fff;background-color:var(--mf-third-text);border-color:var(--mf-third-text)}.btn-secondary:hover path,.btn-secondary:focus:hover path{fill:#fff}.btn-success,.btn-success:focus{color:var(--mf-btn-success-color);background-color:var(--mf-btn-success-bg);border-color:transparent}.btn-success path,.btn-success:focus path{fill:var(--mf-btn-success-color)}.btn-success:hover,.btn-success:focus:hover{color:#fff;background-color:var(--mf-btn-success-color);border-color:var(--mf-btn-success-color)}.btn-success:hover path,.btn-success:focus:hover path{fill:#fff}.btn-danger,.btn-danger:focus{color:var(--mf-btn-danger-color);background-color:var(--mf-btn-danger-bg);border-color:transparent}.btn-danger path,.btn-danger:focus path{fill:var(--mf-btn-danger-color)}.btn-danger:hover,.btn-danger:focus:hover{color:#fff;background-color:var(--mf-btn-danger-color);border-color:var(--mf-btn-danger-color)}.btn-danger:hover path,.btn-danger:focus:hover path{fill:#fff}.btn-light,.btn-light:focus{color:var(--mf-btn-light-color);background-color:var(--mf-btn-light-bg);border-color:var(--mf-btn-light-bg)}.btn-light path,.btn-light:focus path{fill:var(--mf-btn-light-color)}.btn-light:hover,.btn-light:focus:hover{color:var(--mf-third-text);background-color:var(--mf-btn-light-bg);border-color:var(--mf-btn-light-bg)}.btn-light:hover path,.btn-light:focus:hover path{fill:var(--mf-third-text)}.btn-profile{width:38px;height:38px}.btn-profile.profile-picture{background:var(--profile-picture) no-repeat center center;background-size:contain}.btn-profile img{width:100%}.btn-rounded{border-radius:3rem}.btn-ellipsis svg{height:18px}.btn-icon svg{margin-bottom:2px;margin-right:.5rem}.btn-meta svg{margin-bottom:2px;margin-right:.5rem}.btn-experience svg,.btn-icon svg{margin-bottom:2px;margin-right:.5rem;width:12px}.col-btn{display:flex;justify-content:flex-end;gap:.5rem;align-items:center}.mf-editor .editor-menu-fixed{display:flex;justify-content:space-between;margin-bottom:3px;border:1px solid #ced4da;border-radius:.375rem;padding:3px;background-color:#fff}@media (max-width: 767px){.mf-editor .editor-menu-fixed{flex-wrap:wrap}}.mf-editor .editor-menu-fixed .editor-btn{display:flex}@media (max-width: 767px){.mf-editor .editor-menu-fixed .editor-btn{width:100%}}@media (max-width: 767px){.mf-editor .editor-menu-fixed .editor-btn:last-of-type{justify-content:flex-end}}.mf-editor .editor-menu-fixed .editor-btn .btn{display:flex;justify-content:center;align-items:center;padding-top:7px;padding-bottom:7px;margin-right:.25rem}.mf-editor .ProseMirror{border:1px solid #ced4da;border-radius:.375rem;padding:.375rem .75rem;max-height:450px;min-height:150px;overflow:auto;background-color:#fff}.mf-editor .ProseMirror p{margin-bottom:.3rem;color:var(--mf-dark)}.mf-editor .btn svg{height:14px}.experience-comments .comments-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}@media (max-width: 767px){.experience-comments .comments-header .col-btn{width:100%;margin-top:1rem}}.experience-comments .comment-item{display:flex;gap:1rem;margin-bottom:1rem}.experience-comments .comment-item .user-icon-content{position:relative;height:100%}.experience-comments .comment-item .user-icon-content .user-icon-content__grade{position:absolute;right:-2px;bottom:-2px;background:white;border-radius:50%;padding:2px;display:flex;justify-content:center;align-items:center}.experience-comments .comment-item .user-icon-content .user-icon-content__grade img{width:13px;height:13px;object-fit:contain}.experience-comments .comment-item .message{padding:.5rem}.experience-comments .comment-item .message p{margin-bottom:0}.experience-comments .comment-item .message .comment-info{margin-bottom:.3rem}.experience-comments .comment-item .message .comment-info .username{font-weight:400}.experience-comments .comment-item.comment-other{flex-direction:row-reverse}.experience-comments .comment-item.comment-other .message{background-color:var(--bg-body);border-radius:.375rem 0 .375rem .375rem;width:80%}.experience-comments .comment-item.comment-other .message .comment-info .username{color:var(--font-body-hover)}.experience-comments .comment-item.comment-other .message .comment-info .date{color:var(--font-body-title)}.experience-comments .comment-item.comment-other .message .comment-content p{color:var(--font-body)}.experience-comments .comment-item.comment-author .message{background-color:var(--mf-green-light);border-radius:0 .375rem .375rem;width:90%}.experience-comments .comment-item.comment-author .message .comment-info .username{color:var(--mf-dark)}.experience-comments .comment-item.comment-author .message .comment-info .date{color:var(--mf-first-hover)}.experience-comments .comment-item.comment-author .message .comment-content p{color:var(--font-body-hover)}.experience-comments .load-comments{display:flex;justify-content:center}.experience-comments .add-comment{margin-bottom:1.2rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.2)}.experience-comments .add-comment .buttons{margin:.5rem 0;display:flex;gap:.5rem}.dropdown-right{right:0}@-webkit-keyframes be-visible{0%{position:absolute;overflow:hidden}99%{position:absolute;overflow:hidden}to{position:initial;height:auto;overflow:visible}}@-moz-keyframes be-visible{0%{position:absolute;overflow:hidden}99%{position:absolute;overflow:hidden}to{position:initial;height:auto;overflow:visible}}@keyframes be-visible{0%{position:absolute;overflow:hidden}99%{position:absolute;overflow:hidden}to{position:initial;height:auto;overflow:visible}}@-webkit-keyframes be-hide{0%{position:initial;height:auto;overflow:auto}99%{position:initial;height:auto;overflow:auto}to{position:absolute;height:0px;overflow:hidden}}@-moz-keyframes be-hide{0%{position:initial;height:auto;overflow:auto}99%{position:initial;height:auto;overflow:auto}to{position:absolute;height:0px;overflow:hidden}}@keyframes be-hide{0%{position:initial;height:auto;overflow:auto}99%{position:initial;height:auto;overflow:auto}to{position:absolute;height:0px;overflow:hidden}}.flip-container{perspective:1000px}.flip-container.is-flip .flipper{transform:rotateY(180deg)}.flip-container .flipper{transition:.6s;transform-style:preserve-3d;position:relative}.flip-container .front,.flip-container .back{backface-visibility:hidden;position:absolute;width:100%;top:0;left:0}.flip-container .front.visible,.flip-container .back.visible{animation:be-visible .6s forwards}.flip-container .front.hide,.flip-container .back.hide{animation:be-hide .6s forwards}.flip-container .front{z-index:2;transform:rotateY(0)}.flip-container .back{transform:rotateY(180deg)}.btn-notif{position:relative;border:none}.btn-notif svg{width:21px}.btn-notif svg path{fill:#fff}.notif-counter{position:absolute;background-color:var(--mf-notification);left:80%;top:-10px;transform:translate(-50%,50%);color:#fff;font-size:.7rem;border-radius:50rem;display:flex;padding:0;text-align:center;white-space:nowrap;vertical-align:baseline;width:15px;height:15px;justify-content:center;align-items:baseline}.user-notifications-wrapper{position:fixed;height:50vh;width:100%;overflow:auto;z-index:999;bottom:0;left:0;background:var(--mf-second);box-shadow:0 -5px 15px -3px #0000001a;padding-top:1rem}.user-notifications-wrapper h2{color:#fff}.user-notifications-wrapper .notifications-header{display:flex;align-items:center;justify-content:space-between}@media (max-width: 767px){.user-notifications-wrapper .notifications-header{margin-bottom:.75rem}}.user-notifications-wrapper .notifications-header .buttons{display:flex;justify-content:center;align-items:center;gap:.5rem}.user-notifications-wrapper .notifications-header .buttons .btn-clear-notif{display:initial}@media (max-width: 767px){.user-notifications-wrapper .notifications-header .buttons .btn-clear-notif{display:none}}.user-notifications-wrapper .notifications-header .buttons .btn-clear-mobile{display:none}@media (max-width: 767px){.user-notifications-wrapper .notifications-header .buttons .btn-clear-mobile{display:flex;justify-content:center;align-items:center}}.user-notifications-wrapper .notifications-header .buttons button{display:flex;justify-content:center;align-items:center;height:32px}.user-notifications-wrapper .notifications-header .buttons button.btn-notif-close{width:32px}@media (max-width: 1399px){.page-meta{max-width:90%}}@media (max-width: 991px){.page-meta{max-width:95%}}@media (max-width: 767px){.page-meta{max-width:100%}}.page-meta .col-meta{display:flex}@media (max-width: 991px){.page-meta .col-meta{flex-direction:column}}.page-meta .col-meta .col-meta-left{flex:0 0 25%;width:25%;display:flex;flex-direction:column;padding-right:24px;position:sticky;top:15px;height:100%}@media (max-width: 991px){.page-meta .col-meta .col-meta-left{flex:0 0 100%;width:100%;padding-right:0;position:initial;top:0px;margin-bottom:15px}}.page-meta .col-meta .col-meta-left .exp-user-details{border-radius:0 0 5px 5px;border:1px solid var(--border-color);background-color:#fff}@media (max-width: 991px){.page-meta .col-meta .col-meta-left .exp-user-details{display:none}}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-top{position:relative;text-align:center;display:flex;flex-direction:column;padding:25px 25px 0}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-top .exp-user-bg{width:100%;height:71px;background-color:var(--bg-body);position:absolute;top:0;left:0;z-index:1;border:2px solid white;border-bottom:none}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-top .exp-user-profil{z-index:2}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-top .exp-user-profil span{display:flex;justify-content:center;align-items:center;width:92px;height:92px;border-radius:100%;border:4px solid white;margin:0 auto;position:relative}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-top .exp-user-profil span .user-icon-profile{width:100%;height:100%;object-fit:cover}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-top .exp-user-profil span .exp-user-profil__grade{position:absolute;right:-1px;bottom:-1px;background:white;border-radius:50%;padding:3px;display:flex;justify-content:center;align-items:center}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-top .exp-user-profil span .exp-user-profil__grade img{width:25px;height:25px;object-fit:contain}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-top .exp-user-name{margin-top:1rem;margin-bottom:35px}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-top .exp-user-name h3{font-size:1rem;color:var(--font-body-hover);margin-top:0;font-weight:700;line-height:1.3;margin-bottom:0}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom{text-align:center;position:relative;padding:0 25px 25px}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-grades{margin-bottom:35px}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-grades p{margin-bottom:.25rem;margin-left:-.2rem;margin-right:-.2rem;display:flex;flex-wrap:wrap;justify-content:center}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-grades p img{width:90px;height:auto;margin:0 .2rem .5rem;object-fit:contain}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-grades a{color:var(--font-body-hover)}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-grades a:hover{text-decoration:underline}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats{display:flex;justify-content:space-evenly}@media (max-width: 1199px){.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats{justify-content:space-between}}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats .student-exp,.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats .student-meta{display:flex;flex-direction:column;align-items:center}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats .student-exp .stats-exp-icon,.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats .student-exp .stats-meta-icon,.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats .student-meta .stats-exp-icon,.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats .student-meta .stats-meta-icon{margin-bottom:.8rem}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats .student-exp .stats-exp-icon svg,.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats .student-exp .stats-meta-icon svg,.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats .student-meta .stats-exp-icon svg,.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats .student-meta .stats-meta-icon svg{height:24px;fill:var(--font-body-hover);fill-rule:evenodd}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats .student-exp .stats-exp-count,.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats .student-exp .stats-meta-count,.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats .student-meta .stats-exp-count,.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats .student-meta .stats-meta-count{color:var(--font-body-hover);margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.3}.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats .student-exp .stats-exp-name,.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats .student-exp .stats-meta-name,.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats .student-meta .stats-exp-name,.page-meta .col-meta .col-meta-left .exp-user-details .exp-user-bottom .student-stats .student-meta .stats-meta-name{color:var(--font-body);font-size:13px;margin-bottom:0}.page-meta .col-meta .col-meta-left .exp-user-details-responsive{border-radius:0 0 5px 5px;border:1px solid var(--border-color);background-color:#fff;display:none;position:relative;padding:0 25px 0 0}@media (max-width: 991px){.page-meta .col-meta .col-meta-left .exp-user-details-responsive{display:flex}}@media (max-width: 767px){.page-meta .col-meta .col-meta-left .exp-user-details-responsive{padding:0}}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user{display:flex;justify-content:space-between;align-items:center;width:100%}@media (max-width: 767px){.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user{flex-direction:column}}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-left{display:flex;flex-direction:column;z-index:1;position:relative;margin-top:0;padding:25px;background-color:var(--bg-body);border:2px solid white;height:100%;justify-content:center}@media (max-width: 767px){.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-left{width:100%;padding:15px}}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-left .exp-user-profil span{display:flex;justify-content:center;align-items:center;width:75px;height:75px;border-radius:100%;border:4px solid white;margin:0 auto;position:relative}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-left .exp-user-profil span .user-icon-profile{width:100%;height:100%;object-fit:cover}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-left .exp-user-profil span .exp-user-profil__grade{position:absolute;right:-2px;bottom:-2px;background:white;border-radius:50%;padding:2.5px;display:flex;justify-content:center;align-items:center}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-left .exp-user-profil span .exp-user-profil__grade img{width:20px;height:20px;object-fit:contain}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-left .exp-user-name{margin-top:.25rem;text-align:center}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-left .exp-user-name h3{font-size:1rem;color:var(--font-body-hover);margin-top:0;font-weight:700;line-height:1.3;margin-bottom:0;white-space:nowrap}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-middle{margin-top:0;padding-left:25px;padding-right:25px}@media (max-width: 767px){.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-middle{width:100%;text-align:center;padding:15px}}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-middle .student-grades{text-align:center}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-middle .student-grades p{margin-bottom:0;margin-left:-.2rem;margin-right:-.2rem;display:flex;flex-wrap:wrap;justify-content:center}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-middle .student-grades p img{width:80px;height:auto;margin:.25rem .2rem;object-fit:contain}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-middle .student-grades a{color:var(--font-body-hover)}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-middle .student-grades a:hover{text-decoration:underline}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right{margin-top:0}@media (max-width: 767px){.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right{width:100%;padding:0 15px 15px}}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats{display:flex;justify-content:space-evenly}@media (max-width: 1199px){.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats{justify-content:space-between}}@media (max-width: 767px){.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats{justify-content:space-evenly}}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp,.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta{display:flex;flex-direction:column;align-items:center;text-align:center}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp .stats-exp-icon,.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp .stats-meta-icon,.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta .stats-exp-icon,.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta .stats-meta-icon{margin-bottom:.8rem}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp .stats-exp-icon svg,.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp .stats-meta-icon svg,.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta .stats-exp-icon svg,.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta .stats-meta-icon svg{height:21px;fill:var(--font-body-hover);fill-rule:evenodd}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp .stats-exp-count,.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp .stats-meta-count,.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta .stats-exp-count,.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta .stats-meta-count{color:var(--font-body-hover);margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.3}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp .stats-exp-name,.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp .stats-meta-name,.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta .stats-exp-name,.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta .stats-meta-name{color:var(--font-body);font-size:13px;margin-bottom:0}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-exp{margin-right:1.25rem}.page-meta .col-meta .col-meta-left .exp-user-details-responsive .exp-user .exp-user-right .student-stats .student-meta{margin-left:1.25rem}.page-meta .col-meta .col-meta-left .exp-user-skills{margin-top:15px;border-radius:5px;border:1px solid var(--border-color);background-color:#fff}@media (max-width: 991px){.page-meta .col-meta .col-meta-left .exp-user-skills.open #btn-skill{transform:rotateX(0)!important}}@media (max-width: 991px){.page-meta .col-meta .col-meta-left .exp-user-skills.open .exp-user-skills-bottom{display:block}}.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-top{padding:25px;border-bottom:1px solid var(--border-color);display:flex;justify-content:center;text-align:center;align-items:center}@media (max-width: 991px){.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-top{text-align:left;justify-content:space-between}}@media (max-width: 767px){.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-top{padding:15px}}.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-top h3{font-size:1rem;color:var(--font-body-hover);margin-top:0;font-weight:700;line-height:1.3;margin-bottom:0}.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-top #btn-skill{display:none}@media (max-width: 991px){.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-top #btn-skill{display:flex;height:21px;pointer-events:all;cursor:pointer;transform:rotateX(180deg)}.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-top #btn-skill path{fill:var(--font-body-hover)}}.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-bottom{padding:25px}@media (max-width: 991px){.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-bottom{display:none}}@media (max-width: 767px){.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-bottom{padding:15px}}.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-bottom span{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}@media (max-width: 1399px){.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-bottom span{flex-wrap:wrap;justify-content:flex-end}}@media (max-width: 991px){.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-bottom span{flex-wrap:nowrap;justify-content:space-between}}@media (max-width: 767px){.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-bottom span{flex-wrap:wrap;justify-content:flex-end}}.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-bottom span:first-of-type{padding-top:0rem}.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-bottom span:last-of-type{padding-bottom:0rem;border-bottom:0}.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-bottom span p{color:var(--font-body);margin-bottom:0;line-height:normal}@media (max-width: 1399px){.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-bottom span p:first-of-type{display:flex;width:100%;margin-bottom:5px}}@media (max-width: 991px){.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-bottom span p:first-of-type{width:auto;margin-bottom:0}}@media (max-width: 767px){.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-bottom span p:first-of-type{width:100%;margin-bottom:5px}}.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-bottom span p:last-of-type{font-weight:300;font-size:12px;padding:5px;border-radius:5px;background-color:var(--bg-body);margin-left:5px}@media (max-width: 991px){.page-meta .col-meta .col-meta-left .exp-user-skills .exp-user-skills-bottom span p:last-of-type{font-size:13px}}.page-meta .col-meta .col-meta-right{flex:0 0 75%;width:75%;display:flex}@media (max-width: 991px){.page-meta .col-meta .col-meta-right{flex:0 0 100%;width:100%}}.page-meta .col-meta .col-meta-right .bg-flip-col{width:100%}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top{background-color:#fff;border-radius:5px;border:1px solid var(--border-color);margin-bottom:15px;padding:25px;display:flex;justify-content:space-between;align-items:flex-start;position:relative}@media (max-width: 767px){.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top{padding:15px}}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content{width:100%}@media (max-width: 767px){.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content{margin-top:0}}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-first{display:flex;justify-content:space-between;margin-bottom:1rem}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-first .meta-top-title h1{font-weight:700;color:var(--font-body-hover);font-size:22px;margin-top:0;margin-bottom:0;line-height:1.3;word-break:break-word;padding-right:.5rem}@media (max-width: 767px){.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-first .meta-top-title h1{font-size:20px;margin-bottom:1rem}}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-first .meta-top-btn{display:flex;align-items:flex-start}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-first .meta-top-btn svg path{fill-rule:evenodd}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-second .view-publish{display:flex;justify-content:space-between;margin-bottom:.5rem}@media (max-width: 767px){.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-second .view-publish{flex-direction:column}}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-second .view-publish .view-meta{display:flex;align-items:center;color:var(--font-body-title);margin-bottom:0;padding-right:.5rem}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-second .view-publish .view-meta svg{margin-left:.25rem;width:14px}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-second .view-publish .view-meta svg path{fill:var(--font-body-title)}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-second .view-publish span{color:var(--font-body);word-break:break-word;display:block;line-height:normal}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-second .access-meta{display:flex;align-items:center;color:var(--font-body-title);margin-bottom:0}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-second .access-meta svg{margin-right:.25rem}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-second .access-meta svg path{fill:var(--font-body-title)}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-second .access-meta .icon-lock{width:12px}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-second .access-meta .icon-unlock{width:14px}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-second .meta-content{margin-top:1rem}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-second .meta-content p{margin-bottom:0;color:var(--font-body)}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-second .meta-content .meta-analyse span,.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-second .meta-content .meta-learning span{font-size:14px;color:var(--font-body-hover);margin-top:0;font-weight:700;line-height:1.3;margin-bottom:0;text-decoration:underline}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-top .meta-top-content .meta-top-second .meta-content .meta-learning{margin-top:1rem}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom{background-color:#fff;border-radius:5px;border:1px solid var(--border-color);margin-bottom:15px;padding:25px}@media (max-width: 767px){.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom{padding:15px}}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-header{display:flex;justify-content:space-between;align-items:flex-start}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-header h2{font-weight:700;color:var(--font-body-hover);font-size:22px;margin-top:0;margin-bottom:.5rem;line-height:1.3}@media (max-width: 767px){.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-header h2{font-size:20px}}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .form-add-meta{margin-bottom:1.2rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.2)}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .room-meta-list .room-meta-item{border-bottom:1px solid var(--border-color);padding:1rem 0;display:flex;gap:1rem}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .room-meta-list .room-meta-item:last-child{border-bottom:none}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .room-meta-list .room-meta-item h6{color:var(--font-body-hover);margin-bottom:0}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .room-meta-list .room-meta-item .wrapper span{color:var(--font-body-title);font-weight:400;font-size:13px;margin-bottom:.5rem;display:flex}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .room-meta-list .room-meta-item .author-picture-profile{width:40px;height:100%;position:relative}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .room-meta-list .room-meta-item .author-picture-profile .author-picture-profile__grade{position:absolute;right:-2px;bottom:-2px;background:white;border-radius:50%;padding:2px;display:flex;justify-content:center;align-items:center}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .room-meta-list .room-meta-item .author-picture-profile .author-picture-profile__grade img{width:13px;height:13px;object-fit:contain}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .room-meta-list p{margin-bottom:0;color:var(--font-body)}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .list-group-rooms .list-group-item{display:flex;justify-content:space-between;align-items:center;border-color:var(--border-color)}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .list-group-rooms .list-group-item .user-icon-col{position:relative}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .list-group-rooms .list-group-item .user-icon-col .user-icon-profile__grade{position:absolute;right:-2px;bottom:-2px;background:white;border-radius:50%;padding:2px;display:flex;justify-content:center;align-items:center}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .list-group-rooms .list-group-item .user-icon-col .user-icon-profile__grade img{width:13px;height:13px;object-fit:contain}@media (max-width: 767px){.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .list-group-rooms .list-group-item{flex-direction:column;justify-content:flex-start;align-items:flex-end}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .list-group-rooms .list-group-item .user-icon-col{margin:auto;margin-bottom:.5rem}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .list-group-rooms .list-group-item .user-icon-profile{width:100%}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .list-group-rooms .list-group-item .user-icon-profile svg{width:40px}}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .list-group-rooms p{color:var(--font-body);margin-bottom:0}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .list-group-rooms .counter{display:flex;align-items:center;gap:.5rem;color:var(--font-body-title)}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .list-group-rooms .counter svg{width:14px}.page-meta .col-meta .col-meta-right .bg-flip-col .meta-bottom .card-body .list-group-rooms .counter svg path{fill:var(--font-body-title);fill-rule:evenodd}@media (max-width: 1399px){.page-meta-add,.page-meta-edit{max-width:90%}}@media (max-width: 991px){.page-meta-add,.page-meta-edit{max-width:95%}}@media (max-width: 767px){.page-meta-add,.page-meta-edit{max-width:100%}}.page-meta-add .add-meta,.page-meta-add .edit-meta,.page-meta-edit .add-meta,.page-meta-edit .edit-meta{background-color:var(--mf-green-light);border-radius:5px;border:1px solid var(--border-color);margin-bottom:15px}.page-meta-add .add-meta .add-meta-header,.page-meta-add .add-meta .edit-meta-header,.page-meta-add .edit-meta .add-meta-header,.page-meta-add .edit-meta .edit-meta-header,.page-meta-edit .add-meta .add-meta-header,.page-meta-edit .add-meta .edit-meta-header,.page-meta-edit .edit-meta .add-meta-header,.page-meta-edit .edit-meta .edit-meta-header{border-bottom:1px solid var(--border-color);padding:25px}@media (max-width: 767px){.page-meta-add .add-meta .add-meta-header,.page-meta-add .add-meta .edit-meta-header,.page-meta-add .edit-meta .add-meta-header,.page-meta-add .edit-meta .edit-meta-header,.page-meta-edit .add-meta .add-meta-header,.page-meta-edit .add-meta .edit-meta-header,.page-meta-edit .edit-meta .add-meta-header,.page-meta-edit .edit-meta .edit-meta-header{padding:15px}}.page-meta-add .add-meta .add-meta-header h1,.page-meta-add .add-meta .edit-meta-header h1,.page-meta-add .edit-meta .add-meta-header h1,.page-meta-add .edit-meta .edit-meta-header h1,.page-meta-edit .add-meta .add-meta-header h1,.page-meta-edit .add-meta .edit-meta-header h1,.page-meta-edit .edit-meta .add-meta-header h1,.page-meta-edit .edit-meta .edit-meta-header h1{font-weight:700;color:var(--font-body-hover);font-size:22px;margin-top:0;margin-bottom:0;line-height:1.3}@media (max-width: 767px){.page-meta-add .add-meta .add-meta-header h1,.page-meta-add .add-meta .edit-meta-header h1,.page-meta-add .edit-meta .add-meta-header h1,.page-meta-add .edit-meta .edit-meta-header h1,.page-meta-edit .add-meta .add-meta-header h1,.page-meta-edit .add-meta .edit-meta-header h1,.page-meta-edit .edit-meta .add-meta-header h1,.page-meta-edit .edit-meta .edit-meta-header h1{font-size:20px}}.page-meta-add .add-meta .add-meta-header span,.page-meta-add .add-meta .edit-meta-header span,.page-meta-add .edit-meta .add-meta-header span,.page-meta-add .edit-meta .edit-meta-header span,.page-meta-edit .add-meta .add-meta-header span,.page-meta-edit .add-meta .edit-meta-header span,.page-meta-edit .edit-meta .add-meta-header span,.page-meta-edit .edit-meta .edit-meta-header span{color:var(--font-body)}.page-meta-add .add-meta .add-meta-form,.page-meta-add .add-meta .edit-meta-form,.page-meta-add .edit-meta .add-meta-form,.page-meta-add .edit-meta .edit-meta-form,.page-meta-edit .add-meta .add-meta-form,.page-meta-edit .add-meta .edit-meta-form,.page-meta-edit .edit-meta .add-meta-form,.page-meta-edit .edit-meta .edit-meta-form{background-color:#fff;padding:25px}@media (max-width: 767px){.page-meta-add .add-meta .add-meta-form,.page-meta-add .add-meta .edit-meta-form,.page-meta-add .edit-meta .add-meta-form,.page-meta-add .edit-meta .edit-meta-form,.page-meta-edit .add-meta .add-meta-form,.page-meta-edit .add-meta .edit-meta-form,.page-meta-edit .edit-meta .add-meta-form,.page-meta-edit .edit-meta .edit-meta-form{padding:15px}}.page-meta-add .add-meta .add-meta-form h2,.page-meta-add .add-meta .edit-meta-form h2,.page-meta-add .edit-meta .add-meta-form h2,.page-meta-add .edit-meta .edit-meta-form h2,.page-meta-edit .add-meta .add-meta-form h2,.page-meta-edit .add-meta .edit-meta-form h2,.page-meta-edit .edit-meta .add-meta-form h2,.page-meta-edit .edit-meta .edit-meta-form h2{font-size:1rem;color:var(--font-body-hover);margin-top:0;font-weight:700;line-height:1.3}.page-meta-add .add-meta .add-meta-form .content,.page-meta-add .add-meta .edit-meta-form .content,.page-meta-add .edit-meta .add-meta-form .content,.page-meta-add .edit-meta .edit-meta-form .content,.page-meta-edit .add-meta .add-meta-form .content,.page-meta-edit .add-meta .edit-meta-form .content,.page-meta-edit .edit-meta .add-meta-form .content,.page-meta-edit .edit-meta .edit-meta-form .content{color:var(--font-body)}.page-meta-add .add-meta .add-meta-form label,.page-meta-add .add-meta .add-meta-form legend,.page-meta-add .add-meta .edit-meta-form label,.page-meta-add .add-meta .edit-meta-form legend,.page-meta-add .edit-meta .add-meta-form label,.page-meta-add .edit-meta .add-meta-form legend,.page-meta-add .edit-meta .edit-meta-form label,.page-meta-add .edit-meta .edit-meta-form legend,.page-meta-edit .add-meta .add-meta-form label,.page-meta-edit .add-meta .add-meta-form legend,.page-meta-edit .add-meta .edit-meta-form label,.page-meta-edit .add-meta .edit-meta-form legend,.page-meta-edit .edit-meta .add-meta-form label,.page-meta-edit .edit-meta .add-meta-form legend,.page-meta-edit .edit-meta .edit-meta-form label,.page-meta-edit .edit-meta .edit-meta-form legend{font-family:Lobster,cursive;color:var(--mf-fourth);font-size:1rem}.page-meta-add .add-meta .add-meta-form input,.page-meta-add .add-meta .add-meta-form .editor-menu-fixed,.page-meta-add .add-meta .add-meta-form .media-drop-zone,.page-meta-add .add-meta .add-meta-form .ProseMirror,.page-meta-add .add-meta .edit-meta-form input,.page-meta-add .add-meta .edit-meta-form .editor-menu-fixed,.page-meta-add .add-meta .edit-meta-form .media-drop-zone,.page-meta-add .add-meta .edit-meta-form .ProseMirror,.page-meta-add .edit-meta .add-meta-form input,.page-meta-add .edit-meta .add-meta-form .editor-menu-fixed,.page-meta-add .edit-meta .add-meta-form .media-drop-zone,.page-meta-add .edit-meta .add-meta-form .ProseMirror,.page-meta-add .edit-meta .edit-meta-form input,.page-meta-add .edit-meta .edit-meta-form .editor-menu-fixed,.page-meta-add .edit-meta .edit-meta-form .media-drop-zone,.page-meta-add .edit-meta .edit-meta-form .ProseMirror,.page-meta-edit .add-meta .add-meta-form input,.page-meta-edit .add-meta .add-meta-form .editor-menu-fixed,.page-meta-edit .add-meta .add-meta-form .media-drop-zone,.page-meta-edit .add-meta .add-meta-form .ProseMirror,.page-meta-edit .add-meta .edit-meta-form input,.page-meta-edit .add-meta .edit-meta-form .editor-menu-fixed,.page-meta-edit .add-meta .edit-meta-form .media-drop-zone,.page-meta-edit .add-meta .edit-meta-form .ProseMirror,.page-meta-edit .edit-meta .add-meta-form input,.page-meta-edit .edit-meta .add-meta-form .editor-menu-fixed,.page-meta-edit .edit-meta .add-meta-form .media-drop-zone,.page-meta-edit .edit-meta .add-meta-form .ProseMirror,.page-meta-edit .edit-meta .edit-meta-form input,.page-meta-edit .edit-meta .edit-meta-form .editor-menu-fixed,.page-meta-edit .edit-meta .edit-meta-form .media-drop-zone,.page-meta-edit .edit-meta .edit-meta-form .ProseMirror{border-color:var(--border-color-form)!important}.page-meta-add .add-meta .add-meta-form .col-form-label,.page-meta-add .add-meta .edit-meta-form .col-form-label,.page-meta-add .edit-meta .add-meta-form .col-form-label,.page-meta-add .edit-meta .edit-meta-form .col-form-label,.page-meta-edit .add-meta .add-meta-form .col-form-label,.page-meta-edit .add-meta .edit-meta-form .col-form-label,.page-meta-edit .edit-meta .add-meta-form .col-form-label,.page-meta-edit .edit-meta .edit-meta-form .col-form-label{color:var(--mf-fourth);margin-top:0;margin-bottom:0;font-weight:700}.page-meta-add .add-meta .add-meta-form #alert-submit,.page-meta-add .add-meta .edit-meta-form #alert-submit,.page-meta-add .edit-meta .add-meta-form #alert-submit,.page-meta-add .edit-meta .edit-meta-form #alert-submit,.page-meta-edit .add-meta .add-meta-form #alert-submit,.page-meta-edit .add-meta .edit-meta-form #alert-submit,.page-meta-edit .edit-meta .add-meta-form #alert-submit,.page-meta-edit .edit-meta .edit-meta-form #alert-submit{color:var(--font-body)}@media (max-width: 1399px){.page-meta-access{max-width:90%}}@media (max-width: 991px){.page-meta-access{max-width:95%}}@media (max-width: 767px){.page-meta-access{max-width:100%}}.page-meta-access .meta-access-top{background-color:#fff;border-radius:5px;border:1px solid var(--border-color);margin-bottom:15px;padding:25px;display:flex;justify-content:space-between;align-items:flex-start}@media (max-width: 767px){.page-meta-access .meta-access-top{padding:15px}}.page-meta-access .meta-access-top .meta-access-title h1{font-weight:700;color:var(--font-body-hover);font-size:22px;margin-top:0;margin-bottom:0;line-height:1.3}@media (max-width: 767px){.page-meta-access .meta-access-top .meta-access-title h1{font-size:20px}}.page-meta-access .meta-access-top .meta-access-title span{color:var(--font-body)}.page-meta-access .meta-access-top .meta-access-title .access-meta{display:flex;align-items:center;color:var(--font-body-title);margin-bottom:0}.page-meta-access .meta-access-top .meta-access-title .access-meta svg{margin-right:.25rem}.page-meta-access .meta-access-top .meta-access-title .access-meta svg path{fill:var(--font-body-title)}.page-meta-access .meta-access-top .meta-access-title .access-meta .icon-lock{width:12px}.page-meta-access .meta-access-top .meta-access-title .access-meta .icon-unlock{width:14px}.page-meta-access .meta-access-top .meta-access-title .meta-content{margin-top:1rem}.page-meta-access .meta-access-top .meta-access-title .meta-content p{margin-bottom:0;color:var(--font-body)}.page-meta-access .meta-access-middle{background-color:#fff;border-radius:5px;border:1px solid var(--border-color);margin-bottom:15px;padding:25px;display:flex;justify-content:space-between;align-items:flex-start}@media (max-width: 767px){.page-meta-access .meta-access-middle{padding:15px}}.page-meta-access .meta-access-middle .meta-access-demandes{width:100%}.page-meta-access .meta-access-middle .meta-access-demandes h2{font-weight:700;color:var(--font-body-hover);font-size:22px;margin-top:0;margin-bottom:.5rem;line-height:1.3}@media (max-width: 767px){.page-meta-access .meta-access-middle .meta-access-demandes h2{font-size:20px}}.page-meta-access .meta-access-middle .meta-access-demandes .alert-primary{margin-bottom:0}.page-meta-access .meta-access-middle .meta-access-demandes .list-access-request .list-group-item{display:flex;justify-content:space-between;align-items:center;border-color:var(--border-color)}@media (max-width: 767px){.page-meta-access .meta-access-middle .meta-access-demandes .list-access-request .list-group-item{flex-wrap:wrap;padding-left:15px;padding-right:15px}}.page-meta-access .meta-access-middle .meta-access-demandes .list-access-request .list-group-item .access-request-info{padding-right:1.5rem}@media (max-width: 767px){.page-meta-access .meta-access-middle .meta-access-demandes .list-access-request .list-group-item .access-request-info{padding-right:0rem}}.page-meta-access .meta-access-middle .meta-access-demandes .list-access-request .list-group-item .access-request-info p{color:var(--font-body)}@media (max-width: 767px){.page-meta-access .meta-access-middle .meta-access-demandes .list-access-request .list-group-item .access-request-info p{margin-bottom:.5rem}}.page-meta-access .meta-access-middle .meta-access-demandes .list-access-request .list-group-item .access-request-info p strong{color:var(--font-body-hover)}.page-meta-access .meta-access-middle .meta-access-demandes .list-access-request .list-group-item .access-request-info .access-request-explanation{line-height:normal}.page-meta-access .meta-access-middle .meta-access-demandes .list-access-request .list-group-item .access-request-info .access-request-explanation span{font-weight:500}@media (max-width: 767px){.page-meta-access .meta-access-middle .meta-access-demandes .list-access-request .list-group-item .col-btn{width:100%}}.page-meta-access .meta-access-middle .meta-access-demandes .list-access-request p{margin-bottom:0}.page-meta-access .meta-access-bottom{background-color:#fff;border-radius:5px;border:1px solid var(--border-color);margin-bottom:15px;padding:25px;display:flex;justify-content:space-between;align-items:flex-start}@media (max-width: 767px){.page-meta-access .meta-access-bottom{padding:15px}}.page-meta-access .meta-access-bottom .meta-access-list{width:100%}.page-meta-access .meta-access-bottom .meta-access-list h2{font-weight:700;color:var(--font-body-hover);font-size:22px;margin-top:0;margin-bottom:.5rem;line-height:1.3}@media (max-width: 767px){.page-meta-access .meta-access-bottom .meta-access-list h2{font-size:20px}}.page-meta-access .meta-access-bottom .meta-access-list .alert-primary{margin-bottom:0}.page-meta-access .meta-access-bottom .meta-access-list .list-group-item{display:flex;justify-content:space-between;align-items:center;border-color:var(--border-color)}@media (max-width: 767px){.page-meta-access .meta-access-bottom .meta-access-list .list-group-item{padding-left:15px;padding-right:15px}}.page-meta-access .meta-access-bottom .meta-access-list .list-group-item p{color:var(--font-body);margin-bottom:0!important}.page-meta-access .meta-access-bottom .meta-access-list .list-group-item p strong{color:var(--font-body-hover)}#meta_skill{display:grid;grid-gap:0px;grid-auto-flow:column dense;grid-template-columns:1fr 1fr;grid-template-areas:none}@media (max-width: 767px){#meta_skill{display:flex;flex-direction:column;grid-template-columns:none}}#meta_skill .form-check{margin-bottom:.5rem;margin-right:1rem}#meta_skill .form-check label{line-height:normal;font-family:Roboto,sans-serif!important;color:var(--font-body);font-size:14px}#meta_skill .form-check .input-no-skill{border-color:var(--mf-green)!important}#meta_skill .form-check .input-no-skill:checked{background-color:var(--mf-green)!important}#meta_skill .form-check .input-no-skill:focus{box-shadow:0 0 0 .25rem var(--mf-green-opacity)}#meta_skill .form-check .label-no-skill{color:var(--mf-green)}.form-group{margin-bottom:1rem}@keyframes waves{0%{-webkit-transform:scale(.5,.5);transform:scale(.5);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}50%{opacity:.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"}to{-webkit-transform:scale(.9,.9);transform:scale(.9);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}}@-webkit-keyframes waves{0%{-webkit-transform:scale(.5,.5);transform:scale(.5);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}50%{opacity:.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"}to{-webkit-transform:scale(.9,.9);transform:scale(.9);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}}@-moz-keyframes waves{0%{-webkit-transform:scale(.5,.5);transform:scale(.5);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}50%{opacity:.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"}to{-webkit-transform:scale(.9,.9);transform:scale(.9);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}}.voice-recording{display:none;background-color:#000000b3;position:fixed;top:0;left:0;z-index:999;width:100vw;height:100vh;align-items:center;justify-content:center;flex-direction:column;gap:2rem}.voice-recording.is-recording{display:flex}.voice-recording .micro{width:150px;height:150px;background-color:#e74c3c;border-radius:50%;display:flex;align-items:center;justify-content:center}.voice-recording .waves{position:absolute;width:300px;height:300px;background:rgba(255,255,255,.3);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border-radius:100%;z-index:-1;-webkit-animation:waves 2.5s ease-in-out infinite;animation:waves 2.5s ease-in-out infinite}.voice-recording .wave-1{-webkit-animation-delay:0s;animation-delay:0s}.voice-recording .wave-2{-webkit-animation-delay:.83s;animation-delay:.83s}.voice-recording .wave-3{-webkit-animation-delay:1.66s;animation-delay:1.66s}.voice-recording svg{width:70px}.voice-recording svg path{fill:#fff}.voice-recording .text{color:#fff;font-size:2.5rem}.modal-alpine{display:block;background-color:#00000080}.modal-alpine.modal-hide{visibility:hidden}.modal-alpine.modal-for-search{display:flex;justify-content:center;align-items:center}.modal-alpine.modal-for-search .modal-dialog{width:100%;max-width:100%;display:flex;justify-content:center}@media (max-width: 767px){.modal-alpine.modal-for-search .modal-dialog{margin:12px}}.modal-alpine.modal-for-search .modal-dialog .modal-search{width:40.65%;border-color:var(--border-color)}@media (max-width: 1199px){.modal-alpine.modal-for-search .modal-dialog .modal-search{width:50%}}@media (max-width: 991px){.modal-alpine.modal-for-search .modal-dialog .modal-search{width:560px}}@media (max-width: 767px){.modal-alpine.modal-for-search .modal-dialog .modal-search{width:100%}}.modal-alpine.modal-for-search .modal-dialog .modal-search .modal-header{background:var(--bg-body);padding:12px}.modal-alpine.modal-for-search .modal-dialog .modal-search .modal-body label,.modal-alpine.modal-for-search .modal-dialog .modal-search .modal-body input::placeholder{color:var(--font-body)}.modal-alpine.modal-for-search .modal-dialog .modal-search .modal-body label{line-height:normal;color:var(--font-body)}.modal-alpine.modal-for-search .modal-dialog .modal-search .modal-body input{border-color:var(--border-color);color:var(--font-body)}.modal-alpine.modal-for-skill{display:flex;justify-content:center;align-items:center}.modal-alpine.modal-for-skill .modal-dialog{width:100%;max-width:100%;display:flex;justify-content:center}@media (max-width: 767px){.modal-alpine.modal-for-skill .modal-dialog{margin:12px}}.modal-alpine.modal-for-skill .modal-dialog .modal-skill{width:40.65%;border-color:var(--border-color)}@media (max-width: 1199px){.modal-alpine.modal-for-skill .modal-dialog .modal-skill{width:50%}}@media (max-width: 991px){.modal-alpine.modal-for-skill .modal-dialog .modal-skill{width:560px}}@media (max-width: 767px){.modal-alpine.modal-for-skill .modal-dialog .modal-skill{width:100%}}.modal-alpine.modal-for-skill .modal-dialog .modal-skill .modal-header{background:var(--bg-body);padding:12px}.modal-alpine.modal-for-skill .modal-dialog .modal-skill .modal-body{padding:12px}.modal-alpine.modal-for-skill .modal-dialog .modal-skill .modal-body select{border-color:var(--border-color);color:var(--font-body)}.modal-alpine.modal-for-skill .modal-dialog .modal-skill .modal-body select::placeholder{color:var(--font-body)}.modal-alpine.modal-meta-access,.modal-alpine.modal-access-confirm{display:flex;justify-content:center;align-items:center}.modal-alpine.modal-meta-access .modal-dialog,.modal-alpine.modal-access-confirm .modal-dialog{width:100%;max-width:100%;display:flex;justify-content:center}@media (max-width: 767px){.modal-alpine.modal-meta-access .modal-dialog,.modal-alpine.modal-access-confirm .modal-dialog{width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin:0}}.modal-alpine.modal-meta-access .modal-dialog .modal-content,.modal-alpine.modal-access-confirm .modal-dialog .modal-content{width:500px;border-color:var(--border-color)}.modal-alpine.modal-meta-access .modal-dialog .modal-content .modal-header,.modal-alpine.modal-access-confirm .modal-dialog .modal-content .modal-header{background:var(--bg-body);padding:12px}@media (max-width: 767px){.modal-alpine.modal-meta-access .modal-dialog .modal-content .modal-header,.modal-alpine.modal-access-confirm .modal-dialog .modal-content .modal-header{align-items:flex-start}}@media (max-width: 767px){.modal-alpine.modal-meta-access .modal-dialog .modal-content .modal-header .modal-title,.modal-alpine.modal-access-confirm .modal-dialog .modal-content .modal-header .modal-title{line-height:normal}}.modal-alpine.modal-meta-access .modal-dialog .modal-content .modal-body p,.modal-alpine.modal-access-confirm .modal-dialog .modal-content .modal-body p{color:var(--font-body)}.modal-alpine.modal-meta-access .modal-dialog .modal-content .modal-body .form-group,.modal-alpine.modal-access-confirm .modal-dialog .modal-content .modal-body .form-group{margin-bottom:0}.modal-alpine.modal-meta-access .modal-dialog .modal-content .modal-body .form-group label,.modal-alpine.modal-access-confirm .modal-dialog .modal-content .modal-body .form-group label{color:var(--font-body)}.modal-alpine.modal-meta-access .modal-dialog .modal-content .modal-body .form-group textarea,.modal-alpine.modal-access-confirm .modal-dialog .modal-content .modal-body .form-group textarea{font-size:14px}@media (max-width: 767px){.modal-alpine.modal-meta-access .modal-dialog .modal-content .modal-footer,.modal-alpine.modal-access-confirm .modal-dialog .modal-content .modal-footer{padding-left:0;white-space:nowrap}}@media (max-width: 767px){.modal-alpine.modal-meta-access .modal-dialog .modal-content .modal-footer .btn-light,.modal-alpine.modal-access-confirm .modal-dialog .modal-content .modal-footer .btn-light{padding-left:0}}.experience-medias{margin-bottom:1rem}.experience-medias .media-drop-zone{width:100%;height:100px;border:2px dashed #ced4da;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background-color:#fff}.experience-medias .media-drop-zone .drop-target{background-color:transparent;transition:background-color .3s ease-in-out;position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.experience-medias .media-drop-zone.is-hover .drop-target{background-color:var(--mf-third)}.experience-medias .media-drop-zone p{color:var(--font-body);margin-bottom:0}@media (max-width: 767px){.experience-medias .media-drop-zone p{text-align:center;line-height:normal}}.experience-medias .media-drop-zone .icon-drop-zone{display:flex;align-items:center;margin-bottom:.25rem}.experience-medias .media-drop-zone .icon-drop-zone svg{height:25px!important}.experience-medias .media-drop-zone .icon-drop-zone svg:first-of-type{margin-right:.5rem}.experience-medias .media-drop-zone .icon-drop-zone svg:last-of-type{margin-left:.3rem}.experience-medias .media-drop-zone path{fill:var(--font-body)}.experience-medias .file-list{display:flex;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.experience-medias .file-list .file-list-item{width:40px;height:40px;flex:40px 0 0;border-radius:4px;border:1px solid rgba(0,0,0,.2);display:flex;justify-content:center;align-items:center;position:relative}.experience-medias .file-list .file-list-item a{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.experience-medias .file-list .file-list-item path{fill:#0003}.experience-medias .file-list .file-list-item.is-img{background:var(--bg-file) no-repeat;background-size:cover}.experience-medias .file-list .file-list-item .delete-file{width:16px;height:16px;border-radius:16px;background:red;position:absolute;top:-8px;right:-8px;display:flex;align-items:center;justify-content:center;z-index:9;cursor:pointer}.experience-medias .file-list .file-list-item .delete-file path{fill:#fff}@media (max-width: 1399px){.account-nav{max-width:90%}}@media (max-width: 991px){.account-nav{max-width:95%}}@media (max-width: 767px){.account-nav{max-width:100%}}.account-nav .col-account-nav{position:sticky;top:15px;height:100%}@media (max-width: 991px){.account-nav .col-account-nav{width:100%;margin-bottom:15px;position:initial;top:0px}}.account-nav .card-menu{border-radius:0 0 5px 5px;border:1px solid var(--border-color);background-color:#fff;box-shadow:none!important}.account-nav .card-menu #btn-account-nav{display:none}@media (max-width: 991px){.account-nav .card-menu{position:relative;overflow:hidden}.account-nav .card-menu #btn-account-nav{display:flex;justify-content:center;align-items:center;background:transparent;border-bottom:1px solid transparent;height:34px;position:absolute;width:100%;cursor:pointer;font-size:1rem;color:var(--font-body-hover);font-weight:700;line-height:1.3}.account-nav .card-menu #btn-account-nav.open{position:initial;border-bottom:1px solid var(--border-color)}.account-nav .card-menu #btn-account-nav span{margin-left:.25rem}.account-nav .card-menu #btn-account-nav span svg{height:16px;width:16px}.account-nav .card-menu #btn-account-nav #account-bottom-toggle{display:none;transform:translateY(-25%)}.account-nav .card-menu #btn-account-nav #account-bottom-toggle.active{display:initial}.account-nav .card-menu #btn-account-nav #account-top-toggle{display:none;transform:translateY(15%)}.account-nav .card-menu #btn-account-nav #account-top-toggle.active{display:initial}.account-nav .card-menu .card-body{display:flex;opacity:0;pointer-events:none;max-height:0px}.account-nav .card-menu .card-body ul{width:100%}.account-nav .card-menu .card-body.open{max-height:400px;opacity:1;pointer-events:all;padding:0!important}}.account-nav .card-menu .nav-link{color:var(--font-body-hover);font-weight:500;transition:all .3s ease-in-out}@media (max-width: 991px){.account-nav .card-menu .nav-link{padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);white-space:normal;user-select:none}}.account-nav .card-menu .nav-link.active,.account-nav .card-menu .nav-link:hover{background-color:var(--bg-body)}@media (max-width: 991px){.account-nav .col-account-index{width:100%}}.card-my-account,.card-my-badges,.card-my-grades,.card-my-contact,.card-my-skills,.card-my-notifs{background-color:#fff;border-radius:5px;border:1px solid var(--border-color);margin-bottom:15px}.card-my-account h1,.card-my-badges h1,.card-my-grades h1,.card-my-contact h1,.card-my-skills h1,.card-my-notifs h1{font-weight:700;color:var(--font-body-hover);font-size:22px;margin-top:0;margin-bottom:0;line-height:1.3;padding:25px;border-bottom:1px solid var(--border-color)}@media (max-width: 767px){.card-my-account h1,.card-my-badges h1,.card-my-grades h1,.card-my-contact h1,.card-my-skills h1,.card-my-notifs h1{font-size:20px;padding:15px}}.card-my-account form,.card-my-badges form,.card-my-grades form,.card-my-contact form,.card-my-skills form,.card-my-notifs form{padding:25px}@media (max-width: 767px){.card-my-account form,.card-my-badges form,.card-my-grades form,.card-my-contact form,.card-my-skills form,.card-my-notifs form{padding:15px}}.card-my-account form label,.card-my-account form legend,.card-my-badges form label,.card-my-badges form legend,.card-my-grades form label,.card-my-grades form legend,.card-my-contact form label,.card-my-contact form legend,.card-my-skills form label,.card-my-skills form legend,.card-my-notifs form label,.card-my-notifs form legend{color:var(--font-body)}@media (max-width: 991px){.card-my-account .form-info-student .col-student-picture,.card-my-badges .form-info-student .col-student-picture,.card-my-grades .form-info-student .col-student-picture,.card-my-contact .form-info-student .col-student-picture,.card-my-skills .form-info-student .col-student-picture,.card-my-notifs .form-info-student .col-student-picture{width:100%}}@media (max-width: 767px){.card-my-account .form-info-student .col-6,.card-my-badges .form-info-student .col-6,.card-my-grades .form-info-student .col-6,.card-my-contact .form-info-student .col-6,.card-my-skills .form-info-student .col-6,.card-my-notifs .form-info-student .col-6{width:100%}}.card-my-account .form-info-student .form-check,.card-my-badges .form-info-student .form-check,.card-my-grades .form-info-student .form-check,.card-my-contact .form-info-student .form-check,.card-my-skills .form-info-student .form-check,.card-my-notifs .form-info-student .form-check{margin-top:1rem}.card-my-account .form-info-student .show-img-student a,.card-my-badges .form-info-student .show-img-student a,.card-my-grades .form-info-student .show-img-student a,.card-my-contact .form-info-student .show-img-student a,.card-my-skills .form-info-student .show-img-student a,.card-my-notifs .form-info-student .show-img-student a{color:var(--font-body-title)}.card-my-account .form-info-student .show-img-student a:hover,.card-my-badges .form-info-student .show-img-student a:hover,.card-my-grades .form-info-student .show-img-student a:hover,.card-my-contact .form-info-student .show-img-student a:hover,.card-my-skills .form-info-student .show-img-student a:hover,.card-my-notifs .form-info-student .show-img-student a:hover{color:var(--font-body-hover);text-decoration:underline}.card-my-account .my-badges-content,.card-my-account .my-grades-content,.card-my-badges .my-badges-content,.card-my-badges .my-grades-content,.card-my-grades .my-badges-content,.card-my-grades .my-grades-content,.card-my-contact .my-badges-content,.card-my-contact .my-grades-content,.card-my-skills .my-badges-content,.card-my-skills .my-grades-content,.card-my-notifs .my-badges-content,.card-my-notifs .my-grades-content{padding:9px 0}@media (max-width: 991px){.card-my-account .my-badges-content .col-unlock-badge,.card-my-account .my-grades-content .col-unlock-badge,.card-my-badges .my-badges-content .col-unlock-badge,.card-my-badges .my-grades-content .col-unlock-badge,.card-my-grades .my-badges-content .col-unlock-badge,.card-my-grades .my-grades-content .col-unlock-badge,.card-my-contact .my-badges-content .col-unlock-badge,.card-my-contact .my-grades-content .col-unlock-badge,.card-my-skills .my-badges-content .col-unlock-badge,.card-my-skills .my-grades-content .col-unlock-badge,.card-my-notifs .my-badges-content .col-unlock-badge,.card-my-notifs .my-grades-content .col-unlock-badge{width:50%}}@media (max-width: 767px){.card-my-account .my-badges-content .col-unlock-badge,.card-my-account .my-grades-content .col-unlock-badge,.card-my-badges .my-badges-content .col-unlock-badge,.card-my-badges .my-grades-content .col-unlock-badge,.card-my-grades .my-badges-content .col-unlock-badge,.card-my-grades .my-grades-content .col-unlock-badge,.card-my-contact .my-badges-content .col-unlock-badge,.card-my-contact .my-grades-content .col-unlock-badge,.card-my-skills .my-badges-content .col-unlock-badge,.card-my-skills .my-grades-content .col-unlock-badge,.card-my-notifs .my-badges-content .col-unlock-badge,.card-my-notifs .my-grades-content .col-unlock-badge{width:100%}}.card-my-account .my-badges-content .col-unlock-badge .unlock-badge,.card-my-account .my-grades-content .col-unlock-badge .unlock-badge,.card-my-badges .my-badges-content .col-unlock-badge .unlock-badge,.card-my-badges .my-grades-content .col-unlock-badge .unlock-badge,.card-my-grades .my-badges-content .col-unlock-badge .unlock-badge,.card-my-grades .my-grades-content .col-unlock-badge .unlock-badge,.card-my-contact .my-badges-content .col-unlock-badge .unlock-badge,.card-my-contact .my-grades-content .col-unlock-badge .unlock-badge,.card-my-skills .my-badges-content .col-unlock-badge .unlock-badge,.card-my-skills .my-grades-content .col-unlock-badge .unlock-badge,.card-my-notifs .my-badges-content .col-unlock-badge .unlock-badge,.card-my-notifs .my-grades-content .col-unlock-badge .unlock-badge{display:flex;flex-direction:column;align-items:center;padding:1rem}@media (max-width: 767px){.card-my-account .my-badges-content .col-unlock-badge .unlock-badge,.card-my-account .my-grades-content .col-unlock-badge .unlock-badge,.card-my-badges .my-badges-content .col-unlock-badge .unlock-badge,.card-my-badges .my-grades-content .col-unlock-badge .unlock-badge,.card-my-grades .my-badges-content .col-unlock-badge .unlock-badge,.card-my-grades .my-grades-content .col-unlock-badge .unlock-badge,.card-my-contact .my-badges-content .col-unlock-badge .unlock-badge,.card-my-contact .my-grades-content .col-unlock-badge .unlock-badge,.card-my-skills .my-badges-content .col-unlock-badge .unlock-badge,.card-my-skills .my-grades-content .col-unlock-badge .unlock-badge,.card-my-notifs .my-badges-content .col-unlock-badge .unlock-badge,.card-my-notifs .my-grades-content .col-unlock-badge .unlock-badge{padding:15px}}.card-my-account .my-badges-content .col-unlock-badge .unlock-badge img,.card-my-account .my-grades-content .col-unlock-badge .unlock-badge img,.card-my-badges .my-badges-content .col-unlock-badge .unlock-badge img,.card-my-badges .my-grades-content .col-unlock-badge .unlock-badge img,.card-my-grades .my-badges-content .col-unlock-badge .unlock-badge img,.card-my-grades .my-grades-content .col-unlock-badge .unlock-badge img,.card-my-contact .my-badges-content .col-unlock-badge .unlock-badge img,.card-my-contact .my-grades-content .col-unlock-badge .unlock-badge img,.card-my-skills .my-badges-content .col-unlock-badge .unlock-badge img,.card-my-skills .my-grades-content .col-unlock-badge .unlock-badge img,.card-my-notifs .my-badges-content .col-unlock-badge .unlock-badge img,.card-my-notifs .my-grades-content .col-unlock-badge .unlock-badge img{max-width:100%;object-fit:contain}.card-my-account .my-badges-content .col-unlock-badge .unlock-badge .name,.card-my-account .my-grades-content .col-unlock-badge .unlock-badge .name,.card-my-badges .my-badges-content .col-unlock-badge .unlock-badge .name,.card-my-badges .my-grades-content .col-unlock-badge .unlock-badge .name,.card-my-grades .my-badges-content .col-unlock-badge .unlock-badge .name,.card-my-grades .my-grades-content .col-unlock-badge .unlock-badge .name,.card-my-contact .my-badges-content .col-unlock-badge .unlock-badge .name,.card-my-contact .my-grades-content .col-unlock-badge .unlock-badge .name,.card-my-skills .my-badges-content .col-unlock-badge .unlock-badge .name,.card-my-skills .my-grades-content .col-unlock-badge .unlock-badge .name,.card-my-notifs .my-badges-content .col-unlock-badge .unlock-badge .name,.card-my-notifs .my-grades-content .col-unlock-badge .unlock-badge .name{font-weight:500;color:var(--font-body-hover);font-size:1rem;margin-bottom:0;margin-top:1rem;text-align:center;line-height:1}.card-my-account .my-badges-content .col-unlock-badge .unlock-badge .date,.card-my-account .my-grades-content .col-unlock-badge .unlock-badge .date,.card-my-badges .my-badges-content .col-unlock-badge .unlock-badge .date,.card-my-badges .my-grades-content .col-unlock-badge .unlock-badge .date,.card-my-grades .my-badges-content .col-unlock-badge .unlock-badge .date,.card-my-grades .my-grades-content .col-unlock-badge .unlock-badge .date,.card-my-contact .my-badges-content .col-unlock-badge .unlock-badge .date,.card-my-contact .my-grades-content .col-unlock-badge .unlock-badge .date,.card-my-skills .my-badges-content .col-unlock-badge .unlock-badge .date,.card-my-skills .my-grades-content .col-unlock-badge .unlock-badge .date,.card-my-notifs .my-badges-content .col-unlock-badge .unlock-badge .date,.card-my-notifs .my-grades-content .col-unlock-badge .unlock-badge .date{color:var(--font-body-title);margin-bottom:0}.card-my-account .my-badges-content .col-unlock-badge .unlock-badge .level,.card-my-account .my-badges-content .col-unlock-badge .unlock-badge .description,.card-my-badges .my-badges-content .col-unlock-badge .unlock-badge .level,.card-my-badges .my-badges-content .col-unlock-badge .unlock-badge .description,.card-my-grades .my-badges-content .col-unlock-badge .unlock-badge .level,.card-my-grades .my-badges-content .col-unlock-badge .unlock-badge .description,.card-my-contact .my-badges-content .col-unlock-badge .unlock-badge .level,.card-my-contact .my-badges-content .col-unlock-badge .unlock-badge .description,.card-my-skills .my-badges-content .col-unlock-badge .unlock-badge .level,.card-my-skills .my-badges-content .col-unlock-badge .unlock-badge .description,.card-my-notifs .my-badges-content .col-unlock-badge .unlock-badge .level,.card-my-notifs .my-badges-content .col-unlock-badge .unlock-badge .description{text-align:center;line-height:1.1}.card-my-account .my-badges-content .col-unlock-badge .unlock-badge .level,.card-my-badges .my-badges-content .col-unlock-badge .unlock-badge .level,.card-my-grades .my-badges-content .col-unlock-badge .unlock-badge .level,.card-my-contact .my-badges-content .col-unlock-badge .unlock-badge .level,.card-my-skills .my-badges-content .col-unlock-badge .unlock-badge .level,.card-my-notifs .my-badges-content .col-unlock-badge .unlock-badge .level{color:var(--font-body);font-size:13px;font-weight:400;margin-top:.1rem;margin-bottom:.3rem}.card-my-account .my-badges-content .col-unlock-badge .unlock-badge .description,.card-my-badges .my-badges-content .col-unlock-badge .unlock-badge .description,.card-my-grades .my-badges-content .col-unlock-badge .unlock-badge .description,.card-my-contact .my-badges-content .col-unlock-badge .unlock-badge .description,.card-my-skills .my-badges-content .col-unlock-badge .unlock-badge .description,.card-my-notifs .my-badges-content .col-unlock-badge .unlock-badge .description{font-size:12px;font-style:italic;margin-bottom:0}.card-my-account .account-contact .my-contact-content,.card-my-badges .account-contact .my-contact-content,.card-my-grades .account-contact .my-contact-content,.card-my-contact .account-contact .my-contact-content,.card-my-skills .account-contact .my-contact-content,.card-my-notifs .account-contact .my-contact-content{padding:25px}@media (max-width: 767px){.card-my-account .account-contact .my-contact-content,.card-my-badges .account-contact .my-contact-content,.card-my-grades .account-contact .my-contact-content,.card-my-contact .account-contact .my-contact-content,.card-my-skills .account-contact .my-contact-content,.card-my-notifs .account-contact .my-contact-content{padding:15px}}.card-my-account .account-contact .my-contact-content .col-md-12,.card-my-badges .account-contact .my-contact-content .col-md-12,.card-my-grades .account-contact .my-contact-content .col-md-12,.card-my-contact .account-contact .my-contact-content .col-md-12,.card-my-skills .account-contact .my-contact-content .col-md-12,.card-my-notifs .account-contact .my-contact-content .col-md-12{margin-bottom:0!important}.card-my-account .account-contact .my-contact-content .contact-feed,.card-my-badges .account-contact .my-contact-content .contact-feed,.card-my-grades .account-contact .my-contact-content .contact-feed,.card-my-contact .account-contact .my-contact-content .contact-feed,.card-my-skills .account-contact .my-contact-content .contact-feed,.card-my-notifs .account-contact .my-contact-content .contact-feed{overflow:auto;width:100%;color:var(--mf-dark)}.card-my-account .account-contact .my-contact-content .contact-feed table,.card-my-badges .account-contact .my-contact-content .contact-feed table,.card-my-grades .account-contact .my-contact-content .contact-feed table,.card-my-contact .account-contact .my-contact-content .contact-feed table,.card-my-skills .account-contact .my-contact-content .contact-feed table,.card-my-notifs .account-contact .my-contact-content .contact-feed table{background-color:var(--bg-body)}.card-my-account .account-contact .my-contact-content .contact-feed table tr th,.card-my-badges .account-contact .my-contact-content .contact-feed table tr th,.card-my-grades .account-contact .my-contact-content .contact-feed table tr th,.card-my-contact .account-contact .my-contact-content .contact-feed table tr th,.card-my-skills .account-contact .my-contact-content .contact-feed table tr th,.card-my-notifs .account-contact .my-contact-content .contact-feed table tr th{color:var(--font-body-hover)}.card-my-account .account-contact .my-contact-content .contact-feed table tr th:not(:last-of-type),.card-my-badges .account-contact .my-contact-content .contact-feed table tr th:not(:last-of-type),.card-my-grades .account-contact .my-contact-content .contact-feed table tr th:not(:last-of-type),.card-my-contact .account-contact .my-contact-content .contact-feed table tr th:not(:last-of-type),.card-my-skills .account-contact .my-contact-content .contact-feed table tr th:not(:last-of-type),.card-my-notifs .account-contact .my-contact-content .contact-feed table tr th:not(:last-of-type){padding-right:1rem}.card-my-account .account-contact .my-contact-content .contact-feed table tr td,.card-my-badges .account-contact .my-contact-content .contact-feed table tr td,.card-my-grades .account-contact .my-contact-content .contact-feed table tr td,.card-my-contact .account-contact .my-contact-content .contact-feed table tr td,.card-my-skills .account-contact .my-contact-content .contact-feed table tr td,.card-my-notifs .account-contact .my-contact-content .contact-feed table tr td{color:var(--font-body);white-space:nowrap}.card-my-account .account-contact .my-contact-content .contact-feed table tr td:not(:last-of-type),.card-my-badges .account-contact .my-contact-content .contact-feed table tr td:not(:last-of-type),.card-my-grades .account-contact .my-contact-content .contact-feed table tr td:not(:last-of-type),.card-my-contact .account-contact .my-contact-content .contact-feed table tr td:not(:last-of-type),.card-my-skills .account-contact .my-contact-content .contact-feed table tr td:not(:last-of-type),.card-my-notifs .account-contact .my-contact-content .contact-feed table tr td:not(:last-of-type){padding-right:1rem}.card-my-account .account-skills .my-skills-search form,.card-my-badges .account-skills .my-skills-search form,.card-my-grades .account-skills .my-skills-search form,.card-my-contact .account-skills .my-skills-search form,.card-my-skills .account-skills .my-skills-search form,.card-my-notifs .account-skills .my-skills-search form{padding-bottom:0;display:flex}@media (max-width: 767px){.card-my-account .account-skills .my-skills-search form,.card-my-badges .account-skills .my-skills-search form,.card-my-grades .account-skills .my-skills-search form,.card-my-contact .account-skills .my-skills-search form,.card-my-skills .account-skills .my-skills-search form,.card-my-notifs .account-skills .my-skills-search form{flex-wrap:wrap}}.card-my-account .account-skills .my-skills-search form .my-skills-input,.card-my-badges .account-skills .my-skills-search form .my-skills-input,.card-my-grades .account-skills .my-skills-search form .my-skills-input,.card-my-contact .account-skills .my-skills-search form .my-skills-input,.card-my-skills .account-skills .my-skills-search form .my-skills-input,.card-my-notifs .account-skills .my-skills-search form .my-skills-input{display:flex;flex-direction:column;width:50%}@media (max-width: 767px){.card-my-account .account-skills .my-skills-search form .my-skills-input,.card-my-badges .account-skills .my-skills-search form .my-skills-input,.card-my-grades .account-skills .my-skills-search form .my-skills-input,.card-my-contact .account-skills .my-skills-search form .my-skills-input,.card-my-skills .account-skills .my-skills-search form .my-skills-input,.card-my-notifs .account-skills .my-skills-search form .my-skills-input{width:100%}}.card-my-account .account-skills .my-skills-search form .my-skills-input label,.card-my-badges .account-skills .my-skills-search form .my-skills-input label,.card-my-grades .account-skills .my-skills-search form .my-skills-input label,.card-my-contact .account-skills .my-skills-search form .my-skills-input label,.card-my-skills .account-skills .my-skills-search form .my-skills-input label,.card-my-notifs .account-skills .my-skills-search form .my-skills-input label{margin-bottom:.25rem}.card-my-account .account-skills .my-skills-search form .my-skills-input input,.card-my-badges .account-skills .my-skills-search form .my-skills-input input,.card-my-grades .account-skills .my-skills-search form .my-skills-input input,.card-my-contact .account-skills .my-skills-search form .my-skills-input input,.card-my-skills .account-skills .my-skills-search form .my-skills-input input,.card-my-notifs .account-skills .my-skills-search form .my-skills-input input{border-color:var(--border-color)!important}.card-my-account .account-skills .my-skills-search form .my-skills-submit,.card-my-badges .account-skills .my-skills-search form .my-skills-submit,.card-my-grades .account-skills .my-skills-search form .my-skills-submit,.card-my-contact .account-skills .my-skills-search form .my-skills-submit,.card-my-skills .account-skills .my-skills-search form .my-skills-submit,.card-my-notifs .account-skills .my-skills-search form .my-skills-submit{display:flex;align-items:flex-end;margin-left:1rem}@media (max-width: 767px){.card-my-account .account-skills .my-skills-search form .my-skills-submit,.card-my-badges .account-skills .my-skills-search form .my-skills-submit,.card-my-grades .account-skills .my-skills-search form .my-skills-submit,.card-my-contact .account-skills .my-skills-search form .my-skills-submit,.card-my-skills .account-skills .my-skills-search form .my-skills-submit,.card-my-notifs .account-skills .my-skills-search form .my-skills-submit{justify-content:flex-end;margin-left:0;width:100%;margin-top:1rem}}.card-my-account .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary,.card-my-badges .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary,.card-my-grades .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary,.card-my-contact .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary,.card-my-skills .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary,.card-my-notifs .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary{border-color:var(--mf-green)!important;color:#fff!important;background:var(--mf-green)!important}.card-my-account .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:hover,.card-my-account .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:active,.card-my-account .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:focus,.card-my-badges .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:hover,.card-my-badges .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:active,.card-my-badges .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:focus,.card-my-grades .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:hover,.card-my-grades .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:active,.card-my-grades .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:focus,.card-my-contact .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:hover,.card-my-contact .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:active,.card-my-contact .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:focus,.card-my-skills .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:hover,.card-my-skills .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:active,.card-my-skills .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:focus,.card-my-notifs .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:hover,.card-my-notifs .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:active,.card-my-notifs .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:focus{background:var(--mf-first-hover)!important;color:#fff!important}.card-my-account .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger,.card-my-badges .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger,.card-my-grades .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger,.card-my-contact .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger,.card-my-skills .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger,.card-my-notifs .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger{border-color:var(--font-body-hover)!important;color:var(--font-body-hover)!important}.card-my-account .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:hover,.card-my-account .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:active,.card-my-account .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:focus,.card-my-badges .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:hover,.card-my-badges .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:active,.card-my-badges .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:focus,.card-my-grades .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:hover,.card-my-grades .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:active,.card-my-grades .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:focus,.card-my-contact .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:hover,.card-my-contact .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:active,.card-my-contact .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:focus,.card-my-skills .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:hover,.card-my-skills .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:active,.card-my-skills .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:focus,.card-my-notifs .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:hover,.card-my-notifs .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:active,.card-my-notifs .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:focus{background:var(--font-body-hover)!important;color:#fff!important}.card-my-account .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:active:focus,.card-my-account .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:active:focus,.card-my-badges .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:active:focus,.card-my-badges .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:active:focus,.card-my-grades .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:active:focus,.card-my-grades .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:active:focus,.card-my-contact .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:active:focus,.card-my-contact .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:active:focus,.card-my-skills .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:active:focus,.card-my-skills .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:active:focus,.card-my-notifs .account-skills .my-skills-search form .my-skills-submit .btn-outline-primary:active:focus,.card-my-notifs .account-skills .my-skills-search form .my-skills-submit .btn-outline-danger:active:focus{box-shadow:none!important}.card-my-account .account-skills .my-skills-search form .my-skills-submit button,.card-my-account .account-skills .my-skills-search form .my-skills-submit a,.card-my-badges .account-skills .my-skills-search form .my-skills-submit button,.card-my-badges .account-skills .my-skills-search form .my-skills-submit a,.card-my-grades .account-skills .my-skills-search form .my-skills-submit button,.card-my-grades .account-skills .my-skills-search form .my-skills-submit a,.card-my-contact .account-skills .my-skills-search form .my-skills-submit button,.card-my-contact .account-skills .my-skills-search form .my-skills-submit a,.card-my-skills .account-skills .my-skills-search form .my-skills-submit button,.card-my-skills .account-skills .my-skills-search form .my-skills-submit a,.card-my-notifs .account-skills .my-skills-search form .my-skills-submit button,.card-my-notifs .account-skills .my-skills-search form .my-skills-submit a{height:38px}.card-my-account .account-skills .my-skills-search form .my-skills-submit a,.card-my-badges .account-skills .my-skills-search form .my-skills-submit a,.card-my-grades .account-skills .my-skills-search form .my-skills-submit a,.card-my-contact .account-skills .my-skills-search form .my-skills-submit a,.card-my-skills .account-skills .my-skills-search form .my-skills-submit a,.card-my-notifs .account-skills .my-skills-search form .my-skills-submit a{margin-left:.5rem}.card-my-account .account-skills .my-skills-content,.card-my-badges .account-skills .my-skills-content,.card-my-grades .account-skills .my-skills-content,.card-my-contact .account-skills .my-skills-content,.card-my-skills .account-skills .my-skills-content,.card-my-notifs .account-skills .my-skills-content{padding:25px}@media (max-width: 767px){.card-my-account .account-skills .my-skills-content,.card-my-badges .account-skills .my-skills-content,.card-my-grades .account-skills .my-skills-content,.card-my-contact .account-skills .my-skills-content,.card-my-skills .account-skills .my-skills-content,.card-my-notifs .account-skills .my-skills-content{padding:15px}}.card-my-account .account-skills .my-skills-content .col-md-12,.card-my-badges .account-skills .my-skills-content .col-md-12,.card-my-grades .account-skills .my-skills-content .col-md-12,.card-my-contact .account-skills .my-skills-content .col-md-12,.card-my-skills .account-skills .my-skills-content .col-md-12,.card-my-notifs .account-skills .my-skills-content .col-md-12{margin-bottom:0!important}.card-my-account .account-skills .my-skills-content .col-md-12 .card-pagination,.card-my-badges .account-skills .my-skills-content .col-md-12 .card-pagination,.card-my-grades .account-skills .my-skills-content .col-md-12 .card-pagination,.card-my-contact .account-skills .my-skills-content .col-md-12 .card-pagination,.card-my-skills .account-skills .my-skills-content .col-md-12 .card-pagination,.card-my-notifs .account-skills .my-skills-content .col-md-12 .card-pagination{z-index:1}.card-my-account .account-skills .my-skills-content .skills-feed,.card-my-badges .account-skills .my-skills-content .skills-feed,.card-my-grades .account-skills .my-skills-content .skills-feed,.card-my-contact .account-skills .my-skills-content .skills-feed,.card-my-skills .account-skills .my-skills-content .skills-feed,.card-my-notifs .account-skills .my-skills-content .skills-feed{overflow:auto;width:100%;color:var(--mf-dark)}.card-my-account .account-skills .my-skills-content .skills-feed table,.card-my-badges .account-skills .my-skills-content .skills-feed table,.card-my-grades .account-skills .my-skills-content .skills-feed table,.card-my-contact .account-skills .my-skills-content .skills-feed table,.card-my-skills .account-skills .my-skills-content .skills-feed table,.card-my-notifs .account-skills .my-skills-content .skills-feed table{background-color:var(--bg-body)}.card-my-account .account-skills .my-skills-content .skills-feed table tr th,.card-my-badges .account-skills .my-skills-content .skills-feed table tr th,.card-my-grades .account-skills .my-skills-content .skills-feed table tr th,.card-my-contact .account-skills .my-skills-content .skills-feed table tr th,.card-my-skills .account-skills .my-skills-content .skills-feed table tr th,.card-my-notifs .account-skills .my-skills-content .skills-feed table tr th{color:var(--font-body-hover);width:25%}.card-my-account .account-skills .my-skills-content .skills-feed table tr th:not(:last-of-type),.card-my-badges .account-skills .my-skills-content .skills-feed table tr th:not(:last-of-type),.card-my-grades .account-skills .my-skills-content .skills-feed table tr th:not(:last-of-type),.card-my-contact .account-skills .my-skills-content .skills-feed table tr th:not(:last-of-type),.card-my-skills .account-skills .my-skills-content .skills-feed table tr th:not(:last-of-type),.card-my-notifs .account-skills .my-skills-content .skills-feed table tr th:not(:last-of-type){padding-right:1rem}.card-my-account .account-skills .my-skills-content .skills-feed table tr td,.card-my-badges .account-skills .my-skills-content .skills-feed table tr td,.card-my-grades .account-skills .my-skills-content .skills-feed table tr td,.card-my-contact .account-skills .my-skills-content .skills-feed table tr td,.card-my-skills .account-skills .my-skills-content .skills-feed table tr td,.card-my-notifs .account-skills .my-skills-content .skills-feed table tr td{color:var(--font-body);white-space:nowrap}.card-my-account .account-skills .my-skills-content .skills-feed table tr td:not(:last-of-type),.card-my-badges .account-skills .my-skills-content .skills-feed table tr td:not(:last-of-type),.card-my-grades .account-skills .my-skills-content .skills-feed table tr td:not(:last-of-type),.card-my-contact .account-skills .my-skills-content .skills-feed table tr td:not(:last-of-type),.card-my-skills .account-skills .my-skills-content .skills-feed table tr td:not(:last-of-type),.card-my-notifs .account-skills .my-skills-content .skills-feed table tr td:not(:last-of-type){padding-right:1rem}.card-my-account .account-skills .my-skills-content .skills-feed table tr td a,.card-my-badges .account-skills .my-skills-content .skills-feed table tr td a,.card-my-grades .account-skills .my-skills-content .skills-feed table tr td a,.card-my-contact .account-skills .my-skills-content .skills-feed table tr td a,.card-my-skills .account-skills .my-skills-content .skills-feed table tr td a,.card-my-notifs .account-skills .my-skills-content .skills-feed table tr td a{color:var(--font-body)}.card-my-account .account-skills .my-skills-content .skills-feed table tr td a:hover,.card-my-badges .account-skills .my-skills-content .skills-feed table tr td a:hover,.card-my-grades .account-skills .my-skills-content .skills-feed table tr td a:hover,.card-my-contact .account-skills .my-skills-content .skills-feed table tr td a:hover,.card-my-skills .account-skills .my-skills-content .skills-feed table tr td a:hover,.card-my-notifs .account-skills .my-skills-content .skills-feed table tr td a:hover{color:var(--font-body-hover);text-decoration:underline}.card-my-account .account-notifs .my-notifs-content,.card-my-badges .account-notifs .my-notifs-content,.card-my-grades .account-notifs .my-notifs-content,.card-my-contact .account-notifs .my-notifs-content,.card-my-skills .account-notifs .my-notifs-content,.card-my-notifs .account-notifs .my-notifs-content{padding:0;margin:0}.card-my-account .account-notifs .my-notifs-content .col-md-12,.card-my-badges .account-notifs .my-notifs-content .col-md-12,.card-my-grades .account-notifs .my-notifs-content .col-md-12,.card-my-contact .account-notifs .my-notifs-content .col-md-12,.card-my-skills .account-notifs .my-notifs-content .col-md-12,.card-my-notifs .account-notifs .my-notifs-content .col-md-12{margin-bottom:0!important;padding:0}.card-my-account .account-notifs .my-notifs-content .col-md-12 .card-pagination,.card-my-badges .account-notifs .my-notifs-content .col-md-12 .card-pagination,.card-my-grades .account-notifs .my-notifs-content .col-md-12 .card-pagination,.card-my-contact .account-notifs .my-notifs-content .col-md-12 .card-pagination,.card-my-skills .account-notifs .my-notifs-content .col-md-12 .card-pagination,.card-my-notifs .account-notifs .my-notifs-content .col-md-12 .card-pagination{z-index:1}.card-my-account .account-notifs .my-notifs-content .notifs-feed,.card-my-badges .account-notifs .my-notifs-content .notifs-feed,.card-my-grades .account-notifs .my-notifs-content .notifs-feed,.card-my-contact .account-notifs .my-notifs-content .notifs-feed,.card-my-skills .account-notifs .my-notifs-content .notifs-feed,.card-my-notifs .account-notifs .my-notifs-content .notifs-feed{width:100%}.card-my-account .account-notifs .my-notifs-content .notifs-feed .notifs-item,.card-my-badges .account-notifs .my-notifs-content .notifs-feed .notifs-item,.card-my-grades .account-notifs .my-notifs-content .notifs-feed .notifs-item,.card-my-contact .account-notifs .my-notifs-content .notifs-feed .notifs-item,.card-my-skills .account-notifs .my-notifs-content .notifs-feed .notifs-item,.card-my-notifs .account-notifs .my-notifs-content .notifs-feed .notifs-item{padding:25px;border-bottom:1px solid var(--border-color)}@media (max-width: 767px){.card-my-account .account-notifs .my-notifs-content .notifs-feed .notifs-item,.card-my-badges .account-notifs .my-notifs-content .notifs-feed .notifs-item,.card-my-grades .account-notifs .my-notifs-content .notifs-feed .notifs-item,.card-my-contact .account-notifs .my-notifs-content .notifs-feed .notifs-item,.card-my-skills .account-notifs .my-notifs-content .notifs-feed .notifs-item,.card-my-notifs .account-notifs .my-notifs-content .notifs-feed .notifs-item{padding:15px}}.card-my-account .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread,.card-my-badges .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread,.card-my-grades .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread,.card-my-contact .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread,.card-my-skills .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread,.card-my-notifs .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread{background-color:#f7f9fc;cursor:pointer;pointer-events:all}.card-my-account .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread .item-header,.card-my-account .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread p,.card-my-account .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread .item-footer,.card-my-badges .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread .item-header,.card-my-badges .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread p,.card-my-badges .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread .item-footer,.card-my-grades .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread .item-header,.card-my-grades .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread p,.card-my-grades .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread .item-footer,.card-my-contact .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread .item-header,.card-my-contact .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread p,.card-my-contact .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread .item-footer,.card-my-skills .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread .item-header,.card-my-skills .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread p,.card-my-skills .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread .item-footer,.card-my-notifs .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread .item-header,.card-my-notifs .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread p,.card-my-notifs .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread .item-footer{pointer-events:none}.card-my-account .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread .item-header span:before,.card-my-badges .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread .item-header span:before,.card-my-grades .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread .item-header span:before,.card-my-contact .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread .item-header span:before,.card-my-skills .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread .item-header span:before,.card-my-notifs .account-notifs .my-notifs-content .notifs-feed .notifs-item.unread .item-header span:before{content:"";position:absolute;width:6px;height:6px;background-color:var(--mf-notification);border-radius:50rem;left:-10px;top:50%;margin-top:-4px}.card-my-account .account-notifs .my-notifs-content .notifs-feed .notifs-item .item-header span,.card-my-badges .account-notifs .my-notifs-content .notifs-feed .notifs-item .item-header span,.card-my-grades .account-notifs .my-notifs-content .notifs-feed .notifs-item .item-header span,.card-my-contact .account-notifs .my-notifs-content .notifs-feed .notifs-item .item-header span,.card-my-skills .account-notifs .my-notifs-content .notifs-feed .notifs-item .item-header span,.card-my-notifs .account-notifs .my-notifs-content .notifs-feed .notifs-item .item-header span{position:relative;font-size:16px;font-weight:700;color:var(--font-body-hover)}.card-my-account .account-notifs .my-notifs-content .notifs-feed .notifs-item p,.card-my-badges .account-notifs .my-notifs-content .notifs-feed .notifs-item p,.card-my-grades .account-notifs .my-notifs-content .notifs-feed .notifs-item p,.card-my-contact .account-notifs .my-notifs-content .notifs-feed .notifs-item p,.card-my-skills .account-notifs .my-notifs-content .notifs-feed .notifs-item p,.card-my-notifs .account-notifs .my-notifs-content .notifs-feed .notifs-item p{font-size:14px;color:var(--font-body);margin-bottom:0}.card-my-account .account-notifs .my-notifs-content .notifs-feed .notifs-item .item-footer span,.card-my-badges .account-notifs .my-notifs-content .notifs-feed .notifs-item .item-footer span,.card-my-grades .account-notifs .my-notifs-content .notifs-feed .notifs-item .item-footer span,.card-my-contact .account-notifs .my-notifs-content .notifs-feed .notifs-item .item-footer span,.card-my-skills .account-notifs .my-notifs-content .notifs-feed .notifs-item .item-footer span,.card-my-notifs .account-notifs .my-notifs-content .notifs-feed .notifs-item .item-footer span{font-size:12px;font-weight:400;color:var(--font-body)}.card-my-account .account-notifs .my-notifs-content .card-pagination,.card-my-badges .account-notifs .my-notifs-content .card-pagination,.card-my-grades .account-notifs .my-notifs-content .card-pagination,.card-my-contact .account-notifs .my-notifs-content .card-pagination,.card-my-skills .account-notifs .my-notifs-content .card-pagination,.card-my-notifs .account-notifs .my-notifs-content .card-pagination{padding:25px}@media (max-width: 767px){.card-my-account .account-notifs .my-notifs-content .card-pagination,.card-my-badges .account-notifs .my-notifs-content .card-pagination,.card-my-grades .account-notifs .my-notifs-content .card-pagination,.card-my-contact .account-notifs .my-notifs-content .card-pagination,.card-my-skills .account-notifs .my-notifs-content .card-pagination,.card-my-notifs .account-notifs .my-notifs-content .card-pagination{padding:15px}}#my_account_pictureFile_delete{float:left;margin-right:10px;margin-top:5px}.page-my-experiences{padding:0;max-width:100%}.page-my-experiences .card-my-experiences h1{background-color:#fff;border-radius:5px 5px 0 0;border:1px solid var(--border-color);font-weight:700;color:var(--font-body-hover);font-size:22px;margin-top:0;margin-bottom:0;line-height:1.3;padding:25px}@media (max-width: 767px){.page-my-experiences .card-my-experiences h1{font-size:20px;padding:15px}}.page-my-experiences experience-feed{flex:0 0 100%;width:100%;display:flex}.page-my-experiences experience-feed .experience-item{background-color:#fff;border:1px solid var(--border-color);border-radius:5px;margin-bottom:15px!important;padding:25px}@media (max-width: 767px){.page-my-experiences experience-feed .experience-item{padding:15px}}.page-my-experiences experience-feed .experience-item .card-body{padding:0}.page-my-experiences experience-feed .experience-item .card-body .card-wrapper-experience{display:flex;flex-direction:column;gap:0}.page-my-experiences experience-feed .experience-item .card-body .card-wrapper-experience .card-exp-top{display:flex;gap:1rem}.page-my-experiences experience-feed .experience-item .card-body .card-wrapper-experience .card-exp-top .card-content-experience h3{color:var(--font-body-hover);font-weight:700;margin-bottom:.25rem;font-size:14px;line-height:1.3}.page-my-experiences experience-feed .experience-item .card-body .card-wrapper-experience .card-exp-top .card-content-experience h4{color:var(--font-body);font-size:13px;margin-bottom:0;font-weight:400}.page-my-experiences experience-feed .experience-item .card-body .card-wrapper-experience .card-content-content p{color:var(--font-body);margin:25px 0}@media (max-width: 767px){.page-my-experiences experience-feed .experience-item .card-body .card-wrapper-experience .card-content-content p{margin:15px 0}}.page-my-experiences experience-feed .experience-item .card-body .card-wrapper-experience .card-content-content .exp-category-list{display:flex;width:100%;flex-direction:row-reverse;margin-bottom:15px;padding-bottom:5px;max-width:100%;overflow:auto}@media (max-width: 767px){.page-my-experiences experience-feed .experience-item .card-body .card-wrapper-experience .card-content-content .exp-category-list{margin-bottom:15px}}.page-my-experiences experience-feed .experience-item .card-body .card-wrapper-experience .card-content-content .exp-category-list span{color:var(--font-body);margin-right:.5rem;display:flex;padding:5px 10px;background-color:var(--border-color);border-radius:50px;border:1px solid var(--border-color);white-space:nowrap}.page-my-experiences experience-feed .experience-item .card-body .card-wrapper-experience .card-content-content .exp-category-list span:first-of-type{margin-right:0}.page-my-experiences experience-feed .experience-item .card-footer{background:white;border-top:1px solid var(--border-color);padding:20px 0 0}@media (max-width: 767px){.page-my-experiences experience-feed .experience-item .card-footer .experience-info{flex-wrap:wrap}}@media (max-width: 767px){.page-my-experiences experience-feed .experience-item .card-footer .experience-info .col-media-count{width:100%}}.page-my-experiences experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count{margin-top:0;color:var(--font-body);align-items:flex-start;gap:0rem}@media (max-width: 767px){.page-my-experiences experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count{margin-bottom:.5rem}}.page-my-experiences experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count div{display:flex;margin-right:1rem}.page-my-experiences experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count div svg{margin-right:.5rem}.page-my-experiences experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count div svg path{fill:var(--font-body)}.page-my-experiences experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count .media-audio svg{margin-right:.3rem!important}@media (max-width: 767px){.page-my-experiences experience-feed .experience-item .card-footer .experience-info .counters{width:100%}}.page-my-experiences experience-feed .experience-item .card-footer .experience-info .counters .experience-favorite svg path{stroke:var(--font-body)}.page-my-experiences experience-feed .experience-item .card-footer .experience-info .counters .experience-favorite .icon-star path{stroke:#f9ca24}.page-my-experiences experience-feed .experience-item .card-footer .experience-info .counters .counter .info{color:var(--font-body)}.page-my-experiences experience-feed .experience-item .card-footer .experience-info .counters .counter svg path{fill:var(--font-body)}.page-my-meta{padding:0;max-width:100%}.page-my-meta .card-my-meta h1{background-color:#fff;border-radius:5px 5px 0 0;border:1px solid var(--border-color);font-weight:700;color:var(--font-body-hover);font-size:22px;margin-top:0;margin-bottom:0;line-height:1.3;padding:25px}@media (max-width: 767px){.page-my-meta .card-my-meta h1{font-size:20px;padding:15px}}.page-my-meta .card-my-meta .experience-item{background-color:#fff;border:1px solid var(--border-color);border-radius:5px;margin-bottom:15px!important;padding:25px}@media (max-width: 767px){.page-my-meta .card-my-meta .experience-item{padding:15px}}.page-my-meta .card-my-meta .experience-item .card-body{padding:0}.page-my-meta .card-my-meta .experience-item .card-body .alert-primary{margin-bottom:0}.page-my-meta .card-my-meta .meta-item .row h6{color:var(--font-body-hover)!important}.page-my-meta .card-my-meta .meta-item .row .col-md-9 .date{color:var(--font-body-title)}.page-my-meta .card-my-meta .meta-item .row .col-md-9 .meta-access-description{display:flex;align-items:center;gap:.3rem;color:var(--font-body)}@media (max-width: 767px){.page-my-meta .card-my-meta .meta-item .row .col-md-9 .meta-access-description{white-space:nowrap}}.page-my-meta .card-my-meta .meta-item .row .col-md-9 .meta-access-description svg{width:14px}.page-my-meta .card-my-meta .meta-item .row .col-md-9 .meta-access-description svg path{fill:var(--font-body)}.page-my-meta .card-my-meta .meta-item .row .col-md-9 .meta-access-description .icon-lock{width:12px}.page-my-meta .card-my-meta .meta-item .row .col-md-9 .meta-access-description .icon-unlock{width:14px}@media (max-width: 767px){.page-my-meta .card-my-meta .meta-item .row table{overflow:auto;width:100%;max-width:100%;display:block}}.page-my-meta .card-my-meta .meta-item .row table th{color:var(--font-body-hover)!important}.page-my-meta .card-my-meta .meta-item .row table td{color:var(--font-body)}@media (max-width: 991px){.page-meta .col-md-3{width:100%}.page-meta .col-md-9{width:100%;margin-top:1rem}}@media (max-width: 767px){.page-meta .bg-flip-col .card-header .meta-title{width:100%;position:relative;margin-top:2rem}.page-meta .bg-flip-col .card-header .meta-title h1{line-height:1.1}.page-meta .bg-flip-col .card-header .meta-title span{line-height:normal;display:flex}.page-meta .bg-flip-col .card-header .dropdown{position:absolute;right:0}}h1 span{white-space:nowrap}.student-timeline{margin:20px;border:3px solid #f8b03b;border-radius:10px}.input-flex-container{display:flex;align-items:center;height:150px;z-index:0;font-size:10px;overflow-x:auto;padding:5px}@media (min-width: 1200px){.input-flex-container{display:flex;align-items:center;justify-content:center;height:150px;z-index:0;font-size:10px;overflow-x:auto;padding:5px}}.dotted{min-width:6px;min-height:6px;background-color:#9d76f9;position:relative;border-radius:50%;margin-left:5px;margin-right:5px}.separation{border-left:5px solid red;position:relative;height:40px;text-align:center;transform:rotate(25deg)}.input{min-width:66px;min-height:66px;background-color:#196f83;position:relative;border-radius:50%;margin-left:37px;margin-right:37px;text-align:center;padding:15px 1px;color:#fff}.input .no-meta,.input .no-exp{display:none}.input:hover{cursor:pointer}.input:before,.input:after{content:"";display:block;position:absolute;z-index:-1;top:50%;transform:translateY(-50%);background-color:#196f83;width:40vw;height:5px;max-width:50px}.input:before{left:calc(-4vw + 12.5px)}.input:after{right:calc(-4vw + 12.5px)}.input.active{background-color:#196f83}.input.active:before{background-color:#196f83}.input.active:after{background-color:#196f83}.input.active span{font-weight:700}.input.active .before{font-size:11px}.input.active .after{font-size:13px}.input.active~.input,.input.active~.input:before,.input.active~.input:after{background-color:#aeb6bf}.input span{width:1px;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);visibility:hidden}.input .before,.input .after{visibility:visible;position:absolute;left:50%}.input .after{top:75px;transform:translate(-50%);font-size:12px;width:25px;height:25px;background-color:#e74c3c;border-radius:50px;color:#fff;text-align:center;padding:3px}.input .before{transform:translate(-50%);top:-35px;width:25px;height:25px;background-color:#f8b03b;border-radius:50px;font-size:12px;color:#fff;text-align:center;padding:3px}.legend-exp{width:25px;height:25px;background-color:#f8b03b;border-radius:50px;font-size:12px;color:#fff;text-align:center;padding:3px}.legend-meta{font-size:14px;width:25px;height:25px;background-color:#e74c3c;border-radius:50px;font-size:12px;color:#fff;text-align:center;padding:3px}.description-flex-container{width:80vw;font-weight:400;font-size:22px;margin-top:100px}.description-flex-container p{margin-top:0;display:none}.description-flex-container p.active{display:block}.input:before{left:-37.5px}.input:after{right:-37.5px}#triangle-end{display:inline-block;height:0;width:0;border-top:17px solid transparent;border-bottom:18px solid transparent;border-left:31px solid #196f83}.btn-circular{width:30px;height:30px;padding:6px 0;border-radius:15px;text-align:center;font-size:12px;line-height:1.42857;background-color:#f8b03b}.btn-circular:hover{background-color:#fce26b}.btn-circular:focus{background-color:#fce26b}.first{background-color:#0a5a6c}h1 span{white-space:nowrap}.container-timeline-month{display:flex;align-items:center;z-index:0;height:200px;overflow-x:scroll}@media (min-width: 1200px){.container-timeline-month{display:flex;align-items:center;justify-content:center;z-index:0;height:200px;overflow-x:scroll}}.dayNumber span .before{left:calc(-4vw + 12.5px)}.dayCalendar .after{right:calc(-4vw + 12.5px)}.dayCalendar.active,.dayNumber.active span .before,.dayCalendar.active .after{background-color:#233240}.dayCalendar.active span{font-weight:700}.dayNumber.active span .before{font-size:11px}.dayCalendar.active span .after{font-size:13px}.dayCalendar.active~.dayCalendar,.dayCalendar.active~.dayNumber span .before,.dayCalendar.active~.dayCalendar .after{background-color:#aeb6bf}.dayCalendar span{width:1px;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dayCalendar span .before,.dayCalendar span .after{visibility:visible;position:absolute;left:50%}.dayCalendar .after{top:40px;transform:translate(-50%);font-size:12px;width:25px;height:25px;background-color:#e74c3c;border-radius:50px;color:#fff;text-align:center;padding:3px}.dayCalendar .no-meta{display:none}.dayCalendar .before{transform:translate(-50%);top:-45px;width:25px;height:25px;background-color:#f8b03b;border-radius:50px;font-size:12px;color:#fff;text-align:center;padding:3px}.dayCalendar .no-exp{display:none}.dayCalendar{border-left:2px solid black;position:relative;height:20px;text-align:center;color:#000;top:-10px}.dayNumber{padding-left:20px;padding-right:20px}.btn-back{width:30px;height:30px;padding:6px 0;text-align:center;font-size:12px;background-color:#f8b03b}.btn-back:hover{background-color:#fce26b}.btn-back:focus{background-color:#fce26b}.section-login{display:flex;flex-direction:column;align-items:center;width:100%;height:auto;position:absolute;top:0;min-height:100vh;justify-content:center}.section-login .bg-login{background:url(../img/bg-login.png) center 0px no-repeat;background-size:cover;min-height:100vh;height:100%;width:100%;position:absolute}.section-login .metafolio-login{display:flex;width:100%;justify-content:center;z-index:1;margin:5rem 0rem}@media (max-width: 767px){.section-login .metafolio-login{margin:3rem 0rem}}@media (max-width: 350px){.section-login .metafolio-login{margin:1.5rem 0rem}}.section-login .metafolio-login img{width:730px}@media (max-width: 1199px){.section-login .metafolio-login img{width:60%}}@media (max-width: 767px){.section-login .metafolio-login img{width:80%}}.section-login .col-login{width:100%;display:flex;justify-content:center}.section-login .col-login .card{border:0;box-shadow:0 .5rem 1rem #00000026;border-radius:15px;width:640px}@media (max-width: 1199px){.section-login .col-login .card{width:50%}}@media (max-width: 991px){.section-login .col-login .card{width:70%}}@media (max-width: 767px){.section-login .col-login .card{width:95%}}.section-login .col-login .card .card-header{padding-top:1rem;padding-bottom:1rem;border-radius:15px}@media (max-width: 767px){.section-login .col-login .card .card-header{padding-top:.75rem;padding-bottom:.75rem}}.section-login .col-login .card .card-header h1{margin-bottom:0;color:var(--mf-fourth);font-weight:600;font-size:2.5rem;text-align:center}@media (max-width: 767px){.section-login .col-login .card .card-header h1{font-size:2rem}}.section-login .col-login .card .card-body{padding-top:0}@media (max-width: 767px){.section-login .col-login .card .card-body{padding:0 .5rem .5rem}}.section-login .col-login .card .card-body label{color:var(--mf-dark);margin-bottom:0}.section-login .col-login .card .card-body .form-control{color:var(--mf-dark);border:1px solid var(--mf-dark)}.section-login .col-login .card .card-body a{color:var(--mf-first);font-weight:400}.section-login .col-login .card .card-body a:hover{color:var(--mf-first-hover)}.section-login .footer-login{width:100%;z-index:1;margin:2rem 0rem;display:flex;flex-direction:column;align-items:center}.section-login .footer-login img{width:75px}.section-login .footer-login p{text-align:center;margin-bottom:0;margin-top:.5rem;color:#fff;text-shadow:#000000 1px 0 5px}@media (max-width: 1399px){.page-faq{max-width:90%}}@media (max-width: 991px){.page-faq{max-width:95%}}@media (max-width: 767px){.page-faq{max-width:100%}}.page-faq .faq-col .faq-header{background-color:#fff;border-radius:5px;border:1px solid var(--border-color);margin-bottom:15px;padding:25px}@media (max-width: 767px){.page-faq .faq-col .faq-header{padding:15px}}.page-faq .faq-col .faq-header h1{font-weight:700;color:var(--font-body-hover);font-size:22px;margin-top:0;margin-bottom:0;line-height:1.3}@media (max-width: 767px){.page-faq .faq-col .faq-header h1{font-size:20px}}.page-faq .faq-col .faq-header .faq-form .faq-row-seach{display:flex;justify-content:space-between;margin:0}@media (max-width: 767px){.page-faq .faq-col .faq-header .faq-form .faq-row-seach{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.page-faq .faq-col .faq-header .faq-form .faq-row-seach .col-6{display:flex;align-items:center;margin-left:3rem!important}@media (max-width: 991px){.page-faq .faq-col .faq-header .faq-form .faq-row-seach .col-6{margin-left:0!important;padding-left:var(--bs-card-spacer-x);padding-right:var(--bs-card-spacer-x)}}@media (max-width: 767px){.page-faq .faq-col .faq-header .faq-form .faq-row-seach .col-6{width:100%}}.page-faq .faq-col .faq-header .faq-form .faq-row-seach .col-6 .form-group{width:100%}.page-faq .faq-col .faq-header .faq-form .faq-row-seach .col-6 .form-group label{color:var(--font-body)}.page-faq .faq-col .faq-header .faq-form .faq-row-seach .buttons{display:flex;justify-content:flex-end;align-items:center;margin-right:3rem!important}@media (max-width: 991px){.page-faq .faq-col .faq-header .faq-form .faq-row-seach .buttons{margin-right:0!important;padding-left:var(--bs-card-spacer-x);padding-right:var(--bs-card-spacer-x)}}@media (max-width: 767px){.page-faq .faq-col .faq-header .faq-form .faq-row-seach .buttons{width:100%}}.page-faq .faq-col .faq-header .faq-form .faq-row-seach .buttons .btn-outline-danger{margin-left:.5rem}.page-faq .faq-col .faq-header .faq-form .faq-row-seach .buttons .btn-outline-primary{border-color:var(--mf-green)!important;color:#fff!important;background:var(--mf-green)!important}.page-faq .faq-col .faq-header .faq-form .faq-row-seach .buttons .btn-outline-primary:hover,.page-faq .faq-col .faq-header .faq-form .faq-row-seach .buttons .btn-outline-primary:active,.page-faq .faq-col .faq-header .faq-form .faq-row-seach .buttons .btn-outline-primary:focus{background:var(--mf-first-hover)!important;color:#fff!important}.page-faq .faq-col .faq-header .faq-form .faq-row-seach .buttons .btn-outline-danger{border-color:var(--font-body-hover)!important;color:var(--font-body-hover)!important}.page-faq .faq-col .faq-header .faq-form .faq-row-seach .buttons .btn-outline-danger:hover,.page-faq .faq-col .faq-header .faq-form .faq-row-seach .buttons .btn-outline-danger:active,.page-faq .faq-col .faq-header .faq-form .faq-row-seach .buttons .btn-outline-danger:focus{background:var(--font-body-hover)!important;color:#fff!important}.page-faq .faq-col .faq-header .faq-form .faq-row-seach .buttons .btn-outline-primary:active:focus,.page-faq .faq-col .faq-header .faq-form .faq-row-seach .buttons .btn-outline-danger:active:focus{box-shadow:none!important}.page-faq .faq-col .faq-list .faq-content div:first-child .faq-card{border-top:1px solid var(--border-color)!important;border-top-left-radius:5px;border-top-right-radius:5px}.page-faq .faq-col .faq-list .faq-content div .faq-card{border-top:0;border-radius:0}.page-faq .faq-col .faq-list .faq-content div:last-child .faq-card{border-bottom-left-radius:5px;border-bottom-right-radius:5px;overflow:hidden}.page-faq .faq-col .faq-list .faq-card{border-radius:5px;border-color:var(--border-color);box-shadow:none}@media (max-width: 767px){.page-faq .faq-col .faq-list .faq-card .card-header{padding-left:15px;padding-right:15px}}.page-faq .faq-col .faq-list .faq-card .card-header button{color:var(--font-body-hover)!important}.page-faq .faq-col .faq-list .faq-card .card-header button:hover{border-color:var(--border-color)!important}.page-faq .faq-col .faq-list .faq-card .card-body{padding-top:0;color:var(--font-body)}@media (max-width: 767px){.page-faq .faq-col .faq-list .faq-card .card-body{padding-left:15px;padding-right:15px}}.page-faq .faq-col .faq-list .faq-card .card-body h1,.page-faq .faq-col .faq-list .faq-card .card-body h2,.page-faq .faq-col .faq-list .faq-card .card-body h3,.page-faq .faq-col .faq-list .faq-card .card-body h4,.page-faq .faq-col .faq-list .faq-card .card-body h5,.page-faq .faq-col .faq-list .faq-card .card-body h6{color:var(--font-body-hover);font-size:20px}.card-pagination{border:0;border-radius:0;box-shadow:none;background:transparent}.card-pagination .card-body{display:flex;justify-content:flex-end;padding-right:0;padding-left:0}@media (max-width: 991px){.card-pagination .card-body{justify-content:center;overflow:auto}}@media (max-width: 991px){.card-pagination .card-body .pgntn-metafolio{overflow:auto;max-width:100%}}.card-pagination .card-body .pgntn-metafolio .pagination{border-radius:3px;border:1px solid var(--border-color)}.card-pagination .card-body .pgntn-metafolio .pagination .page-item.active .page-link,.card-pagination .card-body .pgntn-metafolio .pagination .page-item.active .page-link:hover{background-color:var(--mf-third);border-color:var(--border-color)}.card-pagination .card-body .pgntn-metafolio .pagination .page-item .page-link{border-radius:0;color:var(--font-body-hover)}.card-pagination .card-body .pgntn-metafolio .pagination .page-item .page-link:hover{background-color:var(--bg-body);border-color:var(--border-color)}.card-pagination .card-body .pgntn-metafolio .pagination .page-item .page-link:focus{background-color:var(--mf-third-light);border-color:var(--border-color);box-shadow:none}.page-h100{min-height:calc(100vh - 210px)}.go-to-top{position:fixed;bottom:2%;right:1%;z-index:9}@media (max-width: 991px){.go-to-top{right:2%}}.go-to-top a{height:45px;background:var(--mf-fourth);width:45px;display:flex;justify-content:center;align-items:center;border-radius:50%;opacity:0;pointer-events:none;transition:opacity .3s ease}.go-to-top a.top-active{opacity:.75;pointer-events:all}@media (max-width: 991px){.go-to-top a.top-active{opacity:.5}}@media (max-width: 767px){.go-to-top a.top-active{display:none}}.go-to-top a.top-active:hover{opacity:1!important}.go-to-top a svg{width:25px}#float-add-exp.sticky .add-exp-global{bottom:175px}.add-exp-global{position:fixed;bottom:2%;right:50%;transform:translate(50%);z-index:9;filter:drop-shadow(0 0 4px rgba(0,0,0,.3));transition:bottom .3s ease}.add-exp-global a{display:flex;align-items:center;pointer-events:all;outline:none!important}.add-exp-global a:hover .add-exp-left svg{transform:rotate(90deg)}.add-exp-global a .add-exp-left{height:75px;width:75px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:50%;color:var(--mf-third-text);background-color:var(--mf-third);border:3px solid var(--mf-third-text);pointer-events:none;z-index:2}@media (max-width: 991px){.add-exp-global a .add-exp-left{height:65px;width:65px}}@media (max-width: 767px){.add-exp-global a .add-exp-left{height:50px;width:50px;min-width:50px}}.add-exp-global a .add-exp-left svg{width:30px;height:30px;transition:transform .15s ease-out}@media (max-width: 991px){.add-exp-global a .add-exp-left svg{width:25px;height:25px}}@media (max-width: 767px){.add-exp-global a .add-exp-left svg{width:20px;height:20px}}.add-exp-global a .add-exp-left svg path{fill:var(--mf-third-text)}.add-exp-global a .add-exp-right{display:flex;justify-content:center;align-items:center;color:var(--mf-third-text);background-color:var(--mf-third);border:3px solid var(--mf-third-text);padding-right:1rem;padding-left:50px;border-radius:0 50px 50px 0;margin-left:-38.5px;height:60px;pointer-events:none;z-index:1}@media (max-width: 991px){.add-exp-global a .add-exp-right{height:55px;padding-left:43px;margin-left:-32px}}@media (max-width: 767px){.add-exp-global a .add-exp-right{height:45px;padding-left:35px;margin-left:-25px}}.add-exp-global a .add-exp-right .add-exp-txt{font-weight:600;font-size:14px;margin-bottom:0;transform:translateZ(0)}@media (max-width: 991px){.add-exp-global a .add-exp-right .add-exp-txt{font-size:13px}}@media (max-width: 767px){.add-exp-global a .add-exp-right .add-exp-txt{white-space:nowrap;font-size:12px}}.add-exp-global span{bottom:102%;width:150px;left:50%;transform:translate(-50%);text-align:center;width:100%}.add-exp-global span:before{left:50%!important;right:auto!important;transform:translate(-7px)}.nav-light-page{width:100%;border-radius:0;border-bottom:1px solid var(--border-color);margin-bottom:15px;background-color:#fff;height:70px}@media (max-width: 991px){.nav-light-page{height:100px;padding-top:.5rem;padding-bottom:.5rem}}@media (max-width: 767px){.nav-light-page{height:100%}}@media (max-width: 767px){.nav-light-page.open{height:157px}.nav-light-page.open .home-header .home-header-center{display:flex;padding-top:.5rem;border-top:1px solid var(--border-color)}.nav-light-page.open .home-header .home-header-center ul li{text-align:center;margin-bottom:5px}.nav-light-page.open .home-header .home-header-center ul li:last-child{margin-bottom:0}}.nav-light-page .home-header{position:relative;height:100%;display:flex;justify-content:space-between}@media (max-width: 1399px){.nav-light-page .home-header{max-width:90%}}@media (max-width: 991px){.nav-light-page .home-header{max-width:95%;flex-wrap:wrap;align-items:flex-start;position:relative}}@media (max-width: 767px){.nav-light-page .home-header{max-width:100%}}.nav-light-page .home-header .home-header-left{height:100%;display:flex}@media (max-width: 991px){.nav-light-page .home-header .home-header-left{height:auto}}.nav-light-page .home-header .home-header-left a{display:flex;align-items:center}.nav-light-page .home-header .home-header-left a .profil-picture{border-radius:100%;overflow:hidden;width:50px;height:50px;display:flex}.nav-light-page .home-header .home-header-left a .profil-picture img{width:100%;height:100%;object-fit:cover}.nav-light-page .home-header .home-header-left a .profil-picture .profile-icon{width:50px;height:50px}.nav-light-page .home-header .home-header-center{display:flex;align-items:center}@media (max-width: 991px){.nav-light-page .home-header .home-header-center{width:100%;position:absolute;bottom:0;left:0;padding-left:12px;padding-right:12px}}@media (max-width: 767px){.nav-light-page .home-header .home-header-center{display:none}}.nav-light-page .home-header .home-header-center ul{display:flex;padding:0;margin:0}@media (max-width: 991px){.nav-light-page .home-header .home-header-center ul{justify-content:space-between;width:100%}}@media (max-width: 767px){.nav-light-page .home-header .home-header-center ul{flex-direction:column}}.nav-light-page .home-header .home-header-center ul li{list-style:none;padding:0rem 1rem}@media (max-width: 1050px){.nav-light-page .home-header .home-header-center ul li{padding:0rem .5rem}}.nav-light-page .home-header .home-header-center ul li a{font-weight:700;transition:all .15s ease;list-style:none;cursor:pointer;color:var(--font-body-title)}.nav-light-page .home-header .home-header-center ul li a:hover,.nav-light-page .home-header .home-header-center ul li a.active{color:var(--font-body-hover)}.nav-light-page .home-header .home-header-right{display:flex;align-items:center}@media (max-width: 991px){.nav-light-page .home-header .home-header-right{height:50px}}.nav-light-page .home-header .home-header-right a{border-radius:100%;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#fff;text-decoration:none;cursor:pointer}.nav-light-page .home-header .home-header-right user-notifications{cursor:pointer;margin-right:20px}@media (max-width: 767px){.nav-light-page .home-header .home-header-right user-notifications{position:initial}}@media (max-width: 499px){.nav-light-page .home-header .home-header-right user-notifications{margin-right:15px}}@media (max-width: 374px){.nav-light-page .home-header .home-header-right user-notifications{margin-right:10px}}.nav-light-page .home-header .home-header-right user-notifications a{background-color:var(--bg-body);pointer-events:none}.nav-light-page .home-header .home-header-right user-notifications a button{padding:0;height:100%;width:100%;display:flex;justify-content:center;align-items:center}.nav-light-page .home-header .home-header-right user-notifications a button svg{width:19px}.nav-light-page .home-header .home-header-right user-notifications a button svg path{fill:var(--font-body-hover)}.nav-light-page .home-header .home-header-right .email-btn{margin-right:20px}@media (max-width: 499px){.nav-light-page .home-header .home-header-right .email-btn{margin-right:15px}}@media (max-width: 374px){.nav-light-page .home-header .home-header-right .email-btn{margin-right:10px}}.nav-light-page .home-header .home-header-right .email-btn a{background-color:var(--mf-yellow)}.nav-light-page .home-header .home-header-right .email-btn a svg{width:26px}.nav-light-page .home-header .home-header-right .email-btn a svg path{fill:var(--font-body-hover)}.nav-light-page .home-header .home-header-right .btn-search{background-color:var(--mf-fourth);margin-right:20px}@media (max-width: 499px){.nav-light-page .home-header .home-header-right .btn-search{margin-right:15px}}@media (max-width: 374px){.nav-light-page .home-header .home-header-right .btn-search{margin-right:10px}}.nav-light-page .home-header .home-header-right .btn-search svg{width:19px}.nav-light-page .home-header .home-header-right .btn-search svg path{fill:#fff}.nav-light-page .home-header .home-header-right #btn-params{background-color:var(--mf-green);pointer-events:all}.nav-light-page .home-header .home-header-right #btn-params svg{width:25px;pointer-events:none}.nav-light-page .home-header .home-header-right #btn-params svg path{fill:#fff}.nav-light-page .home-header .home-header-right #btn-params-hover{pointer-events:all}.nav-light-page .home-header .home-header-right #btn-params-hover .params-link.active{color:var(--font-body-hover)!important}.nav-light-page .home-header .home-header-right #btn-open-navlight{display:none}@media (max-width: 767px){.nav-light-page .home-header .home-header-right #btn-open-navlight{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;margin-left:20px;border-radius:100%;background:var(--font-body-hover);cursor:pointer}}@media (max-width: 499px){.nav-light-page .home-header .home-header-right #btn-open-navlight{margin-left:15px}}@media (max-width: 374px){.nav-light-page .home-header .home-header-right #btn-open-navlight{margin-left:10px}}.nav-light-page .home-header .home-header-right #btn-open-navlight span{width:50%;height:2px;background-color:#fff;display:block}.nav-light-page .home-header .home-header-right #btn-open-navlight .span-top,.nav-light-page .home-header .home-header-right #btn-open-navlight .span-middle{margin-bottom:.3rem}.nav-light-page .home-header .home-header-bottom{display:flex;position:relative}.nav-light-page .home-header .home-header-bottom .home-header-nav{display:flex;justify-content:space-between;width:100%}.nav-light-page .home-header .home-header-bottom .home-header-nav ul{flex:0 0 auto;width:41.66667%;padding:0;margin:0;display:flex;justify-content:space-evenly}.nav-light-page .home-header .home-header-bottom .home-header-nav ul a,.nav-light-page .home-header .home-header-bottom .home-header-nav ul li{font-weight:700;transition:all .15s ease;list-style:none;cursor:pointer;color:var(--font-body-title)}.nav-light-page .home-header .home-header-bottom .home-header-nav ul a:hover,.nav-light-page .home-header .home-header-bottom .home-header-nav ul li:hover,.nav-light-page .home-header .home-header-bottom .home-header-nav ul li span.active{color:var(--font-body-hover)}.nav-light-page .home-header .home-header-bottom .home-header-buttons{display:flex;position:absolute;right:38px;top:-31px}.nav-light-page .home-header .home-header-bottom .home-header-buttons a{border-radius:100%;width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#fff;text-decoration:none;cursor:pointer}.nav-light-page .home-header .home-header-bottom .home-header-buttons a:nth-child(1){background-color:var(--bg-body);margin-right:20px}.nav-light-page .home-header .home-header-bottom .home-header-buttons a:nth-child(1) svg{width:21px}.nav-light-page .home-header .home-header-bottom .home-header-buttons a:nth-child(1) svg path{fill:var(--font-body-hover)}.nav-light-page .home-header .home-header-bottom .home-header-buttons a:nth-child(2){background-color:var(--mf-yellow);margin-right:20px}.nav-light-page .home-header .home-header-bottom .home-header-buttons a:nth-child(2) svg{width:21px}.nav-light-page .home-header .home-header-bottom .home-header-buttons a:nth-child(2) svg path{fill:var(--font-body-hover)}.nav-light-page .home-header .home-header-bottom .home-header-buttons a:nth-child(3){background-color:var(--mf-green)}.nav-light-page .home-header .home-header-bottom .home-header-buttons a:nth-child(3) svg{width:28px}.nav-light-page .home-header .home-header-bottom .home-header-buttons a:nth-child(3) svg path{fill:#fff}.nav-light-page .home-header .home-header-profil{position:absolute;left:50%;transform:translate(-50%);bottom:15px;text-align:center;max-width:200px;z-index:4}.nav-light-page .home-header .home-header-profil a{border-radius:100%;display:contents}.nav-light-page .home-header .home-header-profil a .profil-picture{border-radius:100%;border:6px solid #fff;margin:0 auto;overflow:hidden;width:132px;height:132px}.nav-light-page .home-header .home-header-profil .profil-name h2{font-weight:700;color:var(--font-body-hover);font-size:22px;margin-top:5px;margin-bottom:0;line-height:1.3}.nav-light-page .home-header .home-header-profil .profil-name p{font-size:13px;font-weight:400;line-height:1.5;margin-bottom:0;color:var(--font-body);min-height:19.5px;white-space:nowrap;display:flex;justify-content:center}.breadcrumb .breadcrumb-item{color:var(--font-body-title)}.breadcrumb .breadcrumb-item a{color:var(--font-body-hover)}.breadcrumb .breadcrumb-item a:hover{text-decoration:underline}.nav-breadcrumb{width:100%;height:100%}.pop-hover-top{position:relative}.pop-hover-top span{position:absolute;top:auto;display:block;background:white;border-radius:4px;padding:15px 20px;opacity:0;visibility:hidden;transition:visibility 0s linear .3s,opacity .3s linear;box-shadow:0 .5rem 1rem #00000026!important;z-index:2}.pop-hover-top span.active{opacity:1;visibility:visible;transition-delay:0s}@media (max-width: 991px){.pop-hover-top span.active{opacity:0;visibility:hidden;transition-delay:0s}}.pop-hover-top span:before{content:"";top:auto;bottom:-7px;right:19px;border-bottom:none;border-top:7px solid #fff;position:absolute;display:inline-block;border-right:7px solid transparent;border-left:7px solid transparent}.pop-hover-top span p{padding:7px 0;font-size:12px;color:var(--font-body-hover);display:block;font-weight:700;margin-bottom:0}.section-index #btn-notifs-hover{right:-165px;top:120%}@media (max-width: 767px){.section-index #btn-notifs-hover{right:auto;left:-25px;width:294px!important}}@media (max-width: 767px){.section-index #btn-notifs-hover:before{right:calc(100% - 50px)!important}}.nav-light-page #btn-notifs-hover{right:-170px;top:125%}@media (max-width: 991px){.nav-light-page #btn-notifs-hover{right:0}}@media (max-width: 767px){.nav-light-page #btn-notifs-hover{left:50%;width:100vw;top:110%;max-width:300px;transform:translate(-50%)}}@media (max-width: 991px){.nav-light-page #btn-notifs-hover:before{right:5.5%!important}}@media (max-width: 767px){.nav-light-page #btn-notifs-hover:before{opacity:0}}.pop-hover-bottom-notifs{position:relative}.pop-hover-bottom-notifs #btn-notifs-hover{position:absolute;display:block;background:white;border-radius:4px;padding:0;opacity:0;visibility:hidden;transition:visibility 0s linear .3s,opacity .3s linear;-webkit-box-shadow:0px 0px 15px 5px rgba(0,0,0,.1490196078);box-shadow:0 0 15px 5px #00000026;width:380px;cursor:auto;z-index:9}.pop-hover-bottom-notifs #btn-notifs-hover.active,.pop-hover-bottom-notifs #btn-notifs-hover:hover{opacity:1;visibility:visible;transition-delay:0s}.pop-hover-bottom-notifs #btn-notifs-hover:before{content:"";position:absolute;display:inline-block;top:-7px;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #fff;margin-right:-7px;right:50%}.pop-hover-bottom-notifs #btn-notifs-hover .notifs-top{padding:10px 25px;line-height:1;display:flex;width:100%;position:relative;border-radius:5px 5px 0 0;border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center}.pop-hover-bottom-notifs #btn-notifs-hover .notifs-top h2{font-size:9px;color:var(--font-body-hover);text-transform:uppercase;margin-bottom:0;font-weight:900;line-height:1}.pop-hover-bottom-notifs #btn-notifs-hover .notifs-top button{font-size:9px;color:var(--font-body-hover);text-transform:uppercase;margin-bottom:0;font-weight:900;line-height:1;background:transparent;border:none;outline:none;padding:0}.pop-hover-bottom-notifs #btn-notifs-hover .notifs-middle{overflow:auto;max-height:300px}.pop-hover-bottom-notifs #btn-notifs-hover .notifs-middle .notification-list .notifs-items{border-bottom:1px solid var(--border-color)}.pop-hover-bottom-notifs #btn-notifs-hover .notifs-middle .notification-list .notifs-items .notification-list-item{background-color:#fff;border:0;border-radius:0;padding:25px;margin-bottom:0}.pop-hover-bottom-notifs #btn-notifs-hover .notifs-middle .notification-list .notifs-items .notification-list-item.is-unread{background-color:#f7f9fc;position:relative}.pop-hover-bottom-notifs #btn-notifs-hover .notifs-middle .notification-list .notifs-items .notification-list-item.is-unread .item-header{position:relative;line-height:1.1;margin-bottom:5px}.pop-hover-bottom-notifs #btn-notifs-hover .notifs-middle .notification-list .notifs-items .notification-list-item.is-unread .item-header:before{content:"";position:absolute;width:6px;height:6px;background-color:var(--mf-notification);border-radius:50rem;left:-10px;top:50%;margin-top:-4px}.pop-hover-bottom-notifs #btn-notifs-hover .notifs-middle .notification-list .notifs-items .notification-list-item.is-unread,.pop-hover-bottom-notifs #btn-notifs-hover .notifs-middle .notification-list .notifs-items .notification-list-item.has-action{cursor:pointer}.pop-hover-bottom-notifs #btn-notifs-hover .notifs-middle .notification-list .notifs-items .notification-list-item .item-header{margin-bottom:0}.pop-hover-bottom-notifs #btn-notifs-hover .notifs-middle .notification-list .notifs-items .notification-list-item .item-header .title{font-size:14px;font-weight:700;color:var(--font-body-hover)}@media (max-width: 767px){.pop-hover-bottom-notifs #btn-notifs-hover .notifs-middle .notification-list .notifs-items .notification-list-item .item-header{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.pop-hover-bottom-notifs #btn-notifs-hover .notifs-middle .notification-list .notifs-items .notification-list-item .message{font-size:12px;color:var(--font-body);margin-bottom:0}@media (max-width: 767px){.pop-hover-bottom-notifs #btn-notifs-hover .notifs-middle .notification-list .notifs-items .notification-list-item .message{line-height:normal}}.pop-hover-bottom-notifs #btn-notifs-hover .notifs-middle .notification-list .notifs-items .notification-list-item .item-footer{margin-top:5px;line-height:1}.pop-hover-bottom-notifs #btn-notifs-hover .notifs-middle .notification-list .notifs-items .notification-list-item .item-footer .date{font-size:11px}.pop-hover-bottom-notifs #btn-notifs-hover .notifs-bottom{display:flex;width:100%;position:relative;border-radius:0 0 5px 5px;border-top:1px solid var(--border-color);justify-content:center;padding:10px 25px}.pop-hover-bottom-notifs #btn-notifs-hover .notifs-bottom a{font-size:9px;color:var(--font-body-hover);text-transform:uppercase;margin-bottom:0;font-weight:900;line-height:1;background:transparent;pointer-events:all;width:auto;height:auto;border-radius:0}.section-index #btn-params-hover{right:-5%;top:120%}.nav-light-page #btn-params-hover{right:-15%;top:125%}.pop-hover-bottom-params{position:relative;pointer-events:none}.pop-hover-bottom-params span{position:absolute;width:230px;display:block;background:white;border-radius:4px;padding:15px 20px;opacity:0;visibility:hidden;transition:visibility 0s linear .3s,opacity .3s linear;-webkit-box-shadow:0px 0px 15px 5px rgba(0,0,0,.1490196078);box-shadow:0 0 15px 5px #00000026;z-index:2}.pop-hover-bottom-params span.active,.pop-hover-bottom-params span:hover{opacity:1;visibility:visible;transition-delay:0s}.pop-hover-bottom-params span:before{content:"";top:-7px;bottom:auto;right:19px;border-bottom:none;border-top:7px solid #fff;position:absolute;display:inline-block;border-right:7px solid transparent;border-left:7px solid transparent;transform:rotate(180deg)}.pop-hover-bottom-params span ul{padding:0;margin:0}.pop-hover-bottom-params span ul li{list-style:none;padding:10px 0}.pop-hover-bottom-params span ul li .params-link{padding:0!important;display:block!important;margin-bottom:0!important;font-size:13px!important;font-weight:700!important;color:var(--font-body-title)!important;background:transparent!important;pointer-events:all!important;border-radius:0!important;width:auto!important;height:auto!important;display:flex!important;align-items:flex-start!important;justify-content:flex-start!important}.pop-hover-bottom-params span ul li .params-link:hover{color:var(--font-body-hover)!important}@-webkit-keyframes badgepopup{0%{opacity:0}to{opacity:1}}@-moz-keyframes badgepopup{0%{opacity:0}to{opacity:1}}@keyframes badgepopup{0%{opacity:0}to{opacity:1}}badge-pop-up{display:flex;justify-content:center;align-items:center;position:fixed;width:100%;height:100%;z-index:9;top:0;pointer-events:none}badge-pop-up .badge-pop-up__container{display:flex;justify-content:center;align-items:center;background-color:#00000080;width:100%;height:100%;opacity:0;-webkit-animation:badgepopup .6s ease-in forwards;-moz-animation:badgepopup .6s ease-in forwards;animation:badgepopup .6s ease-in forwards;pointer-events:all;position:relative}badge-pop-up .badge-pop-up__container .badge-pop-up-2,badge-pop-up .badge-pop-up__container .badge-pop-up-3,badge-pop-up .badge-pop-up__container .badge-pop-up-4,badge-pop-up .badge-pop-up__container .badge-pop-up-5,badge-pop-up .badge-pop-up__container .badge-pop-up-6,badge-pop-up .badge-pop-up__container .badge-pop-up-7,badge-pop-up .badge-pop-up__container .badge-pop-up-8,badge-pop-up .badge-pop-up__container .badge-pop-up-9,badge-pop-up .badge-pop-up__container .badge-pop-up-1,badge-pop-up .badge-pop-up__container .badge-pop-up-0{background-color:#fff;border:1px solid var(--border-color);border-radius:.5rem;width:500px;overflow:hidden;position:absolute}@media (max-width: 767px){badge-pop-up .badge-pop-up__container .badge-pop-up-2,badge-pop-up .badge-pop-up__container .badge-pop-up-3,badge-pop-up .badge-pop-up__container .badge-pop-up-4,badge-pop-up .badge-pop-up__container .badge-pop-up-5,badge-pop-up .badge-pop-up__container .badge-pop-up-6,badge-pop-up .badge-pop-up__container .badge-pop-up-7,badge-pop-up .badge-pop-up__container .badge-pop-up-8,badge-pop-up .badge-pop-up__container .badge-pop-up-9,badge-pop-up .badge-pop-up__container .badge-pop-up-1,badge-pop-up .badge-pop-up__container .badge-pop-up-0{width:calc(100% - 24px)}}badge-pop-up .badge-pop-up__container .badge-pop-up-2 .badge-pop-up__title,badge-pop-up .badge-pop-up__container .badge-pop-up-3 .badge-pop-up__title,badge-pop-up .badge-pop-up__container .badge-pop-up-4 .badge-pop-up__title,badge-pop-up .badge-pop-up__container .badge-pop-up-5 .badge-pop-up__title,badge-pop-up .badge-pop-up__container .badge-pop-up-6 .badge-pop-up__title,badge-pop-up .badge-pop-up__container .badge-pop-up-7 .badge-pop-up__title,badge-pop-up .badge-pop-up__container .badge-pop-up-8 .badge-pop-up__title,badge-pop-up .badge-pop-up__container .badge-pop-up-9 .badge-pop-up__title,badge-pop-up .badge-pop-up__container .badge-pop-up-1 .badge-pop-up__title,badge-pop-up .badge-pop-up__container .badge-pop-up-0 .badge-pop-up__title{background:var(--bg-body);padding:12px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between}badge-pop-up .badge-pop-up__container .badge-pop-up-2 .badge-pop-up__title strong,badge-pop-up .badge-pop-up__container .badge-pop-up-3 .badge-pop-up__title strong,badge-pop-up .badge-pop-up__container .badge-pop-up-4 .badge-pop-up__title strong,badge-pop-up .badge-pop-up__container .badge-pop-up-5 .badge-pop-up__title strong,badge-pop-up .badge-pop-up__container .badge-pop-up-6 .badge-pop-up__title strong,badge-pop-up .badge-pop-up__container .badge-pop-up-7 .badge-pop-up__title strong,badge-pop-up .badge-pop-up__container .badge-pop-up-8 .badge-pop-up__title strong,badge-pop-up .badge-pop-up__container .badge-pop-up-9 .badge-pop-up__title strong,badge-pop-up .badge-pop-up__container .badge-pop-up-1 .badge-pop-up__title strong,badge-pop-up .badge-pop-up__container .badge-pop-up-0 .badge-pop-up__title strong{font-size:1.2rem;color:var(--mf-dark);font-weight:500;margin-top:0;margin-bottom:0;line-height:normal}badge-pop-up .badge-pop-up__container .badge-pop-up-2 .badge-pop-up__title button,badge-pop-up .badge-pop-up__container .badge-pop-up-3 .badge-pop-up__title button,badge-pop-up .badge-pop-up__container .badge-pop-up-4 .badge-pop-up__title button,badge-pop-up .badge-pop-up__container .badge-pop-up-5 .badge-pop-up__title button,badge-pop-up .badge-pop-up__container .badge-pop-up-6 .badge-pop-up__title button,badge-pop-up .badge-pop-up__container .badge-pop-up-7 .badge-pop-up__title button,badge-pop-up .badge-pop-up__container .badge-pop-up-8 .badge-pop-up__title button,badge-pop-up .badge-pop-up__container .badge-pop-up-9 .badge-pop-up__title button,badge-pop-up .badge-pop-up__container .badge-pop-up-1 .badge-pop-up__title button,badge-pop-up .badge-pop-up__container .badge-pop-up-0 .badge-pop-up__title button{outline:0;border:0;background:transparent;padding:0}badge-pop-up .badge-pop-up__container .badge-pop-up-2 .badge-pop-up__title button svg,badge-pop-up .badge-pop-up__container .badge-pop-up-3 .badge-pop-up__title button svg,badge-pop-up .badge-pop-up__container .badge-pop-up-4 .badge-pop-up__title button svg,badge-pop-up .badge-pop-up__container .badge-pop-up-5 .badge-pop-up__title button svg,badge-pop-up .badge-pop-up__container .badge-pop-up-6 .badge-pop-up__title button svg,badge-pop-up .badge-pop-up__container .badge-pop-up-7 .badge-pop-up__title button svg,badge-pop-up .badge-pop-up__container .badge-pop-up-8 .badge-pop-up__title button svg,badge-pop-up .badge-pop-up__container .badge-pop-up-9 .badge-pop-up__title button svg,badge-pop-up .badge-pop-up__container .badge-pop-up-1 .badge-pop-up__title button svg,badge-pop-up .badge-pop-up__container .badge-pop-up-0 .badge-pop-up__title button svg{width:1.2rem;height:1.2rem}badge-pop-up .badge-pop-up__container .badge-pop-up-2 .badge-pop-up__content,badge-pop-up .badge-pop-up__container .badge-pop-up-3 .badge-pop-up__content,badge-pop-up .badge-pop-up__container .badge-pop-up-4 .badge-pop-up__content,badge-pop-up .badge-pop-up__container .badge-pop-up-5 .badge-pop-up__content,badge-pop-up .badge-pop-up__container .badge-pop-up-6 .badge-pop-up__content,badge-pop-up .badge-pop-up__container .badge-pop-up-7 .badge-pop-up__content,badge-pop-up .badge-pop-up__container .badge-pop-up-8 .badge-pop-up__content,badge-pop-up .badge-pop-up__container .badge-pop-up-9 .badge-pop-up__content,badge-pop-up .badge-pop-up__container .badge-pop-up-1 .badge-pop-up__content,badge-pop-up .badge-pop-up__container .badge-pop-up-0 .badge-pop-up__content{display:flex;flex-direction:column;align-items:center;padding:1rem 12px}badge-pop-up .badge-pop-up__container .badge-pop-up-2 .badge-pop-up__content .badge-pop-up__name,badge-pop-up .badge-pop-up__container .badge-pop-up-3 .badge-pop-up__content .badge-pop-up__name,badge-pop-up .badge-pop-up__container .badge-pop-up-4 .badge-pop-up__content .badge-pop-up__name,badge-pop-up .badge-pop-up__container .badge-pop-up-5 .badge-pop-up__content .badge-pop-up__name,badge-pop-up .badge-pop-up__container .badge-pop-up-6 .badge-pop-up__content .badge-pop-up__name,badge-pop-up .badge-pop-up__container .badge-pop-up-7 .badge-pop-up__content .badge-pop-up__name,badge-pop-up .badge-pop-up__container .badge-pop-up-8 .badge-pop-up__content .badge-pop-up__name,badge-pop-up .badge-pop-up__container .badge-pop-up-9 .badge-pop-up__content .badge-pop-up__name,badge-pop-up .badge-pop-up__container .badge-pop-up-1 .badge-pop-up__content .badge-pop-up__name,badge-pop-up .badge-pop-up__container .badge-pop-up-0 .badge-pop-up__content .badge-pop-up__name{font-weight:700;color:var(--font-body-hover);font-size:22px;margin-bottom:1rem;line-height:normal;text-align:center}badge-pop-up .badge-pop-up__container .badge-pop-up-2 .badge-pop-up__content .badge-pop-up__image,badge-pop-up .badge-pop-up__container .badge-pop-up-3 .badge-pop-up__content .badge-pop-up__image,badge-pop-up .badge-pop-up__container .badge-pop-up-4 .badge-pop-up__content .badge-pop-up__image,badge-pop-up .badge-pop-up__container .badge-pop-up-5 .badge-pop-up__content .badge-pop-up__image,badge-pop-up .badge-pop-up__container .badge-pop-up-6 .badge-pop-up__content .badge-pop-up__image,badge-pop-up .badge-pop-up__container .badge-pop-up-7 .badge-pop-up__content .badge-pop-up__image,badge-pop-up .badge-pop-up__container .badge-pop-up-8 .badge-pop-up__content .badge-pop-up__image,badge-pop-up .badge-pop-up__container .badge-pop-up-9 .badge-pop-up__content .badge-pop-up__image,badge-pop-up .badge-pop-up__container .badge-pop-up-1 .badge-pop-up__content .badge-pop-up__image,badge-pop-up .badge-pop-up__container .badge-pop-up-0 .badge-pop-up__content .badge-pop-up__image{height:115px;margin-bottom:1rem}badge-pop-up .badge-pop-up__container .badge-pop-up-2 .badge-pop-up__content .badge-pop-up__level,badge-pop-up .badge-pop-up__container .badge-pop-up-3 .badge-pop-up__content .badge-pop-up__level,badge-pop-up .badge-pop-up__container .badge-pop-up-4 .badge-pop-up__content .badge-pop-up__level,badge-pop-up .badge-pop-up__container .badge-pop-up-5 .badge-pop-up__content .badge-pop-up__level,badge-pop-up .badge-pop-up__container .badge-pop-up-6 .badge-pop-up__content .badge-pop-up__level,badge-pop-up .badge-pop-up__container .badge-pop-up-7 .badge-pop-up__content .badge-pop-up__level,badge-pop-up .badge-pop-up__container .badge-pop-up-8 .badge-pop-up__content .badge-pop-up__level,badge-pop-up .badge-pop-up__container .badge-pop-up-9 .badge-pop-up__content .badge-pop-up__level,badge-pop-up .badge-pop-up__container .badge-pop-up-1 .badge-pop-up__content .badge-pop-up__level,badge-pop-up .badge-pop-up__container .badge-pop-up-0 .badge-pop-up__content .badge-pop-up__level{color:var(--font-body);font-weight:400;font-size:1rem;margin-bottom:1rem;line-height:normal;text-align:center}badge-pop-up .badge-pop-up__container .badge-pop-up-2 .badge-pop-up__content .badge-pop-up__description,badge-pop-up .badge-pop-up__container .badge-pop-up-3 .badge-pop-up__content .badge-pop-up__description,badge-pop-up .badge-pop-up__container .badge-pop-up-4 .badge-pop-up__content .badge-pop-up__description,badge-pop-up .badge-pop-up__container .badge-pop-up-5 .badge-pop-up__content .badge-pop-up__description,badge-pop-up .badge-pop-up__container .badge-pop-up-6 .badge-pop-up__content .badge-pop-up__description,badge-pop-up .badge-pop-up__container .badge-pop-up-7 .badge-pop-up__content .badge-pop-up__description,badge-pop-up .badge-pop-up__container .badge-pop-up-8 .badge-pop-up__content .badge-pop-up__description,badge-pop-up .badge-pop-up__container .badge-pop-up-9 .badge-pop-up__content .badge-pop-up__description,badge-pop-up .badge-pop-up__container .badge-pop-up-1 .badge-pop-up__content .badge-pop-up__description,badge-pop-up .badge-pop-up__container .badge-pop-up-0 .badge-pop-up__content .badge-pop-up__description{font-style:italic;line-height:normal;text-align:center}badge-pop-up .badge-pop-up__container .badge-pop-up-0{z-index:4;filter:none;transform:none;opacity:1}badge-pop-up .badge-pop-up__container .badge-pop-up-1{transform:rotate(4deg);filter:brightness(.7);opacity:1}badge-pop-up .badge-pop-up__container .badge-pop-up-2,badge-pop-up .badge-pop-up__container .badge-pop-up-3,badge-pop-up .badge-pop-up__container .badge-pop-up-4,badge-pop-up .badge-pop-up__container .badge-pop-up-5,badge-pop-up .badge-pop-up__container .badge-pop-up-6,badge-pop-up .badge-pop-up__container .badge-pop-up-7,badge-pop-up .badge-pop-up__container .badge-pop-up-8,badge-pop-up .badge-pop-up__container .badge-pop-up-9{opacity:0}.more-badges{cursor:pointer;user-select:none}#pop-up-badges-student{display:flex;justify-content:center;align-items:center;position:fixed;width:100%;height:100%;background-color:#00000080;z-index:9;top:0;opacity:0;visibility:hidden;transition:visibility 0s linear .3s,opacity .3s linear}#pop-up-badges-student.open{opacity:1;visibility:visible;transition-delay:0s}#pop-up-badges-student .fake-container{position:absolute}#pop-up-badges-student .fake-container .pop-up-badges-student__modal{background-color:#fff;border:1px solid var(--border-color);border-radius:.5rem;width:100%;overflow:hidden}#pop-up-badges-student .fake-container .pop-up-badges-student__modal .pop-up-badges-student__title{background:var(--bg-body);padding:12px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between}#pop-up-badges-student .fake-container .pop-up-badges-student__modal .pop-up-badges-student__title strong{font-size:1.2rem;color:var(--mf-dark);font-weight:500;margin-top:0;margin-bottom:0;line-height:normal}#pop-up-badges-student .fake-container .pop-up-badges-student__modal .pop-up-badges-student__title button{outline:0;border:0;background:transparent;padding:0}#pop-up-badges-student .fake-container .pop-up-badges-student__modal .pop-up-badges-student__title button svg{width:1.2rem;height:1.2rem}#pop-up-badges-student .fake-container .pop-up-badges-student__modal .pop-up-badges-student__content{display:grid;align-items:stretch;grid-template-columns:repeat(6,1fr);gap:1rem;padding:1rem 12px;max-height:460px;overflow:auto}@media (max-width: 1399px){#pop-up-badges-student .fake-container .pop-up-badges-student__modal .pop-up-badges-student__content{grid-template-columns:repeat(5,1fr)}}@media (max-width: 1024px){#pop-up-badges-student .fake-container .pop-up-badges-student__modal .pop-up-badges-student__content{grid-template-columns:repeat(4,1fr);max-height:312px}}@media (max-width: 767px){#pop-up-badges-student .fake-container .pop-up-badges-student__modal .pop-up-badges-student__content{grid-template-columns:repeat(3,1fr);max-height:80vh}}@media (max-width: 600px){#pop-up-badges-student .fake-container .pop-up-badges-student__modal .pop-up-badges-student__content{grid-template-columns:repeat(2,1fr)}}#pop-up-badges-student .fake-container .pop-up-badges-student__modal .pop-up-badges-student__content .pop-up-badges-student__badge{display:flex;flex-direction:column;text-align:center}#pop-up-badges-student .fake-container .pop-up-badges-student__modal .pop-up-badges-student__content .pop-up-badges-student__badge .pop-up-badges-student__image{height:100px;max-width:100%;object-fit:contain;margin-bottom:1rem}#pop-up-badges-student .fake-container .pop-up-badges-student__modal .pop-up-badges-student__content .pop-up-badges-student__badge .pop-up-badges-student__name{text-align:center;font-weight:500;color:var(--font-body-hover);font-size:1rem;line-height:1}.section-index{margin-top:2.5rem}@media (max-width: 1399px){.section-index{max-width:90%}}@media (max-width: 991px){.section-index{max-width:95%;margin-top:1rem}}@media (max-width: 767px){.section-index{max-width:100%;margin-top:0}}@media (max-width: 991px){.section-index .col-md-12{width:100%;margin-top:1rem}}.section-index .col-md-12 .home-header{position:relative;margin-bottom:15px;overflow:visible}.section-index .col-md-12 .home-header .home-header-top{position:relative;height:300px;background:url(../img/home-header.png);background-size:cover;background-repeat:no-repeat;background-position:center;border-bottom:0!important;border-radius:5px 5px 0 0;border:1px solid var(--border-color);overflow:hidden}@media (max-width: 991px){.section-index .col-md-12 .home-header .home-header-top{height:200px}}@media (max-width: 767px){.section-index .col-md-12 .home-header .home-header-top{height:150px}}.section-index .col-md-12 .home-header .home-header-top:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:inset 0 -120px 55px -30px #00000080}.section-index .col-md-12 .home-header .home-header-top .home-header-profil-responsive{display:none;position:absolute;right:0;top:0;bottom:auto;text-align:center;z-index:4;align-items:center;width:100%;height:100%;flex-direction:row-reverse;margin-right:20px;pointer-events:none}@media (max-width: 991px){.section-index .col-md-12 .home-header .home-header-top .home-header-profil-responsive{display:flex}}@media (max-width: 767px){.section-index .col-md-12 .home-header .home-header-top .home-header-profil-responsive{margin-right:15px;align-items:flex-start;margin-top:25px}}.section-index .col-md-12 .home-header .home-header-top .home-header-profil-responsive .home-profil-col{position:relative}.section-index .col-md-12 .home-header .home-header-top .home-header-profil-responsive .home-profil-col a{border-radius:100%;display:flex;z-index:2;pointer-events:all}.section-index .col-md-12 .home-header .home-header-top .home-header-profil-responsive .home-profil-col a .profil-picture{border-radius:100%;border:4px solid white;margin:0 auto;overflow:hidden;width:80px;height:80px;background:white}@media (max-width: 767px){.section-index .col-md-12 .home-header .home-header-top .home-header-profil-responsive .home-profil-col a .profil-picture{width:65px;height:65px}}.section-index .col-md-12 .home-header .home-header-top .home-header-profil-responsive .home-profil-col a .profil-picture .profil-img{width:100%;height:100%;object-fit:contain}.section-index .col-md-12 .home-header .home-header-top .home-header-profil-responsive .home-profil-col .profil-btn{position:absolute;width:20px;height:20px;display:flex;justify-content:center;align-items:center;bottom:0;right:0;background:var(--bg-body);border-radius:100%;z-index:3;cursor:pointer;pointer-events:all}.section-index .col-md-12 .home-header .home-header-top .home-header-profil-responsive .home-profil-col .profil-btn svg{width:12px;height:12px}.section-index .col-md-12 .home-header .home-header-top .home-header-profil-responsive .home-profil-col .profil-btn svg path{fill:var(--font-body-hover)}.section-index .col-md-12 .home-header .home-header-top .home-header-profil-responsive .profil-name{height:80px;display:flex;flex-direction:column;justify-content:center;background-color:#fff;position:absolute;z-index:-1;border-radius:5px;margin-right:40px;padding-left:15px;padding-right:55px;overflow:hidden;pointer-events:none;max-width:0px;opacity:0;transition:opacity .3s linear,max-width .3s linear}@media (max-width: 767px){.section-index .col-md-12 .home-header .home-header-top .home-header-profil-responsive .profil-name{height:65px;margin-right:30px;padding-right:50px}}.section-index .col-md-12 .home-header .home-header-top .home-header-profil-responsive .profil-name.active{max-width:500px;opacity:1;transition:opacity .3s linear,max-width .3s linear;pointer-events:all}.section-index .col-md-12 .home-header .home-header-top .home-header-profil-responsive .profil-name h2{font-weight:700;color:var(--font-body-hover);margin-bottom:.25rem;line-height:1;font-size:1rem;margin-top:0;white-space:nowrap}@media (max-width: 767px){.section-index .col-md-12 .home-header .home-header-top .home-header-profil-responsive .profil-name h2{font-size:14px}}.section-index .col-md-12 .home-header .home-header-top .home-header-profil-responsive .profil-name p{font-size:12px;font-weight:400;line-height:1;margin-bottom:0;color:var(--font-body);min-height:12px;white-space:nowrap;display:flex;justify-content:center}@media (max-width: 767px){.section-index .col-md-12 .home-header .home-header-top .home-header-profil-responsive .profil-name p{font-size:10px}}.section-index .col-md-12 .home-header .home-header-top .home-header-description{display:flex;justify-content:center;align-items:flex-end;height:100%}@media (max-width: 767px){.section-index .col-md-12 .home-header .home-header-top .home-header-description{display:none}}.section-index .col-md-12 .home-header .home-header-top .home-header-description p{color:#fff;font-size:1.3rem;z-index:1;margin-bottom:5rem;text-shadow:#1f1f1f 1px 0 5px}@media (max-width: 991px){.section-index .col-md-12 .home-header .home-header-top .home-header-description p{font-size:1rem;margin-bottom:3.5rem}}.section-index .col-md-12 .home-header .home-header-bottom{display:flex;background-color:#fff;padding:40px;position:relative;justify-content:space-between;border-radius:0 0 5px 5px;border-top:0!important;border:1px solid var(--border-color)}@media (max-width: 1399px){.section-index .col-md-12 .home-header .home-header-bottom{padding-left:20px;padding-right:20px}}@media (max-width: 767px){.section-index .col-md-12 .home-header .home-header-bottom{padding:30px 15px 15px}}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-left{display:flex;justify-content:space-between;width:55%}@media (max-width: 1399px){.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-left{width:65%}}@media (max-width: 1199px){.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-left{width:calc(100% - 235px)}}@media (max-width: 991px){.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-left{width:100%}}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-left ul{flex:0 0 auto;width:100%;padding:0;margin:0;display:flex;justify-content:flex-start;gap:2.5rem}@media (max-width: 991px){.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-left ul{justify-content:space-around;gap:0}}@media (max-width: 767px){.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-left ul{flex-wrap:wrap}}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-left ul a,.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-left ul li{font-weight:700;transition:all .15s ease;list-style:none;cursor:pointer;color:var(--font-body-title)}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-left ul a:hover,.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-left ul li:hover{color:var(--font-body-hover)}@media (max-width: 767px){.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-left ul li{width:100%;text-align:center}}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-left ul li span.active{color:var(--font-body-hover)}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right{display:flex;position:relative;width:35%}@media (max-width: 1399px){.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right{width:45%}}@media (max-width: 1199px){.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right{width:235px}}@media (max-width: 991px){.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right{width:100%;position:absolute;top:-25%;left:0;display:flex;justify-content:center}}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons{display:flex;position:absolute;left:0;top:-67px}@media (max-width: 1199px){.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons{left:-80%}}@media (max-width: 991px){.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons{position:initial}}@media (max-width: 767px){.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons{width:100%;justify-content:space-evenly}}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons a{border-radius:100%;width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#fff;text-decoration:none;cursor:pointer;position:relative}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons #btn-notifs{cursor:pointer;margin-right:20px}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons #btn-notifs a{background-color:var(--bg-body);pointer-events:none}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons #btn-notifs a svg{width:21px}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons #btn-notifs a svg path{fill:var(--font-body-hover)}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons #btn-notifs .notifs-bottom a{pointer-events:all}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons .email-btn{margin-right:20px}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons .email-btn a{background-color:var(--mf-yellow)}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons .email-btn a svg{width:26px}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons .email-btn a svg path{fill:var(--font-body-hover)}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons .btn-search{background-color:var(--mf-fourth);margin-right:20px}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons .btn-search svg{width:21px}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons .btn-search svg path{fill:#fff}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons #btn-params{background-color:var(--mf-green);pointer-events:all}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons #btn-params svg{width:28px;pointer-events:none}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons #btn-params svg path{fill:#fff}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-buttons #btn-params-hover{pointer-events:all;z-index:9}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-profil{position:absolute;bottom:-25px;right:0;text-align:center;max-width:200px;z-index:4}@media (max-width: 991px){.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-profil{display:none}}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-profil a{border-radius:100%;display:contents}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-profil a .profil-picture{border-radius:100%;border:6px solid #fff;margin:0 auto;width:132px;height:132px;background:white;position:relative}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-profil a .profil-picture .profile-icon{border-radius:100%}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-profil a .profil-picture .profil-img{width:100%;height:100%;object-fit:contain;border-radius:100%}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-profil a .profil-picture .profil-picture__grade{position:absolute;right:-2px;bottom:-2px;background:white;border-radius:50%;padding:4px}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-profil a .profil-picture .profil-picture__grade img{width:30px;height:30px;object-fit:contain}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-profil .profil-name h2{font-weight:700;color:var(--font-body-hover);font-size:22px;margin-top:5px;margin-bottom:0;line-height:1.3}.section-index .col-md-12 .home-header .home-header-bottom .home-header-nav-right .home-header-profil .profil-name p{font-size:13px;font-weight:400;line-height:1.5;margin-bottom:0;color:var(--font-body);min-height:19.5px;white-space:nowrap;display:flex;justify-content:center}@media (max-width: 991px){.section-index .col-md-12 .home-my-exp .row .col-md-3,.section-index .col-md-12 .home-network-exp .row .col-md-3{width:50%}}@media (max-width: 767px){.section-index .col-md-12 .home-my-exp .row .col-md-3,.section-index .col-md-12 .home-network-exp .row .col-md-3{width:100%}}.section-index .col-md-12 .home-my-exp .row .col-md-3 a,.section-index .col-md-12 .home-network-exp .row .col-md-3 a{display:flex;height:100%}.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item{border-radius:0 0 5px 5px;border:1px solid var(--border-color);background-color:#fff;justify-content:space-between;display:flex;flex-direction:column;width:100%}.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-top,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-top{height:115px}.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-top img,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-top img{width:100%;height:100%}.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom{padding:0 25px 25px;text-align:center;position:relative}.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-profil,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-profil{position:absolute;top:-46px;left:50%;transform:translate(-50%)}.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-profil span,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-profil span{display:flex;justify-content:center;align-items:center;width:92px;height:92px;border-radius:100%;border:4px solid white;margin:0 auto;overflow:hidden}.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-profil span b,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-profil span b{color:#fff;font-size:2.5rem}.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info{padding-top:4rem}.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info h3,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info h3{font-size:1rem;color:var(--font-body-hover);margin-top:0;margin-bottom:35px;font-weight:700;line-height:1.3}.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count{display:flex;justify-content:space-evenly}@media (max-width: 1199px){.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count{justify-content:space-between}}@media (max-width: 991px){.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count{justify-content:space-evenly}}.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp,.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta{display:flex;flex-direction:column;align-items:center}.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-exp-icon,.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-meta-icon,.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-exp-icon,.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-meta-icon,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-exp-icon,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-meta-icon,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-exp-icon,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-meta-icon{margin-bottom:.8rem}.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-exp-icon svg,.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-meta-icon svg,.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-exp-icon svg,.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-meta-icon svg,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-exp-icon svg,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-meta-icon svg,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-exp-icon svg,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-meta-icon svg{height:24px;fill:var(--font-body-hover);fill-rule:evenodd}@media (max-width: 991px){.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-exp-icon svg,.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-meta-icon svg,.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-exp-icon svg,.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-meta-icon svg,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-exp-icon svg,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-meta-icon svg,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-exp-icon svg,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-meta-icon svg{height:21px}}.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-exp-count,.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-meta-count,.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-exp-count,.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-meta-count,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-exp-count,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-meta-count,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-exp-count,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-meta-count{color:var(--font-body-hover);margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.3}.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-exp-name,.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-meta-name,.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-exp-name,.section-index .col-md-12 .home-my-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-meta-name,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-exp-name,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-exp .stats-meta-name,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-exp-name,.section-index .col-md-12 .home-network-exp .row .col-md-3 .category-list-item .category-bottom .category-info .category-count .category-meta .stats-meta-name{color:var(--font-body);font-size:13px;margin-bottom:0}.section-index .col-md-12 .home-last-exp{display:flex}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp{flex-wrap:wrap}}.section-index .col-md-12 .home-last-exp .home-show-stats{display:none;width:100%;justify-content:center;align-items:center;margin-bottom:15px}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp .home-show-stats{display:flex}}.section-index .col-md-12 .home-last-exp .home-show-stats span{width:50px;height:50px;border-radius:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;pointer-events:all}.section-index .col-md-12 .home-last-exp .home-show-stats span svg path{fill:var(--font-body-hover)}.section-index .col-md-12 .home-last-exp .home-show-stats span #open-eye{display:none;width:24px;height:24px}.section-index .col-md-12 .home-last-exp .home-show-stats span #open-eye.active{display:initial}.section-index .col-md-12 .home-last-exp .home-show-stats span #close-eye{display:none;width:27px;height:27px}.section-index .col-md-12 .home-last-exp .home-show-stats span #close-eye.active{display:initial}.section-index .col-md-12 .home-last-exp .index-user-infos{flex:0 0 25%;width:25%;display:flex;flex-direction:column;padding-right:24px;position:sticky;top:15px;height:100%}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp .index-user-infos{padding-right:0;flex:0 0 100%;width:100%;position:initial;top:0;display:none}.section-index .col-md-12 .home-last-exp .index-user-infos.active{display:flex}}.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges{background-color:#fff;border-radius:5px;border:1px solid var(--border-color);margin-bottom:15px}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges{padding:25px;display:flex;justify-content:space-between}}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges{flex-direction:column;padding:0}}.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-top{border-radius:5px 5px 0 0;padding:23px 25px 18px;line-height:1;border-bottom:1px solid var(--border-color)}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-top{padding:0;border:0;display:flex;width:auto;white-space:nowrap}}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-top{padding:15px;border-bottom:1px solid var(--border-color)}}.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-top h5,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-top h5,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-top h5,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-top h5,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-top h5,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-top h5,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-top h5,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-top h5,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-top h5{font-size:14px;color:var(--font-body-hover);font-weight:700;line-height:1.3;margin-bottom:0}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-top h5,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-top h5,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-top h5,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-top h5,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-top h5,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-top h5,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-top h5,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-top h5,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-top h5{display:flex;align-items:center}}.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom{padding:24px 23px 16px}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom{padding:0;width:100%;padding-left:1rem}}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom{padding:15px}}.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom .user-grades-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom .user-badges-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom .user-grades-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom .user-badges-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom .user-grades-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom .user-badges-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom .user-grades-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom .user-badges-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom .user-grades-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom .user-badges-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom .user-grades-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom .user-badges-content{margin-bottom:0;margin-left:-.2rem;margin-right:-.2rem;display:flex;flex-wrap:wrap;justify-content:flex-start}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom .user-grades-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom .user-badges-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom .user-grades-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom .user-badges-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom .user-grades-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom .user-badges-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom .user-grades-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom .user-badges-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom .user-grades-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom .user-badges-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom .user-grades-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom .user-badges-content{justify-content:flex-end;width:100%;margin-left:0;margin-right:0}}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom .user-grades-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom .user-badges-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom .user-grades-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom .user-badges-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom .user-grades-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom .user-badges-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom .user-grades-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom .user-badges-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom .user-grades-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom .user-badges-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom .user-grades-content,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom .user-badges-content{justify-content:center}}.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom .user-grades-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom .user-badges-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom .user-grades-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom .user-badges-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom .user-grades-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom .user-badges-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom .user-grades-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom .user-badges-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom .user-grades-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom .user-badges-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom .user-grades-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom .user-badges-content img{margin-top:0;width:50px;height:auto;margin-right:.4rem;margin-left:.4rem;margin-bottom:.5rem;object-fit:contain}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom .user-grades-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom .user-badges-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom .user-grades-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom .user-badges-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom .user-grades-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom .user-badges-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom .user-grades-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom .user-badges-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom .user-grades-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom .user-badges-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom .user-grades-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom .user-badges-content img{margin-bottom:0}}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom .user-grades-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom .user-badges-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom .user-grades-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom .user-badges-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom .user-grades-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom .user-badges-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom .user-grades-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom .user-badges-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom .user-grades-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom .user-badges-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom .user-grades-content img,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom .user-badges-content img{margin-bottom:.25rem}}.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom .user-grades-content .pop-hover-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom .user-badges-content .pop-hover-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom .user-grades-content .pop-hover-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom .user-badges-content .pop-hover-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom .user-grades-content .pop-hover-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom .user-badges-content .pop-hover-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom .user-grades-content .pop-hover-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom .user-badges-content .pop-hover-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom .user-grades-content .pop-hover-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom .user-badges-content .pop-hover-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom .user-grades-content .pop-hover-top,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom .user-badges-content .pop-hover-top{display:flex;justify-content:center}.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom .user-grades-content .pop-hover-top span,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom .user-badges-content .pop-hover-top span,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom .user-grades-content .pop-hover-top span,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom .user-badges-content .pop-hover-top span,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom .user-grades-content .pop-hover-top span,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom .user-badges-content .pop-hover-top span,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom .user-grades-content .pop-hover-top span,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom .user-badges-content .pop-hover-top span,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom .user-grades-content .pop-hover-top span,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom .user-badges-content .pop-hover-top span,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom .user-grades-content .pop-hover-top span,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom .user-badges-content .pop-hover-top span{bottom:100%;white-space:nowrap;left:auto}.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom .user-grades-content .pop-hover-top span:before,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-grades-bottom .user-badges-content .pop-hover-top span:before,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom .user-grades-content .pop-hover-top span:before,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-badges-bottom .user-badges-content .pop-hover-top span:before,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom .user-grades-content .pop-hover-top span:before,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-grades-bottom .user-badges-content .pop-hover-top span:before,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom .user-grades-content .pop-hover-top span:before,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-badges-bottom .user-badges-content .pop-hover-top span:before,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom .user-grades-content .pop-hover-top span:before,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-grades-bottom .user-badges-content .pop-hover-top span:before,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom .user-grades-content .pop-hover-top span:before,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-badges-bottom .user-badges-content .pop-hover-top span:before{left:50%!important;right:auto!important;transform:translate(-7px)}.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom{padding:24px 23px;display:flex;justify-content:space-around}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom{padding:0;width:100%;justify-content:flex-end;padding-left:1rem}}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom{padding:15px;justify-content:space-evenly}}.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta{display:flex;flex-direction:column;align-items:center}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta{flex-direction:row}}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta{flex-direction:column;margin-right:0}}.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-exp-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-meta-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-exp-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-meta-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-exp-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-meta-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-exp-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-meta-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-exp-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-meta-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-exp-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-meta-icon{margin-bottom:.8rem}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-exp-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-meta-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-exp-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-meta-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-exp-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-meta-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-exp-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-meta-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-exp-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-meta-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-exp-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-meta-icon{margin-bottom:0;margin-right:.5rem}}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-exp-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-meta-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-exp-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-meta-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-exp-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-meta-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-exp-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-meta-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-exp-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-meta-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-exp-icon,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-meta-icon{margin-right:0;margin-bottom:.5rem}}.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-exp-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-meta-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-exp-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-meta-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-exp-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-meta-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-exp-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-meta-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-exp-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-meta-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-exp-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-meta-icon svg{height:24px;fill:var(--font-body-hover);fill-rule:evenodd}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-exp-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-meta-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-exp-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-meta-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-exp-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-meta-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-exp-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-meta-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-exp-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-meta-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-exp-icon svg,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-meta-icon svg{height:21px}}.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-exp-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-meta-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-exp-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-meta-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-exp-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-meta-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-exp-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-meta-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-exp-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-meta-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-exp-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-meta-count{color:var(--font-body-hover);margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.3}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-exp-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-meta-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-exp-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-meta-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-exp-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-meta-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-exp-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-meta-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-exp-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-meta-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-exp-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-meta-count{margin-bottom:0;margin-right:.5rem;line-height:1}}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-exp-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-meta-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-exp-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-meta-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-exp-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-meta-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-exp-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-meta-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-exp-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-meta-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-exp-count,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-meta-count{margin-right:0;margin-bottom:.5rem}}.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-exp-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-meta-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-exp-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-meta-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-exp-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-meta-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-exp-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-meta-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-exp-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-meta-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-exp-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-meta-name{color:var(--font-body);font-size:13px;margin-bottom:0}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-exp-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp .stats-meta-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-exp-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-meta .stats-meta-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-exp-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp .stats-meta-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-exp-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-meta .stats-meta-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-exp-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp .stats-meta-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-exp-name,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-meta .stats-meta-name{line-height:1}}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp{margin-right:2rem}}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats .user-stats-bottom .stats-exp,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades .user-stats-bottom .stats-exp,.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges .user-stats-bottom .stats-exp{margin-right:0}}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats{margin-bottom:0;border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-stats{margin-bottom:15px;border-bottom:revert;border-bottom-left-radius:5px;border-bottom-right-radius:5px}}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades{border-radius:0;margin-bottom:0;border-bottom:0}}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-grades{margin-bottom:15px;border-radius:5px;border-bottom:revert}}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges{border-top-right-radius:0;border-top-left-radius:0}}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp .index-user-infos .index-user-badges{border-top-right-radius:5px;border-top-left-radius:5px}}.section-index .col-md-12 .home-last-exp experience-feed{flex:0 0 75%;width:75%;display:flex}@media (max-width: 991px){.section-index .col-md-12 .home-last-exp experience-feed{flex:0 0 100%;width:100%}}.section-index .col-md-12 .home-last-exp experience-feed .experience-item{background-color:#fff;border-radius:5px;border:1px solid var(--border-color);margin-bottom:15px;padding:25px}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp experience-feed .experience-item{padding:15px}}.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-body{padding:0}.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-body .card-wrapper-experience{display:flex;flex-direction:column;gap:0}.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-body .card-wrapper-experience .card-exp-top{display:flex;gap:1rem}.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-body .card-wrapper-experience .card-exp-top .card-content-experience h3{color:var(--font-body-hover);font-weight:700;margin-bottom:.25rem;font-size:14px;line-height:1.3}.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-body .card-wrapper-experience .card-exp-top .card-content-experience h4{color:var(--font-body);font-size:13px;margin-bottom:0;font-weight:400}.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-body .card-wrapper-experience .card-content-content p{color:var(--font-body);margin:25px 0}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-body .card-wrapper-experience .card-content-content p{margin:15px 0}}.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-body .card-wrapper-experience .card-content-content .exp-category-list{display:flex;width:100%;flex-direction:row-reverse;margin-bottom:15px;padding-bottom:5px;max-width:100%;overflow:auto}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-body .card-wrapper-experience .card-content-content .exp-category-list{margin-bottom:15px}}.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-body .card-wrapper-experience .card-content-content .exp-category-list span{color:var(--font-body);margin-right:.5rem;display:flex;padding:5px 10px;background-color:var(--border-color);border-radius:50px;border:1px solid var(--border-color);white-space:nowrap}.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-body .card-wrapper-experience .card-content-content .exp-category-list span:first-of-type{margin-right:0}.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-footer{background:white;border-top:1px solid var(--border-color);padding:20px 0 0}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-footer .experience-info{flex-wrap:wrap}}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-footer .experience-info .col-media-count{width:100%}}.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count{margin-top:0;color:var(--font-body);align-items:flex-start;gap:0rem}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count{margin-bottom:.5rem}}.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count div{display:flex;margin-right:1rem}.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count div svg{margin-right:.5rem}.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count div svg path{fill:var(--font-body)}.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count .media-audio svg{margin-right:.3rem!important}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-footer .experience-info .col-media-count .media-count .media-audio svg{margin-right:.4rem!important}}@media (max-width: 767px){.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-footer .experience-info .counters{width:100%}}.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-footer .experience-info .counters .experience-favorite svg path{stroke:var(--font-body)}.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-footer .experience-info .counters .experience-favorite .icon-star path{stroke:#f9ca24}.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-footer .experience-info .counters .counter .info{color:var(--font-body)}.section-index .col-md-12 .home-last-exp experience-feed .experience-item .card-footer .experience-info .counters .counter svg path{fill:var(--font-body)}.rgpd{position:fixed;z-index:99;background-color:#000000bf;height:100%;width:100%;top:0;display:flex;justify-content:center;align-items:center;flex-direction:column}@media (max-width: 767px){.rgpd{padding-right:12px;padding-left:12px}}.rgpd iframe,.rgpd embed{height:75%;width:50%}@media (max-width: 991px){.rgpd iframe,.rgpd embed{height:65%;width:80%}}@media (max-width: 767px){.rgpd iframe,.rgpd embed{height:75%;width:100%}}.rgpd .rgpd-submit{background-color:#fff;width:50%;border-top:1px solid var(--border-color);padding:10px 20px;display:flex;justify-content:space-between;align-items:center}@media (max-width: 991px){.rgpd .rgpd-submit{width:80%}}@media (max-width: 767px){.rgpd .rgpd-submit{width:100%}}.rgpd .rgpd-submit p{margin-bottom:0}.rgpd .rgpd-submit #rgpd-btn{min-width:88px}
