@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap);@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap);#chat{background-color:#f0f8ff;border:2px solid #00000024;font-family:Franklin Gothic Medium,Arial,sans-serif;font-size:max(min(1.5vw,36px),24px);padding:3px 6px}.leaderboard{color:#fff;font-family:Arial,Helvetica,sans-serif;padding:5px;pointer-events:none;position:fixed;right:10px;text-shadow:1px 1px 1px #000000e6;top:10px;transform-origin:top right;-webkit-user-select:none;user-select:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.leaderboard .leaderboard-title{font-size:24px;margin-bottom:5px;pointer-events:all;text-align:center}.leaderboard .leaderboard-title:hover{cursor:pointer}.leaderboard .leaderboard-content{opacity:1;transition:all .2s ease-in}.leaderboard .leaderboard-content.hidden{opacity:0}.leaderboard-line{display:block;font-size:22px;white-space:nowrap}.results{animation:fadeIn 1s ease both;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:600px}.results .results-main{background-color:#000000b3;border:5px solid #111;border-radius:10px;text-shadow:1px 1px 1px #000}.results .results-title{color:#fff;font-size:45px;font-weight:700;margin-bottom:5px;margin-top:10px;text-align:center}.results .results-title .name{color:#eef6ff;font-size:30px;margin-top:10px}.results .results-container{margin:0 auto 15px;text-align:center}.results .results-container .info{color:#ccc;display:inline-block;font-size:13px;margin:15px;text-align:center}.results .results-container .info .title{color:#f5f5f5;font-size:22px;margin-bottom:5px}.results .results-buttons{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:15px}.results .results-buttons .play-again img{height:150px;transition:.2s;width:150px}.results .results-buttons .play-again img:hover{scale:1.1}.results .results-buttons .to-home{margin-bottom:5px}.results .results-buttons .to-home img{height:60px;transition:.2s;width:auto}.results .results-buttons .to-home img:hover{scale:1.1}.game{cursor:url(../../static/media/cursor.138cb2f1fcf8183aaa1b.cur) 20 20,crosshair;height:100%;overflow:hidden;width:100%}.game,.modal{position:absolute}.modal{background-color:#141414!important;border-radius:10px;box-shadow:0 0 0 5px #2f2f2ffa;color:#e7e7e7;left:50%;min-width:300px;padding:15px 30px;top:50%;transform:translate(-50%,-50%);z-index:5}.modal .modal-close{align-items:center;-webkit-appearance:none;appearance:none;background-color:#000;border:2px solid #fff;border-radius:30px;cursor:pointer;display:flex;height:30px;justify-content:center;line-height:normal;position:absolute;right:0;top:0;transform:rotate(0deg);transition:all .2s linear;width:30px}.modal .modal-close:after,.modal .modal-close:before{background-color:#fff;content:" ";display:block;height:2px;margin:0 auto;position:absolute;transform:rotate(45deg);width:20px}.modal .modal-close:after{transform:rotate(-45deg)}.modal .modal-close:hover{transform:rotate(180deg)}.settings .settings-title{font-size:30px;letter-spacing:2px;margin:0 0 20px}.settings .section{font-size:22px;margin-bottom:5px;text-decoration:underline}.settings .sectionDebug{color:#888;font-size:20px;margin-bottom:10px;text-decoration:underline}.settings .debug{color:#888}.settings label{display:block;margin-bottom:10px}.settings .settings-line{display:flex;flex-direction:row;justify-content:space-between}.settings input,.settings select{font-size:18px;margin:0 0 10px;width:100%}.switch{display:inline-block;height:21px;position:relative;width:50px}.switch input{height:0;opacity:0;width:0}.switch .slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.switch .slider:before{background-color:#fff;bottom:3px;content:"";height:15px;left:6px;position:absolute;transition:.4s;width:15px}.switch input:checked+.slider{background-color:#2196f3}.switch input:checked+.slider:before{transform:translateX(26px)}.switch input:focus+.slider{box-shadow:0 0 1px #2196f3}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.loading-screen{align-items:center;background-color:#333;display:flex;height:100%;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .5s ease-in-out;width:100%;z-index:2}.loading-screen .loading-container{text-align:center;width:400px}.loading-screen .loading-container .loading-text{color:#fff;font-size:45px;margin-bottom:10px}.loading-screen .loading-container .progress-bar{background-color:#eee;height:20px;width:100%}.loading-screen .loading-container .progress-bar .progress{background-color:lime;height:100%;transition:width .5s ease-in-out}.loading-screen .loading-container p{color:#fff}.changelog{text-align:center}.changelog h1{font-size:32px;margin-top:20px}.changelog h2{font-size:28px}.changelog h1,.changelog h2{color:#fff;font-family:courier new,courier;margin:0 0 20px}.changelog li,.changelog ul{align-content:left;color:#fff;font-size:15px;line-height:normal;margin:0;padding:0}.changelog li{font-size:20px;font-weight:700;list-style:none}.changelog .important{color:red}.changelog .golden{background:linear-gradient(90deg,#ff0,#c2a70e,#dada0c,#d4b710,#ff0,#e0e00b);border:5px solid red}.changelog .announcement{color:red}.changelog .primary-link{color:#77a2ff;font-size:120%;font-size:18px;font-weight:700;margin:20px auto;text-decoration:underline}.login-modal{align-items:center;display:flex;flex-direction:column}.login-modal input{font-size:20px;font-weight:700;margin:5px}.login-modal button{background-color:#4caf50;border:none;border-radius:10px;color:#fff;font-size:22px;margin-top:10px;padding:5px;transition:all .2s ease-in;width:120px}.login-modal button:hover{background-color:#fff;color:#4caf50;cursor:pointer}.signup-modal{align-items:center;display:flex;flex-direction:column}.signup-modal input{font-size:20px;font-weight:700;margin:5px}.signup-modal button{background-color:#4caf50;border:none;border-radius:10px;color:#fff;font-size:22px;margin-top:10px;padding:5px;transition:all .2s ease-in;width:120px}.signup-modal button:hover{background-color:#fff;color:#4caf50;cursor:pointer}.connectionErrorModal{align-items:center;animation:fadeIn 1s ease both;background:none;display:flex;height:100%;justify-content:center;width:100%;z-index:3}.connectionErrorModal .content{background-color:#151515b5!important;border-radius:10px;font-family:Poppins,sans-serif;padding:2rem 3rem 1rem;width:450px}.connectionErrorModal .content h2{font-size:2rem;font-weight:600}.connectionErrorModal .content p{font-size:1rem;line-height:1rem;padding:.5rem 0}.connectionErrorModal .content button{margin:5px}.connectionErrorModal .content .notification{color:red;font-weight:900}.connectionErrorModal .reload-btn{background:green;border:1px solid #000;border-radius:10px;color:#000;cursor:pointer;font-size:1rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.connectionErrorModal .reload-btn:hover{background:#000;color:#fff}@keyframes fadeIn{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);opacity:0}to{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);opacity:1}}.panel{background-color:#222!important;border-radius:10px;box-shadow:0 0 0 3px #333333fa;box-sizing:border-box;color:#e7e7e7;margin:8px;padding:15px}.shop-btn{cursor:pointer;left:0;position:absolute;top:0;transform-origin:left;-webkit-user-select:none;user-select:none}.shop-btn img{display:inline-block;height:auto;margin-left:10px;margin-top:10px;transition:transform .3s ease}.shop-btn img:hover{transform:scale(1.1)}.leaderboard-btn{cursor:pointer;left:0;position:fixed;top:85px;transform-origin:left;-webkit-user-select:none;user-select:none}.leaderboard-btn img{display:inline-block;height:auto;margin-left:10px;margin-top:10px;transition:transform .3s ease}.leaderboard-btn img:hover{transform:scale(1.1)}footer{bottom:10px;box-sizing:border-box;color:#e7e7e7;display:flex;flex-direction:row;gap:30px;height:50px;justify-content:center;padding-top:15px;pointer-events:none;position:absolute;text-align:center;width:100%}footer a{font-size:30px;pointer-events:auto;text-decoration:underline}.auth-buttons{display:flex;flex-direction:column;position:absolute;right:5px;top:5px;transform-origin:top right}.auth-buttons .dropdown .dropdown-menu{background-color:#f9f9f9;border-radius:10px;display:none;padding:12px 16px;right:10px;-webkit-user-select:none;user-select:none}.auth-buttons .dropdown .dropdown-menu li{list-style:none}.auth-buttons .dropdown .dropdown-menu .dropdown-item{color:green;font-size:18px}.auth-buttons .dropdown .dropdown-menu .dropdown-item:active{background-color:#0000;color:inherit}.auth-buttons .dropdown:hover .dropdown-menu{display:block}.auth-buttons .auth-username{color:#fff;cursor:pointer;font-size:40px;margin-right:40px;margin-top:20px}.auth-buttons .auth-btn{height:70px;margin-bottom:10px;margin-right:5px;transition:all .2s ease-in-out}.auth-buttons .auth-btn:hover{cursor:pointer;transform:scale(1.05)}::-webkit-resizer,::-webkit-scrollbar,::-webkit-scrollbar-button,::-webkit-scrollbar-corner,::-webkit-scrollbar-thumb,::-webkit-scrollbar-track,::-webkit-scrollbar-track-piece{background:#0000}::-webkit-scrollbar{border-radius:5px;width:7px}::-webkit-scrollbar-track-piece{border-radius:5px}::-webkit-scrollbar-thumb{background:#9e9e9e;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#858585}::-webkit-scrollbar-button{height:0;width:0}.connectionErrorModal{background-color:#0000!important;box-shadow:none;z-index:100}input[type=email],input[type=password],input[type=text]{-webkit-touch-callout:text;background-color:#e5e3e3;border:none;border-radius:10px;box-sizing:border-box;color:#4a4a4a;font-size:26px;outline:none;padding:6px;text-align:center;-webkit-user-select:text;user-select:text}input[type=email][disabled],input[type=password][disabled],input[type=text][disabled]{cursor:not-allowed;opacity:.7}.login-modal input,.signup-modal input{font-size:20px}a{color:#6eef95;text-decoration:none}a:hover{color:#29e763}a:active{color:#16c74c}.altLink{color:#6eef95;font-size:24px;text-decoration:none}.altLink:hover{color:#40ea73}.altLink:active{color:#19de54}.inline{display:inline-block}span{font-size:inherit}.material-icons{vertical-align:sub}.ui-icon{font-size:30px;vertical-align:middle}.mainMenu{background-color:#2c7616;height:100%;position:absolute;width:100%;z-index:10}.mainMenu.loaded{background-color:rgba(0,0,0,.507);display:block}#menuContainer{pointer-events:auto;position:absolute;text-align:center;top:45%;white-space:nowrap}#contentt,#menuContainer{transform:translateY(-50%);width:100%}#contentt{height:100%;pointer-events:none}.menuCard{word-wrap:break-word;overflow:hidden;padding:18px;text-align:left;white-space:normal}.menuHeader{color:#dadada;font-size:24px;margin-bottom:5px}.menuSubheader{color:#dadada;font-size:20px;margin-bottom:3px}.menuText{color:#a8a8a8;font-size:18px;margin-bottom:10px}.menuLink{font-size:20px}#gameName{color:#fff;font-size:110px;text-shadow:#474747 3px 5px 2px}.menuButton{background-color:#168f16;border-radius:10px;box-shadow:inset 0 -8px 0 rgba(0,0,0,.294);box-sizing:border-box;color:#fff;cursor:pointer;font-size:23px;padding:6px;text-align:center;transform:scale(1);transition:transform .2s cubic-bezier(.77,0,.175,1);width:100%}.menuButton:hover{transform:scale(1.05)}.menuButton:active{transform:scale(.95)}#topRight1{color:#fff;font-size:24px;text-decoration:none;top:20px}#topRight1,#topRight2{position:absolute;right:20px}#topRight2{cursor:pointer;top:54px}#settingsButton{bottom:12px;cursor:pointer;font-size:35px;left:12px;line-height:20px;position:absolute;transition:transform .1s cubic-bezier(.77,0,.175,1)}#settingsButton:hover{transform:scale(1.05)}#settingsButton:active{transform:scale(.95)}.fullWidth{width:100%}#menuCardHolder #adBelow{bottom:auto;box-sizing:border-box;display:"inline-block"!important;height:auto!important;left:50%;position:absolute;transform:translateX(-50%)}#menuCardHolder .menu{display:flex}#menuCardHolder .menu *{box-sizing:border-box}#menuCardHolder .menu a{cursor:pointer}#menuCardHolder .menu #nameInput{transform:scale(1);transition:transform .2s cubic-bezier(.77,0,.175,1)}#menuCardHolder .menu #nameInput:focus{transform:scale(1.05)}#menuCardHolder .menu #serverInfo{margin-bottom:8px;text-align:center}#menuCardHolder .menu .joinCard{width:375px}#menuCardHolder .menu .accountCard{width:310px}#menuCardHolder .menu .announcementCard{color:#fff;font-size:19px;height:58px;left:50%;position:fixed;text-align:center;top:-6%;transform:translate(-50%,-100%);width:1000px}#menuCardHolder .menu .announcementCard .announcedate{color:#999;font-size:17px}#menuCardHolder .menu .announcementCard .announceimportant{color:#ff0}#menuCardHolder .menu .announcementCard .announcewarning{color:red}#menuCardHolder .menu .forumCard{padding:0;width:310px}#linksContainer{bottom:12px;font-size:20px;left:12px;position:absolute;text-align:right}#loadingText{color:#fff;font-size:45px;text-align:center}#loadingText a{display:block}.joinCardInput{width:100%}.joinCardInput #enterGame,.joinCardInput #nameInput{height:44px;margin-bottom:10px;top:50%;width:100%}.joinCardInput #enterGame{background-position:0 0;font-size:48px;height:74px;line-height:50px}@keyframes animatedBackground{0%{background-position:0 0}to{background-position:-10000px 20000px}}.joinCardContent{position:relative;top:50%;transform:translateY(-50%)}.account-badge{-webkit-user-drag:none;height:1.5em;margin-right:4px}#serverBrowser{background-color:#f7faf6;border:none;border-radius:10px;box-sizing:border-box;color:#464646;cursor:pointer;font-size:16px;margin-bottom:10px;padding:6px;text-align:center;width:100%}@media only screen and (max-width:1040px){#menuCardHolder #adBelow,.forumCard{display:none}#menuCardHolder .menu{flex-direction:column}#menuCardHolder .menu .menuCard{width:85vw!important}#menuCardHolder .menu .joinCard{order:-1}}@media only screen and (max-width:768px){#menuCardHolder #adBelow{display:none}#loadingText{margin-top:20px}#mainMenu{overflow:scroll}#gameName{font-size:55px;line-height:2}#gameName-mobile{display:inline!important;display:initial!important}#setupCard{margin-top:4px;width:260px}#topRight1{left:33%}#topRight1,#topRight2{right:inherit;top:8px;transform:translateX(-50%)}#topRight2{left:66%}#linksContainer{display:none}}*,:after,:before{box-sizing:border-box}.shop-modal{align-content:flex-start;background:linear-gradient(to top left,#011702 5%,#053f07);border-radius:10px;box-shadow:0 20px 40px -14px #00000040;color:#fff;display:flex;flex-direction:column;flex-grow:1;flex-wrap:wrap;height:calc(100vh - 100px);margin:20px auto;max-width:1300px;overflow:hidden;padding:20px;width:calc(100vw - 100px)}.label{font-size:30px;margin-left:10px}.label hr{border-color:#000;margin-top:0}.label p{color:#d3d3d3;font-size:13px;margin-top:-7px}.shop-extra{font-size:10%;margin-right:10px;max-width:300px;min-width:100px;width:18.8%}.scroll{background-color:rgba(0,0,0,.408);margin-bottom:-20px;margin-top:-20px;overflow-x:hidden;overflow-y:auto;padding-bottom:20px;padding-top:20px;width:82%}.skins{align-content:flex-start;display:flex;flex-grow:1;flex-wrap:wrap;justify-content:space-around}.shop-title{color:#fff;font-size:50px;margin:0;text-align:center}.shop-desc{color:#fff}.shop-desc,.shop-desc-extra{font-size:15px;margin:0 0 10px;text-align:center}.shop-desc-extra{color:hsla(0,0%,100%,.667)}.gem{pointer-events:none;transform:translateY(25%);-webkit-user-select:none;user-select:none}.skin-card{align-items:center;background-color:#ffffff4f;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;margin:10px;padding:10px;width:185px}.skin-card .skin-name{color:#fff;font-size:17.5px;font-weight:700;text-align:center}.skin-card .skin-tag{color:#f0f;font-size:14px;margin-top:-10px;text-align:center}.skin-card .skin-saletag{color:#ff0;font-size:20px;margin-top:-10px;text-align:center}.skin-card .sale{text-decoration:line-through}.skin-card .skin-eventtag{color:aqua;font-size:16px;margin-top:-10px;text-align:center}.skin-card .skin-img-large{height:122.222px;width:122.222px}.skin-card .skin-img,.skin-card .skin-img-large{background-position:50%;background-size:cover;pointer-events:none;transform:translateX(10px);-webkit-user-select:none;user-select:none;z-index:1}.skin-card .skin-img{height:110px;width:110px}.skin-card .skin-img-small{background-position:50%;background-size:cover;height:108.395px;pointer-events:none;transform:translateX(10px);-webkit-user-select:none;user-select:none;width:108.395px;z-index:1}.skin-card .skin-sword-large{transform:translate(-46px,-70px) rotate(135deg)}.skin-card .skin-sword,.skin-card .skin-sword-large{background-position:50%;background-size:cover;height:112.40875px;pointer-events:none;-webkit-user-select:none;user-select:none;width:104.3795px;z-index:0}.skin-card .skin-sword{transform:translate(-46px,-62.5px) rotate(135deg)}.skin-card .skin-sword-small{background-position:50%;background-size:cover;height:112.40875px;pointer-events:none;transform:translate(-44.75px,-65px) rotate(135deg);-webkit-user-select:none;user-select:none;width:104.3795px;z-index:0}.skin-card .skin-count{color:#fff;font-size:14px;font-weight:400;margin-bottom:5px;margin-top:-55px;text-align:center}.skin-card .buy-button{background:#0000;border:.5px solid #fff3;border-radius:2px;color:#fff;cursor:pointer;display:block;font-size:10px;font-weight:400;margin-top:2.5px;padding:.8rem;text-transform:uppercase;width:100%}.skin-card .buy-button:hover{background-color:#fff3}@media screen and (max-height:600px){.skin-card{margin:5px}.skin-card .skin-name{font-size:20px;margin:0}.skin-card .skin-count{font-size:15px;margin:0}.skin-card .buy-button{font-size:12px;margin:5px 0 0;padding:.2rem}.skin-card .skin-desc{font-size:12px;margin:0}.shop-title{font-size:20px}.shop-desc{font-size:15px}}h1{color:#fff;font-size:24px;font-weight:400;text-align:center}.highlight{background-color:#ff0}.search-bar{display:flex;justify-content:center;margin-bottom:10px;margin-left:-50%;margin-right:-50%}.search-bar input{border:none;border-radius:20px;box-shadow:0 0 15px 4px #0000000f;font-size:15px;padding:5px;width:50%}.search-bar input:focus{box-shadow:0 0 15px 4px #0000001a;outline:none}.search-bar input::placeholder{color:#aaa}.badges{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:5px}.badges button{background-color:#ddd;border:none;border-radius:10px;cursor:pointer;margin:5px;padding:10px;transition:background-color .3s ease}.badges button.active{background-color:gray;border:3px solid #000}.badges button[data-selected-badge=og]:not(.active){background-color:red}.badges button[data-selected-badge=event]:not(.active){background-color:aqua}.badges button[data-selected-badge=player]:not(.active){background-color:blue}.badges button[data-selected-badge=own]:not(.active){background-color:lime}.badges button[data-selected-badge=sale]:not(.active){background-color:#ff0}.badges button[data-selected-badge=ultimate]:not(.active){background-color:#f0f}.reward-container{flex-wrap:wrap;gap:20px;justify-content:space-around;margin-top:20px}.reward-box,.reward-container{align-items:center;display:flex}.reward-box{border:2px solid #0000;border-radius:10px;flex:0 1 auto;gap:10px;justify-content:start;padding:10px;text-align:left;transition:border-color .3s ease-in-out,transform .3s ease-in-out}.reward-box:hover{border-color:#fff;transform:scale(1.05)}.reward-box .icon{align-items:center;display:flex;justify-content:center}.reward-box .text{font-size:16px;font-weight:700}.gems{background-color:#04390f}.skinsbox{background-color:#b52555}.xp{background-color:#1d9fe1}#logged-in .stats{border-left:1px solid var(--color-border);display:flex;flex-direction:row;gap:1rem;margin:0 0 0 1rem;padding:.5rem .5rem .5rem 0}#logged-in h1{margin-bottom:0;margin-top:0}#logged-in img{pointer-events:none;-webkit-user-select:none;user-select:none}#logged-in .profilebutton{align-items:center;background-color:#168f16;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;flex-direction:row;gap:.5rem;justify-content:center;padding:.5rem;transition:transform .3s ease}#logged-in .profilebutton:hover{transform:scale(1.1)}.global-leaderboard-body{--bs-table-bg:#0000;/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */--bs-body-bg:#0000;background:#f9f9f9;font-family:Roboto,sans-serif}.global-leaderboard-body .clan{text-decoration:none}.global-leaderboard-body .back-button{background:#d2d2d2;border-color:gray;border-radius:25px;color:#000;cursor:pointer;font-size:20px;font-weight:700;height:50px;left:50%;padding:10px;position:absolute;top:10px;transform:translate(-350%,50%);width:200px;z-index:100}.global-leaderboard-body :root,.global-leaderboard-body [data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,#ffffff26,#fff0);--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:#212529bf;--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:#21252980;--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem #00000026;--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:#0d6efd40;--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}.global-leaderboard-body [data-bs-theme=dark]{--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:#dee2e6bf;--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:#dee2e680;--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:#ffffff26;--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f;color-scheme:dark}.global-leaderboard-body *,.global-leaderboard-body :after,.global-leaderboard-body :before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){.global-leaderboard-body :root{scroll-behavior:smooth}}.global-leaderboard-body body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align)}.global-leaderboard-body hr{border:0;border-top:var(--bs-border-width) solid;color:inherit;margin:1rem 0;opacity:.25}.global-leaderboard-body .h1,.global-leaderboard-body .h2,.global-leaderboard-body .h3,.global-leaderboard-body .h4,.global-leaderboard-body .h5,.global-leaderboard-body .h6,.global-leaderboard-body h1,.global-leaderboard-body h2,.global-leaderboard-body h3,.global-leaderboard-body h4,.global-leaderboard-body h5,.global-leaderboard-body h6{color:var(--bs-heading-color);font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}.global-leaderboard-body .h1,.global-leaderboard-body h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.global-leaderboard-body .h1,.global-leaderboard-body h1{font-size:2.5rem}}.global-leaderboard-body .h2,.global-leaderboard-body h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){.global-leaderboard-body .h2,.global-leaderboard-body h2{font-size:2rem}}.global-leaderboard-body .h3,.global-leaderboard-body h3{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){.global-leaderboard-body .h3,.global-leaderboard-body h3{font-size:1.75rem}}.global-leaderboard-body .h4,.global-leaderboard-body h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){.global-leaderboard-body .h4,.global-leaderboard-body h4{font-size:1.5rem}}.global-leaderboard-body .h5,.global-leaderboard-body h5{font-size:1.25rem}.global-leaderboard-body .h6,.global-leaderboard-body h6{font-size:1rem}.global-leaderboard-body p{margin-bottom:1rem;margin-top:0}.global-leaderboard-body abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.global-leaderboard-body address{font-style:normal;line-height:inherit;margin-bottom:1rem}.global-leaderboard-body ol,.global-leaderboard-body ul{padding-left:2rem}.global-leaderboard-body dl,.global-leaderboard-body ol,.global-leaderboard-body ul{margin-bottom:1rem;margin-top:0}.global-leaderboard-body ol ol,.global-leaderboard-body ol ul,.global-leaderboard-body ul ol,.global-leaderboard-body ul ul{margin-bottom:0}.global-leaderboard-body dt{font-weight:700}.global-leaderboard-body dd{margin-bottom:.5rem;margin-left:0}.global-leaderboard-body blockquote{margin:0 0 1rem}.global-leaderboard-body b,.global-leaderboard-body strong{font-weight:bolder}.global-leaderboard-body .small,.global-leaderboard-body small{font-size:.875em}.global-leaderboard-body .mark,.global-leaderboard-body mark{background-color:var(--bs-highlight-bg);color:var(--bs-highlight-color);padding:.1875em}.global-leaderboard-body sub,.global-leaderboard-body sup{font-size:.75em;line-height:0;position:relative;vertical-align:initial}.global-leaderboard-body sub{bottom:-.25em}.global-leaderboard-body sup{top:-.5em}.global-leaderboard-body a{color:rgba(var(--bs-link-color-rgb),1);color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}.global-leaderboard-body a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}.global-leaderboard-body a:not([href]):not([class]),.global-leaderboard-body a:not([href]):not([class]):hover{color:inherit;text-decoration:none}.global-leaderboard-body code,.global-leaderboard-body kbd,.global-leaderboard-body pre,.global-leaderboard-body samp{font-family:var(--bs-font-monospace);font-size:1em}.global-leaderboard-body pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}.global-leaderboard-body pre code{color:inherit;font-size:inherit;word-break:normal}.global-leaderboard-body code{word-wrap:break-word;color:var(--bs-code-color);font-size:.875em}a>.global-leaderboard-body code{color:inherit}.global-leaderboard-body kbd{background-color:var(--bs-body-color);border-radius:.25rem;color:var(--bs-body-bg);font-size:.875em;padding:.1875rem .375rem}.global-leaderboard-body kbd kbd{font-size:1em;padding:0}.global-leaderboard-body figure{margin:0 0 1rem}.global-leaderboard-body img,.global-leaderboard-body svg{vertical-align:middle}.global-leaderboard-body table{border-collapse:collapse;caption-side:bottom}.global-leaderboard-body caption{color:var(--bs-secondary-color);padding-bottom:.5rem;padding-top:.5rem;text-align:left}.global-leaderboard-body th{text-align:inherit;text-align:-webkit-match-parent}.global-leaderboard-body tbody,.global-leaderboard-body td,.global-leaderboard-body tfoot,.global-leaderboard-body th,.global-leaderboard-body thead,.global-leaderboard-body tr{border:0 solid;border-color:inherit}.global-leaderboard-body label{display:inline-block}.global-leaderboard-body button{border-radius:0}.global-leaderboard-body button:focus:not(:focus-visible){outline:0}.global-leaderboard-body button,.global-leaderboard-body input,.global-leaderboard-body optgroup,.global-leaderboard-body select,.global-leaderboard-body textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}.global-leaderboard-body button,.global-leaderboard-body select{text-transform:none}.global-leaderboard-body [role=button]{cursor:pointer}.global-leaderboard-body select{word-wrap:normal}.global-leaderboard-body select:disabled{opacity:1}.global-leaderboard-body [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}.global-leaderboard-body [type=button],.global-leaderboard-body [type=reset],.global-leaderboard-body [type=submit],.global-leaderboard-body button{-webkit-appearance:button}.global-leaderboard-body [type=button]:not(:disabled),.global-leaderboard-body [type=reset]:not(:disabled),.global-leaderboard-body [type=submit]:not(:disabled),.global-leaderboard-body button:not(:disabled){cursor:pointer}.global-leaderboard-body ::-moz-focus-inner{border-style:none;padding:0}.global-leaderboard-body textarea{resize:vertical}.global-leaderboard-body fieldset{border:0;margin:0;min-width:0;padding:0}.global-leaderboard-body legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media(min-width:1200px){.global-leaderboard-body legend{font-size:1.5rem}}.global-leaderboard-body legend+*{clear:left}.global-leaderboard-body ::-webkit-datetime-edit-day-field,.global-leaderboard-body ::-webkit-datetime-edit-fields-wrapper,.global-leaderboard-body ::-webkit-datetime-edit-hour-field,.global-leaderboard-body ::-webkit-datetime-edit-minute,.global-leaderboard-body ::-webkit-datetime-edit-month-field,.global-leaderboard-body ::-webkit-datetime-edit-text,.global-leaderboard-body ::-webkit-datetime-edit-year-field{padding:0}.global-leaderboard-body ::-webkit-inner-spin-button{height:auto}.global-leaderboard-body [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.global-leaderboard-body ::-webkit-search-decoration{-webkit-appearance:none}.global-leaderboard-body ::-webkit-color-swatch-wrapper{padding:0}.global-leaderboard-body ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.global-leaderboard-body ::file-selector-button{-webkit-appearance:button;font:inherit}.global-leaderboard-body output{display:inline-block}.global-leaderboard-body iframe{border:0}.global-leaderboard-body summary{cursor:pointer;display:list-item}.global-leaderboard-body progress{vertical-align:initial}.global-leaderboard-body [hidden]{display:none!important}.global-leaderboard-body .lead{font-size:1.25rem;font-weight:300}.global-leaderboard-body .display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.global-leaderboard-body .display-1{font-size:5rem}}.global-leaderboard-body .display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.global-leaderboard-body .display-2{font-size:4.5rem}}.global-leaderboard-body .display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.global-leaderboard-body .display-3{font-size:4rem}}.global-leaderboard-body .display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.global-leaderboard-body .display-4{font-size:3.5rem}}.global-leaderboard-body .display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.global-leaderboard-body .display-5{font-size:3rem}}.global-leaderboard-body .display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.global-leaderboard-body .display-6{font-size:2.5rem}}.global-leaderboard-body .list-inline,.global-leaderboard-body .list-unstyled{list-style:none;padding-left:0}.global-leaderboard-body .list-inline-item{display:inline-block}.global-leaderboard-body .list-inline-item:not(:last-child){margin-right:.5rem}.global-leaderboard-body .initialism{font-size:.875em;text-transform:uppercase}.global-leaderboard-body .blockquote{font-size:1.25rem;margin-bottom:1rem}.global-leaderboard-body .blockquote>:last-child{margin-bottom:0}.global-leaderboard-body .blockquote-footer{color:#6c757d;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.global-leaderboard-body .blockquote-footer:before{content:"— "}.global-leaderboard-body .img-fluid{height:auto;max-width:100%}.global-leaderboard-body .img-thumbnail{background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);height:auto;max-width:100%;padding:.25rem}.global-leaderboard-body .figure{display:inline-block}.global-leaderboard-body .figure-img{line-height:1;margin-bottom:.5rem}.global-leaderboard-body .figure-caption{color:var(--bs-secondary-color);font-size:.875em}.global-leaderboard-body .container,.global-leaderboard-body .container-fluid,.global-leaderboard-body .container-lg,.global-leaderboard-body .container-md,.global-leaderboard-body .container-sm,.global-leaderboard-body .container-xl,.global-leaderboard-body .container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}@media(min-width:576px){.global-leaderboard-body .container,.global-leaderboard-body .container-sm{max-width:540px}}@media(min-width:768px){.global-leaderboard-body .container,.global-leaderboard-body .container-md,.global-leaderboard-body .container-sm{max-width:720px}}@media(min-width:992px){.global-leaderboard-body .container,.global-leaderboard-body .container-lg,.global-leaderboard-body .container-md,.global-leaderboard-body .container-sm{max-width:960px}}@media(min-width:1200px){.global-leaderboard-body .container,.global-leaderboard-body .container-lg,.global-leaderboard-body .container-md,.global-leaderboard-body .container-sm,.global-leaderboard-body .container-xl{max-width:1140px}}@media(min-width:1400px){.global-leaderboard-body .container,.global-leaderboard-body .container-lg,.global-leaderboard-body .container-md,.global-leaderboard-body .container-sm,.global-leaderboard-body .container-xl,.global-leaderboard-body .container-xxl{max-width:1320px}}.global-leaderboard-body :root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.global-leaderboard-body .row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.global-leaderboard-body .row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.global-leaderboard-body .col{flex:1 0}.global-leaderboard-body .row-cols-auto>*{flex:0 0 auto;width:auto}.global-leaderboard-body .row-cols-1>*{flex:0 0 auto;width:100%}.global-leaderboard-body .row-cols-2>*{flex:0 0 auto;width:50%}.global-leaderboard-body .row-cols-3>*{flex:0 0 auto;width:33.33333333%}.global-leaderboard-body .row-cols-4>*{flex:0 0 auto;width:25%}.global-leaderboard-body .row-cols-5>*{flex:0 0 auto;width:20%}.global-leaderboard-body .row-cols-6>*{flex:0 0 auto;width:16.66666667%}.global-leaderboard-body .col-auto{flex:0 0 auto;width:auto}.global-leaderboard-body .col-1{flex:0 0 auto;width:8.33333333%}.global-leaderboard-body .col-2{flex:0 0 auto;width:16.66666667%}.global-leaderboard-body .col-3{flex:0 0 auto;width:25%}.global-leaderboard-body .col-4{flex:0 0 auto;width:33.33333333%}.global-leaderboard-body .col-5{flex:0 0 auto;width:41.66666667%}.global-leaderboard-body .col-6{flex:0 0 auto;width:50%}.global-leaderboard-body .col-7{flex:0 0 auto;width:58.33333333%}.global-leaderboard-body .col-8{flex:0 0 auto;width:66.66666667%}.global-leaderboard-body .col-9{flex:0 0 auto;width:75%}.global-leaderboard-body .col-10{flex:0 0 auto;width:83.33333333%}.global-leaderboard-body .col-11{flex:0 0 auto;width:91.66666667%}.global-leaderboard-body .col-12{flex:0 0 auto;width:100%}.global-leaderboard-body .offset-1{margin-left:8.33333333%}.global-leaderboard-body .offset-2{margin-left:16.66666667%}.global-leaderboard-body .offset-3{margin-left:25%}.global-leaderboard-body .offset-4{margin-left:33.33333333%}.global-leaderboard-body .offset-5{margin-left:41.66666667%}.global-leaderboard-body .offset-6{margin-left:50%}.global-leaderboard-body .offset-7{margin-left:58.33333333%}.global-leaderboard-body .offset-8{margin-left:66.66666667%}.global-leaderboard-body .offset-9{margin-left:75%}.global-leaderboard-body .offset-10{margin-left:83.33333333%}.global-leaderboard-body .offset-11{margin-left:91.66666667%}.global-leaderboard-body .g-0,.global-leaderboard-body .gx-0{--bs-gutter-x:0}.global-leaderboard-body .g-0,.global-leaderboard-body .gy-0{--bs-gutter-y:0}.global-leaderboard-body .g-1,.global-leaderboard-body .gx-1{--bs-gutter-x:0.25rem}.global-leaderboard-body .g-1,.global-leaderboard-body .gy-1{--bs-gutter-y:0.25rem}.global-leaderboard-body .g-2,.global-leaderboard-body .gx-2{--bs-gutter-x:0.5rem}.global-leaderboard-body .g-2,.global-leaderboard-body .gy-2{--bs-gutter-y:0.5rem}.global-leaderboard-body .g-3,.global-leaderboard-body .gx-3{--bs-gutter-x:1rem}.global-leaderboard-body .g-3,.global-leaderboard-body .gy-3{--bs-gutter-y:1rem}.global-leaderboard-body .g-4,.global-leaderboard-body .gx-4{--bs-gutter-x:1.5rem}.global-leaderboard-body .g-4,.global-leaderboard-body .gy-4{--bs-gutter-y:1.5rem}.global-leaderboard-body .g-5,.global-leaderboard-body .gx-5{--bs-gutter-x:3rem}.global-leaderboard-body .g-5,.global-leaderboard-body .gy-5{--bs-gutter-y:3rem}@media(min-width:576px){.global-leaderboard-body .col-sm{flex:1 0}.global-leaderboard-body .row-cols-sm-auto>*{flex:0 0 auto;width:auto}.global-leaderboard-body .row-cols-sm-1>*{flex:0 0 auto;width:100%}.global-leaderboard-body .row-cols-sm-2>*{flex:0 0 auto;width:50%}.global-leaderboard-body .row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.global-leaderboard-body .row-cols-sm-4>*{flex:0 0 auto;width:25%}.global-leaderboard-body .row-cols-sm-5>*{flex:0 0 auto;width:20%}.global-leaderboard-body .row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.global-leaderboard-body .col-sm-auto{flex:0 0 auto;width:auto}.global-leaderboard-body .col-sm-1{flex:0 0 auto;width:8.33333333%}.global-leaderboard-body .col-sm-2{flex:0 0 auto;width:16.66666667%}.global-leaderboard-body .col-sm-3{flex:0 0 auto;width:25%}.global-leaderboard-body .col-sm-4{flex:0 0 auto;width:33.33333333%}.global-leaderboard-body .col-sm-5{flex:0 0 auto;width:41.66666667%}.global-leaderboard-body .col-sm-6{flex:0 0 auto;width:50%}.global-leaderboard-body .col-sm-7{flex:0 0 auto;width:58.33333333%}.global-leaderboard-body .col-sm-8{flex:0 0 auto;width:66.66666667%}.global-leaderboard-body .col-sm-9{flex:0 0 auto;width:75%}.global-leaderboard-body .col-sm-10{flex:0 0 auto;width:83.33333333%}.global-leaderboard-body .col-sm-11{flex:0 0 auto;width:91.66666667%}.global-leaderboard-body .col-sm-12{flex:0 0 auto;width:100%}.global-leaderboard-body .offset-sm-0{margin-left:0}.global-leaderboard-body .offset-sm-1{margin-left:8.33333333%}.global-leaderboard-body .offset-sm-2{margin-left:16.66666667%}.global-leaderboard-body .offset-sm-3{margin-left:25%}.global-leaderboard-body .offset-sm-4{margin-left:33.33333333%}.global-leaderboard-body .offset-sm-5{margin-left:41.66666667%}.global-leaderboard-body .offset-sm-6{margin-left:50%}.global-leaderboard-body .offset-sm-7{margin-left:58.33333333%}.global-leaderboard-body .offset-sm-8{margin-left:66.66666667%}.global-leaderboard-body .offset-sm-9{margin-left:75%}.global-leaderboard-body .offset-sm-10{margin-left:83.33333333%}.global-leaderboard-body .offset-sm-11{margin-left:91.66666667%}.global-leaderboard-body .g-sm-0,.global-leaderboard-body .gx-sm-0{--bs-gutter-x:0}.global-leaderboard-body .g-sm-0,.global-leaderboard-body .gy-sm-0{--bs-gutter-y:0}.global-leaderboard-body .g-sm-1,.global-leaderboard-body .gx-sm-1{--bs-gutter-x:0.25rem}.global-leaderboard-body .g-sm-1,.global-leaderboard-body .gy-sm-1{--bs-gutter-y:0.25rem}.global-leaderboard-body .g-sm-2,.global-leaderboard-body .gx-sm-2{--bs-gutter-x:0.5rem}.global-leaderboard-body .g-sm-2,.global-leaderboard-body .gy-sm-2{--bs-gutter-y:0.5rem}.global-leaderboard-body .g-sm-3,.global-leaderboard-body .gx-sm-3{--bs-gutter-x:1rem}.global-leaderboard-body .g-sm-3,.global-leaderboard-body .gy-sm-3{--bs-gutter-y:1rem}.global-leaderboard-body .g-sm-4,.global-leaderboard-body .gx-sm-4{--bs-gutter-x:1.5rem}.global-leaderboard-body .g-sm-4,.global-leaderboard-body .gy-sm-4{--bs-gutter-y:1.5rem}.global-leaderboard-body .g-sm-5,.global-leaderboard-body .gx-sm-5{--bs-gutter-x:3rem}.global-leaderboard-body .g-sm-5,.global-leaderboard-body .gy-sm-5{--bs-gutter-y:3rem}}@media(min-width:768px){.global-leaderboard-body .col-md{flex:1 0}.global-leaderboard-body .row-cols-md-auto>*{flex:0 0 auto;width:auto}.global-leaderboard-body .row-cols-md-1>*{flex:0 0 auto;width:100%}.global-leaderboard-body .row-cols-md-2>*{flex:0 0 auto;width:50%}.global-leaderboard-body .row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.global-leaderboard-body .row-cols-md-4>*{flex:0 0 auto;width:25%}.global-leaderboard-body .row-cols-md-5>*{flex:0 0 auto;width:20%}.global-leaderboard-body .row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.global-leaderboard-body .col-md-auto{flex:0 0 auto;width:auto}.global-leaderboard-body .col-md-1{flex:0 0 auto;width:8.33333333%}.global-leaderboard-body .col-md-2{flex:0 0 auto;width:16.66666667%}.global-leaderboard-body .col-md-3{flex:0 0 auto;width:25%}.global-leaderboard-body .col-md-4{flex:0 0 auto;width:33.33333333%}.global-leaderboard-body .col-md-5{flex:0 0 auto;width:41.66666667%}.global-leaderboard-body .col-md-6{flex:0 0 auto;width:50%}.global-leaderboard-body .col-md-7{flex:0 0 auto;width:58.33333333%}.global-leaderboard-body .col-md-8{flex:0 0 auto;width:66.66666667%}.global-leaderboard-body .col-md-9{flex:0 0 auto;width:75%}.global-leaderboard-body .col-md-10{flex:0 0 auto;width:83.33333333%}.global-leaderboard-body .col-md-11{flex:0 0 auto;width:91.66666667%}.global-leaderboard-body .col-md-12{flex:0 0 auto;width:100%}.global-leaderboard-body .offset-md-0{margin-left:0}.global-leaderboard-body .offset-md-1{margin-left:8.33333333%}.global-leaderboard-body .offset-md-2{margin-left:16.66666667%}.global-leaderboard-body .offset-md-3{margin-left:25%}.global-leaderboard-body .offset-md-4{margin-left:33.33333333%}.global-leaderboard-body .offset-md-5{margin-left:41.66666667%}.global-leaderboard-body .offset-md-6{margin-left:50%}.global-leaderboard-body .offset-md-7{margin-left:58.33333333%}.global-leaderboard-body .offset-md-8{margin-left:66.66666667%}.global-leaderboard-body .offset-md-9{margin-left:75%}.global-leaderboard-body .offset-md-10{margin-left:83.33333333%}.global-leaderboard-body .offset-md-11{margin-left:91.66666667%}.global-leaderboard-body .g-md-0,.global-leaderboard-body .gx-md-0{--bs-gutter-x:0}.global-leaderboard-body .g-md-0,.global-leaderboard-body .gy-md-0{--bs-gutter-y:0}.global-leaderboard-body .g-md-1,.global-leaderboard-body .gx-md-1{--bs-gutter-x:0.25rem}.global-leaderboard-body .g-md-1,.global-leaderboard-body .gy-md-1{--bs-gutter-y:0.25rem}.global-leaderboard-body .g-md-2,.global-leaderboard-body .gx-md-2{--bs-gutter-x:0.5rem}.global-leaderboard-body .g-md-2,.global-leaderboard-body .gy-md-2{--bs-gutter-y:0.5rem}.global-leaderboard-body .g-md-3,.global-leaderboard-body .gx-md-3{--bs-gutter-x:1rem}.global-leaderboard-body .g-md-3,.global-leaderboard-body .gy-md-3{--bs-gutter-y:1rem}.global-leaderboard-body .g-md-4,.global-leaderboard-body .gx-md-4{--bs-gutter-x:1.5rem}.global-leaderboard-body .g-md-4,.global-leaderboard-body .gy-md-4{--bs-gutter-y:1.5rem}.global-leaderboard-body .g-md-5,.global-leaderboard-body .gx-md-5{--bs-gutter-x:3rem}.global-leaderboard-body .g-md-5,.global-leaderboard-body .gy-md-5{--bs-gutter-y:3rem}}@media(min-width:992px){.global-leaderboard-body .col-lg{flex:1 0}.global-leaderboard-body .row-cols-lg-auto>*{flex:0 0 auto;width:auto}.global-leaderboard-body .row-cols-lg-1>*{flex:0 0 auto;width:100%}.global-leaderboard-body .row-cols-lg-2>*{flex:0 0 auto;width:50%}.global-leaderboard-body .row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.global-leaderboard-body .row-cols-lg-4>*{flex:0 0 auto;width:25%}.global-leaderboard-body .row-cols-lg-5>*{flex:0 0 auto;width:20%}.global-leaderboard-body .row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.global-leaderboard-body .col-lg-auto{flex:0 0 auto;width:auto}.global-leaderboard-body .col-lg-1{flex:0 0 auto;width:8.33333333%}.global-leaderboard-body .col-lg-2{flex:0 0 auto;width:16.66666667%}.global-leaderboard-body .col-lg-3{flex:0 0 auto;width:25%}.global-leaderboard-body .col-lg-4{flex:0 0 auto;width:33.33333333%}.global-leaderboard-body .col-lg-5{flex:0 0 auto;width:41.66666667%}.global-leaderboard-body .col-lg-6{flex:0 0 auto;width:50%}.global-leaderboard-body .col-lg-7{flex:0 0 auto;width:58.33333333%}.global-leaderboard-body .col-lg-8{flex:0 0 auto;width:66.66666667%}.global-leaderboard-body .col-lg-9{flex:0 0 auto;width:75%}.global-leaderboard-body .col-lg-10{flex:0 0 auto;width:83.33333333%}.global-leaderboard-body .col-lg-11{flex:0 0 auto;width:91.66666667%}.global-leaderboard-body .col-lg-12{flex:0 0 auto;width:100%}.global-leaderboard-body .offset-lg-0{margin-left:0}.global-leaderboard-body .offset-lg-1{margin-left:8.33333333%}.global-leaderboard-body .offset-lg-2{margin-left:16.66666667%}.global-leaderboard-body .offset-lg-3{margin-left:25%}.global-leaderboard-body .offset-lg-4{margin-left:33.33333333%}.global-leaderboard-body .offset-lg-5{margin-left:41.66666667%}.global-leaderboard-body .offset-lg-6{margin-left:50%}.global-leaderboard-body .offset-lg-7{margin-left:58.33333333%}.global-leaderboard-body .offset-lg-8{margin-left:66.66666667%}.global-leaderboard-body .offset-lg-9{margin-left:75%}.global-leaderboard-body .offset-lg-10{margin-left:83.33333333%}.global-leaderboard-body .offset-lg-11{margin-left:91.66666667%}.global-leaderboard-body .g-lg-0,.global-leaderboard-body .gx-lg-0{--bs-gutter-x:0}.global-leaderboard-body .g-lg-0,.global-leaderboard-body .gy-lg-0{--bs-gutter-y:0}.global-leaderboard-body .g-lg-1,.global-leaderboard-body .gx-lg-1{--bs-gutter-x:0.25rem}.global-leaderboard-body .g-lg-1,.global-leaderboard-body .gy-lg-1{--bs-gutter-y:0.25rem}.global-leaderboard-body .g-lg-2,.global-leaderboard-body .gx-lg-2{--bs-gutter-x:0.5rem}.global-leaderboard-body .g-lg-2,.global-leaderboard-body .gy-lg-2{--bs-gutter-y:0.5rem}.global-leaderboard-body .g-lg-3,.global-leaderboard-body .gx-lg-3{--bs-gutter-x:1rem}.global-leaderboard-body .g-lg-3,.global-leaderboard-body .gy-lg-3{--bs-gutter-y:1rem}.global-leaderboard-body .g-lg-4,.global-leaderboard-body .gx-lg-4{--bs-gutter-x:1.5rem}.global-leaderboard-body .g-lg-4,.global-leaderboard-body .gy-lg-4{--bs-gutter-y:1.5rem}.global-leaderboard-body .g-lg-5,.global-leaderboard-body .gx-lg-5{--bs-gutter-x:3rem}.global-leaderboard-body .g-lg-5,.global-leaderboard-body .gy-lg-5{--bs-gutter-y:3rem}}@media(min-width:1200px){.global-leaderboard-body .col-xl{flex:1 0}.global-leaderboard-body .row-cols-xl-auto>*{flex:0 0 auto;width:auto}.global-leaderboard-body .row-cols-xl-1>*{flex:0 0 auto;width:100%}.global-leaderboard-body .row-cols-xl-2>*{flex:0 0 auto;width:50%}.global-leaderboard-body .row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.global-leaderboard-body .row-cols-xl-4>*{flex:0 0 auto;width:25%}.global-leaderboard-body .row-cols-xl-5>*{flex:0 0 auto;width:20%}.global-leaderboard-body .row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.global-leaderboard-body .col-xl-auto{flex:0 0 auto;width:auto}.global-leaderboard-body .col-xl-1{flex:0 0 auto;width:8.33333333%}.global-leaderboard-body .col-xl-2{flex:0 0 auto;width:16.66666667%}.global-leaderboard-body .col-xl-3{flex:0 0 auto;width:25%}.global-leaderboard-body .col-xl-4{flex:0 0 auto;width:33.33333333%}.global-leaderboard-body .col-xl-5{flex:0 0 auto;width:41.66666667%}.global-leaderboard-body .col-xl-6{flex:0 0 auto;width:50%}.global-leaderboard-body .col-xl-7{flex:0 0 auto;width:58.33333333%}.global-leaderboard-body .col-xl-8{flex:0 0 auto;width:66.66666667%}.global-leaderboard-body .col-xl-9{flex:0 0 auto;width:75%}.global-leaderboard-body .col-xl-10{flex:0 0 auto;width:83.33333333%}.global-leaderboard-body .col-xl-11{flex:0 0 auto;width:91.66666667%}.global-leaderboard-body .col-xl-12{flex:0 0 auto;width:100%}.global-leaderboard-body .offset-xl-0{margin-left:0}.global-leaderboard-body .offset-xl-1{margin-left:8.33333333%}.global-leaderboard-body .offset-xl-2{margin-left:16.66666667%}.global-leaderboard-body .offset-xl-3{margin-left:25%}.global-leaderboard-body .offset-xl-4{margin-left:33.33333333%}.global-leaderboard-body .offset-xl-5{margin-left:41.66666667%}.global-leaderboard-body .offset-xl-6{margin-left:50%}.global-leaderboard-body .offset-xl-7{margin-left:58.33333333%}.global-leaderboard-body .offset-xl-8{margin-left:66.66666667%}.global-leaderboard-body .offset-xl-9{margin-left:75%}.global-leaderboard-body .offset-xl-10{margin-left:83.33333333%}.global-leaderboard-body .offset-xl-11{margin-left:91.66666667%}.global-leaderboard-body .g-xl-0,.global-leaderboard-body .gx-xl-0{--bs-gutter-x:0}.global-leaderboard-body .g-xl-0,.global-leaderboard-body .gy-xl-0{--bs-gutter-y:0}.global-leaderboard-body .g-xl-1,.global-leaderboard-body .gx-xl-1{--bs-gutter-x:0.25rem}.global-leaderboard-body .g-xl-1,.global-leaderboard-body .gy-xl-1{--bs-gutter-y:0.25rem}.global-leaderboard-body .g-xl-2,.global-leaderboard-body .gx-xl-2{--bs-gutter-x:0.5rem}.global-leaderboard-body .g-xl-2,.global-leaderboard-body .gy-xl-2{--bs-gutter-y:0.5rem}.global-leaderboard-body .g-xl-3,.global-leaderboard-body .gx-xl-3{--bs-gutter-x:1rem}.global-leaderboard-body .g-xl-3,.global-leaderboard-body .gy-xl-3{--bs-gutter-y:1rem}.global-leaderboard-body .g-xl-4,.global-leaderboard-body .gx-xl-4{--bs-gutter-x:1.5rem}.global-leaderboard-body .g-xl-4,.global-leaderboard-body .gy-xl-4{--bs-gutter-y:1.5rem}.global-leaderboard-body .g-xl-5,.global-leaderboard-body .gx-xl-5{--bs-gutter-x:3rem}.global-leaderboard-body .g-xl-5,.global-leaderboard-body .gy-xl-5{--bs-gutter-y:3rem}}@media(min-width:1400px){.global-leaderboard-body .col-xxl{flex:1 0}.global-leaderboard-body .row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.global-leaderboard-body .row-cols-xxl-1>*{flex:0 0 auto;width:100%}.global-leaderboard-body .row-cols-xxl-2>*{flex:0 0 auto;width:50%}.global-leaderboard-body .row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.global-leaderboard-body .row-cols-xxl-4>*{flex:0 0 auto;width:25%}.global-leaderboard-body .row-cols-xxl-5>*{flex:0 0 auto;width:20%}.global-leaderboard-body .row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.global-leaderboard-body .col-xxl-auto{flex:0 0 auto;width:auto}.global-leaderboard-body .col-xxl-1{flex:0 0 auto;width:8.33333333%}.global-leaderboard-body .col-xxl-2{flex:0 0 auto;width:16.66666667%}.global-leaderboard-body .col-xxl-3{flex:0 0 auto;width:25%}.global-leaderboard-body .col-xxl-4{flex:0 0 auto;width:33.33333333%}.global-leaderboard-body .col-xxl-5{flex:0 0 auto;width:41.66666667%}.global-leaderboard-body .col-xxl-6{flex:0 0 auto;width:50%}.global-leaderboard-body .col-xxl-7{flex:0 0 auto;width:58.33333333%}.global-leaderboard-body .col-xxl-8{flex:0 0 auto;width:66.66666667%}.global-leaderboard-body .col-xxl-9{flex:0 0 auto;width:75%}.global-leaderboard-body .col-xxl-10{flex:0 0 auto;width:83.33333333%}.global-leaderboard-body .col-xxl-11{flex:0 0 auto;width:91.66666667%}.global-leaderboard-body .col-xxl-12{flex:0 0 auto;width:100%}.global-leaderboard-body .offset-xxl-0{margin-left:0}.global-leaderboard-body .offset-xxl-1{margin-left:8.33333333%}.global-leaderboard-body .offset-xxl-2{margin-left:16.66666667%}.global-leaderboard-body .offset-xxl-3{margin-left:25%}.global-leaderboard-body .offset-xxl-4{margin-left:33.33333333%}.global-leaderboard-body .offset-xxl-5{margin-left:41.66666667%}.global-leaderboard-body .offset-xxl-6{margin-left:50%}.global-leaderboard-body .offset-xxl-7{margin-left:58.33333333%}.global-leaderboard-body .offset-xxl-8{margin-left:66.66666667%}.global-leaderboard-body .offset-xxl-9{margin-left:75%}.global-leaderboard-body .offset-xxl-10{margin-left:83.33333333%}.global-leaderboard-body .offset-xxl-11{margin-left:91.66666667%}.global-leaderboard-body .g-xxl-0,.global-leaderboard-body .gx-xxl-0{--bs-gutter-x:0}.global-leaderboard-body .g-xxl-0,.global-leaderboard-body .gy-xxl-0{--bs-gutter-y:0}.global-leaderboard-body .g-xxl-1,.global-leaderboard-body .gx-xxl-1{--bs-gutter-x:0.25rem}.global-leaderboard-body .g-xxl-1,.global-leaderboard-body .gy-xxl-1{--bs-gutter-y:0.25rem}.global-leaderboard-body .g-xxl-2,.global-leaderboard-body .gx-xxl-2{--bs-gutter-x:0.5rem}.global-leaderboard-body .g-xxl-2,.global-leaderboard-body .gy-xxl-2{--bs-gutter-y:0.5rem}.global-leaderboard-body .g-xxl-3,.global-leaderboard-body .gx-xxl-3{--bs-gutter-x:1rem}.global-leaderboard-body .g-xxl-3,.global-leaderboard-body .gy-xxl-3{--bs-gutter-y:1rem}.global-leaderboard-body .g-xxl-4,.global-leaderboard-body .gx-xxl-4{--bs-gutter-x:1.5rem}.global-leaderboard-body .g-xxl-4,.global-leaderboard-body .gy-xxl-4{--bs-gutter-y:1.5rem}.global-leaderboard-body .g-xxl-5,.global-leaderboard-body .gx-xxl-5{--bs-gutter-x:3rem}.global-leaderboard-body .g-xxl-5,.global-leaderboard-body .gy-xxl-5{--bs-gutter-y:3rem}}.global-leaderboard-body .table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:#0000;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb),0.05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb),0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb),0.075);border-color:var(--bs-table-border-color);margin-bottom:1rem;vertical-align:top;width:100%}.global-leaderboard-body .table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));color:var(--bs-table-color);color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));padding:.5rem}.global-leaderboard-body .table>tbody{vertical-align:inherit}.global-leaderboard-body .table>thead{vertical-align:bottom}.global-leaderboard-body .table-group-divider{border-top:calc(var(--bs-border-width)*2) solid}.global-leaderboard-body .caption-top{caption-side:top}.global-leaderboard-body .table-sm>:not(caption)>*>*{padding:.25rem}.global-leaderboard-body .table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.global-leaderboard-body .table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.global-leaderboard-body .table-borderless>:not(caption)>*>*{border-bottom-width:0}.global-leaderboard-body .table-borderless>:not(:first-child){border-top-width:0}.global-leaderboard-body .table-striped-columns>:not(caption)>tr>:nth-child(2n),.global-leaderboard-body .table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.global-leaderboard-body .table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.global-leaderboard-body .table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.global-leaderboard-body .table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#a6b5cc;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.global-leaderboard-body .table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#b5b6b7;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.global-leaderboard-body .table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#a7b9b1;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.global-leaderboard-body .table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a6c3ca;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.global-leaderboard-body .table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#ccc2a4;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.global-leaderboard-body .table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.global-leaderboard-body .table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.global-leaderboard-body .table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#4d5154;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.global-leaderboard-body .table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media(max-width:575.98px){.global-leaderboard-body .table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:767.98px){.global-leaderboard-body .table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:991.98px){.global-leaderboard-body .table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1199.98px){.global-leaderboard-body .table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1399.98px){.global-leaderboard-body .table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.global-leaderboard-body .form-label{margin-bottom:.5rem}.global-leaderboard-body .col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + var(--bs-border-width));padding-top:calc(.375rem + var(--bs-border-width))}.global-leaderboard-body .col-form-label-lg{font-size:1.25rem;padding-bottom:calc(.5rem + var(--bs-border-width));padding-top:calc(.5rem + var(--bs-border-width))}.global-leaderboard-body .col-form-label-sm{font-size:.875rem;padding-bottom:calc(.25rem + var(--bs-border-width));padding-top:calc(.25rem + var(--bs-border-width))}.global-leaderboard-body .form-text{color:var(--bs-secondary-color);font-size:.875em;margin-top:.25rem}.global-leaderboard-body .form-control{-webkit-appearance:none;appearance:none;background-clip:padding-box;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);color:var(--bs-body-color);display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .form-control{transition:none}}.global-leaderboard-body .form-control[type=file]{overflow:hidden}.global-leaderboard-body .form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.global-leaderboard-body .form-control:focus{background-color:var(--bs-body-bg);border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;color:var(--bs-body-color);outline:0}.global-leaderboard-body .form-control::-webkit-date-and-time-value{height:1.5em;margin:0;min-width:85px}.global-leaderboard-body .form-control::-webkit-datetime-edit{display:block;padding:0}.global-leaderboard-body .form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.global-leaderboard-body .form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.global-leaderboard-body .form-control::-webkit-file-upload-button{background-color:var(--bs-tertiary-bg);border:0 solid;border-color:inherit;border-inline-end-width:var(--bs-border-width);border-radius:0;color:var(--bs-body-color);margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.global-leaderboard-body .form-control::file-selector-button{background-color:var(--bs-tertiary-bg);border:0 solid;border-color:inherit;border-inline-end-width:var(--bs-border-width);border-radius:0;color:var(--bs-body-color);margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.global-leaderboard-body .form-control::file-selector-button{transition:none}}.global-leaderboard-body .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}.global-leaderboard-body .form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.global-leaderboard-body .form-control-plaintext{background-color:#0000;border:solid #0000;border-width:var(--bs-border-width) 0;color:var(--bs-body-color);display:block;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.global-leaderboard-body .form-control-plaintext:focus{outline:0}.global-leaderboard-body .form-control-plaintext.form-control-lg,.global-leaderboard-body .form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.global-leaderboard-body .form-control-sm{border-radius:var(--bs-border-radius-sm);font-size:.875rem;min-height:calc(1.5em + .5rem + var(--bs-border-width)*2);padding:.25rem .5rem}.global-leaderboard-body .form-control-sm::-webkit-file-upload-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.global-leaderboard-body .form-control-sm::file-selector-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.global-leaderboard-body .form-control-lg{border-radius:var(--bs-border-radius-lg);font-size:1.25rem;min-height:calc(1.5em + 1rem + var(--bs-border-width)*2);padding:.5rem 1rem}.global-leaderboard-body .form-control-lg::-webkit-file-upload-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}.global-leaderboard-body .form-control-lg::file-selector-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}.global-leaderboard-body textarea.form-control{min-height:calc(1.5em + .75rem + var(--bs-border-width)*2)}.global-leaderboard-body textarea.form-control-sm{min-height:calc(1.5em + .5rem + var(--bs-border-width)*2)}.global-leaderboard-body textarea.form-control-lg{min-height:calc(1.5em + 1rem + var(--bs-border-width)*2)}.global-leaderboard-body .form-control-color{height:calc(1.5em + .75rem + var(--bs-border-width)*2);padding:.375rem;width:3rem}.global-leaderboard-body .form-control-color:not(:disabled):not([readonly]){cursor:pointer}.global-leaderboard-body .form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.global-leaderboard-body .form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.global-leaderboard-body .form-control-color.form-control-sm{height:calc(1.5em + .5rem + var(--bs-border-width)*2)}.global-leaderboard-body .form-control-color.form-control-lg{height:calc(1.5em + 1rem + var(--bs-border-width)*2)}.global-leaderboard-body .form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");-webkit-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),none;background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);color:var(--bs-body-color);display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem 2.25rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .form-select{transition:none}}.global-leaderboard-body .form-select:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.global-leaderboard-body .form-select[multiple],.global-leaderboard-body .form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.global-leaderboard-body .form-select:disabled{background-color:var(--bs-secondary-bg)}.global-leaderboard-body .form-select:-moz-focusring{color:#0000;text-shadow:0 0 0 var(--bs-body-color)}.global-leaderboard-body .form-select-sm{border-radius:var(--bs-border-radius-sm);font-size:.875rem;padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.global-leaderboard-body .form-select-lg{border-radius:var(--bs-border-radius-lg);font-size:1.25rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.global-leaderboard-body [data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E")}.global-leaderboard-body .form-check{display:block;margin-bottom:.125rem;min-height:1.5rem;padding-left:1.5em}.global-leaderboard-body .form-check .form-check-input{float:left;margin-left:-1.5em}.global-leaderboard-body .form-check-reverse{padding-left:0;padding-right:1.5em;text-align:right}.global-leaderboard-body .form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:-1.5em}.global-leaderboard-body .form-check-input{--bs-form-check-bg:var(--bs-body-bg);-webkit-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-position:50%;background-repeat:no-repeat;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);flex-shrink:0;height:1em;margin-top:.25em;-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:top;width:1em}.global-leaderboard-body .form-check-input[type=checkbox]{border-radius:.25em}.global-leaderboard-body .form-check-input[type=radio]{border-radius:50%}.global-leaderboard-body .form-check-input:active{filter:brightness(90%)}.global-leaderboard-body .form-check-input:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.global-leaderboard-body .form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.global-leaderboard-body .form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.global-leaderboard-body .form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.global-leaderboard-body .form-check-input[type=checkbox]:indeterminate{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");background-color:#0d6efd;border-color:#0d6efd}.global-leaderboard-body .form-check-input:disabled{filter:none;opacity:.5;pointer-events:none}.global-leaderboard-body .form-check-input:disabled~.form-check-label,.global-leaderboard-body .form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.global-leaderboard-body .form-switch{padding-left:2.5em}.global-leaderboard-body .form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-image:var(--bs-form-switch-bg);background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .form-switch .form-check-input{transition:none}}.global-leaderboard-body .form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E")}.global-leaderboard-body .form-switch .form-check-input:checked{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");background-position:100%}.global-leaderboard-body .form-switch.form-check-reverse{padding-left:0;padding-right:2.5em}.global-leaderboard-body .form-switch.form-check-reverse .form-check-input{margin-left:0;margin-right:-2.5em}.global-leaderboard-body .form-check-inline{display:inline-block;margin-right:1rem}.global-leaderboard-body .btn-check{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.global-leaderboard-body .btn-check:disabled+.btn,.global-leaderboard-body .btn-check[disabled]+.btn{filter:none;opacity:.65;pointer-events:none}.global-leaderboard-body [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E")}.global-leaderboard-body .form-range{-webkit-appearance:none;appearance:none;background-color:#0000;height:1.5rem;padding:0;width:100%}.global-leaderboard-body .form-range:focus{outline:0}.global-leaderboard-body .form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.global-leaderboard-body .form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.global-leaderboard-body .form-range::-moz-focus-outer{border:0}.global-leaderboard-body .form-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.global-leaderboard-body .form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.global-leaderboard-body .form-range::-webkit-slider-runnable-track{background-color:var(--bs-secondary-bg);border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.global-leaderboard-body .form-range::-moz-range-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.global-leaderboard-body .form-range::-moz-range-thumb:active{background-color:#b6d4fe}.global-leaderboard-body .form-range::-moz-range-track{background-color:var(--bs-secondary-bg);border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.global-leaderboard-body .form-range:disabled{pointer-events:none}.global-leaderboard-body .form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.global-leaderboard-body .form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.global-leaderboard-body .form-floating{position:relative}.global-leaderboard-body .form-floating>.form-control,.global-leaderboard-body .form-floating>.form-control-plaintext,.global-leaderboard-body .form-floating>.form-select{height:calc(3.5rem + var(--bs-border-width)*2);line-height:1.25;min-height:calc(3.5rem + var(--bs-border-width)*2)}.global-leaderboard-body .form-floating>label{border:var(--bs-border-width) solid #0000;height:100%;left:0;overflow:hidden;padding:1rem .75rem;pointer-events:none;position:absolute;text-align:start;text-overflow:ellipsis;top:0;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out;white-space:nowrap;z-index:2}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .form-floating>label{transition:none}}.global-leaderboard-body .form-floating>.form-control,.global-leaderboard-body .form-floating>.form-control-plaintext{padding:1rem .75rem}.global-leaderboard-body .form-floating>.form-control-plaintext::placeholder,.global-leaderboard-body .form-floating>.form-control::placeholder{color:#0000}.global-leaderboard-body .form-floating>.form-control-plaintext:focus,.global-leaderboard-body .form-floating>.form-control-plaintext:not(:placeholder-shown),.global-leaderboard-body .form-floating>.form-control:focus,.global-leaderboard-body .form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.global-leaderboard-body .form-floating>.form-control-plaintext:-webkit-autofill,.global-leaderboard-body .form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.global-leaderboard-body .form-floating>.form-select{padding-bottom:.625rem;padding-top:1.625rem}.global-leaderboard-body .form-floating>.form-control-plaintext~label,.global-leaderboard-body .form-floating>.form-control:focus~label,.global-leaderboard-body .form-floating>.form-control:not(:placeholder-shown)~label,.global-leaderboard-body .form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.global-leaderboard-body .form-floating>.form-control-plaintext~label:after,.global-leaderboard-body .form-floating>.form-control:focus~label:after,.global-leaderboard-body .form-floating>.form-control:not(:placeholder-shown)~label:after,.global-leaderboard-body .form-floating>.form-select~label:after{background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius);content:"";height:1.5em;inset:1rem .375rem;position:absolute;z-index:-1}.global-leaderboard-body .form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.global-leaderboard-body .form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.global-leaderboard-body .form-floating>.form-control:disabled~label,.global-leaderboard-body .form-floating>:disabled~label{color:#6c757d}.global-leaderboard-body .form-floating>.form-control:disabled~label:after,.global-leaderboard-body .form-floating>:disabled~label:after{background-color:var(--bs-secondary-bg)}.global-leaderboard-body .input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.global-leaderboard-body .input-group>.form-control,.global-leaderboard-body .input-group>.form-floating,.global-leaderboard-body .input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.global-leaderboard-body .input-group>.form-control:focus,.global-leaderboard-body .input-group>.form-floating:focus-within,.global-leaderboard-body .input-group>.form-select:focus{z-index:5}.global-leaderboard-body .input-group .btn{position:relative;z-index:2}.global-leaderboard-body .input-group .btn:focus{z-index:5}.global-leaderboard-body .input-group-text{align-items:center;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);color:var(--bs-body-color);display:flex;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;white-space:nowrap}.global-leaderboard-body .input-group-lg>.btn,.global-leaderboard-body .input-group-lg>.form-control,.global-leaderboard-body .input-group-lg>.form-select,.global-leaderboard-body .input-group-lg>.input-group-text{border-radius:var(--bs-border-radius-lg);font-size:1.25rem;padding:.5rem 1rem}.global-leaderboard-body .input-group-sm>.btn,.global-leaderboard-body .input-group-sm>.form-control,.global-leaderboard-body .input-group-sm>.form-select,.global-leaderboard-body .input-group-sm>.input-group-text{border-radius:var(--bs-border-radius-sm);font-size:.875rem;padding:.25rem .5rem}.global-leaderboard-body .input-group-lg>.form-select,.global-leaderboard-body .input-group-sm>.form-select{padding-right:3rem}.global-leaderboard-body .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.global-leaderboard-body .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.global-leaderboard-body .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.global-leaderboard-body .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.global-leaderboard-body .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.global-leaderboard-body .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.global-leaderboard-body .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.global-leaderboard-body .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-bottom-right-radius:0;border-top-right-radius:0}.global-leaderboard-body .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:calc(var(--bs-border-width)*-1)}.global-leaderboard-body .input-group>.form-floating:not(:first-child)>.form-control,.global-leaderboard-body .input-group>.form-floating:not(:first-child)>.form-select{border-bottom-left-radius:0;border-top-left-radius:0}.global-leaderboard-body .valid-feedback{color:var(--bs-form-valid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.global-leaderboard-body .valid-tooltip{background-color:var(--bs-success);border-radius:var(--bs-border-radius);color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.global-leaderboard-body.is-valid~.valid-feedback,.global-leaderboard-body.is-valid~.valid-tooltip,.was-validated .global-leaderboard-body:valid~.valid-feedback,.was-validated .global-leaderboard-body:valid~.valid-tooltip{display:block}.global-leaderboard-body .form-control.is-valid,.was-validated .global-leaderboard-body .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem)}.global-leaderboard-body .form-control.is-valid:focus,.was-validated .global-leaderboard-body .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.global-leaderboard-body textarea.form-control.is-valid,.was-validated .global-leaderboard-body textarea.form-control:valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.global-leaderboard-body .form-select.is-valid,.was-validated .global-leaderboard-body .form-select:valid{border-color:var(--bs-form-valid-border-color)}.global-leaderboard-body .form-select.is-valid:not([multiple]):not([size]),.global-leaderboard-body .form-select.is-valid:not([multiple])[size="1"],.was-validated .global-leaderboard-body .form-select:valid:not([multiple]):not([size]),.was-validated .global-leaderboard-body .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.global-leaderboard-body .form-select.is-valid:focus,.was-validated .global-leaderboard-body .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.global-leaderboard-body .form-control-color.is-valid,.was-validated .global-leaderboard-body .form-control-color:valid{width:calc(3.75rem + 1.5em)}.global-leaderboard-body .form-check-input.is-valid,.was-validated .global-leaderboard-body .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.global-leaderboard-body .form-check-input.is-valid:checked,.was-validated .global-leaderboard-body .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.global-leaderboard-body .form-check-input.is-valid:focus,.was-validated .global-leaderboard-body .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.global-leaderboard-body .form-check-input.is-valid~.form-check-label,.was-validated .global-leaderboard-body .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.global-leaderboard-body .form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.global-leaderboard-body .input-group>.form-control:not(:focus).is-valid,.global-leaderboard-body .input-group>.form-floating:not(:focus-within).is-valid,.global-leaderboard-body .input-group>.form-select:not(:focus).is-valid,.was-validated .global-leaderboard-body .input-group>.form-control:not(:focus):valid,.was-validated .global-leaderboard-body .input-group>.form-floating:not(:focus-within):valid,.was-validated .global-leaderboard-body .input-group>.form-select:not(:focus):valid{z-index:3}.global-leaderboard-body .invalid-feedback{color:var(--bs-form-invalid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.global-leaderboard-body .invalid-tooltip{background-color:var(--bs-danger);border-radius:var(--bs-border-radius);color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.global-leaderboard-body.is-invalid~.invalid-feedback,.global-leaderboard-body.is-invalid~.invalid-tooltip,.was-validated .global-leaderboard-body:invalid~.invalid-feedback,.was-validated .global-leaderboard-body:invalid~.invalid-tooltip{display:block}.global-leaderboard-body .form-control.is-invalid,.was-validated .global-leaderboard-body .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem)}.global-leaderboard-body .form-control.is-invalid:focus,.was-validated .global-leaderboard-body .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.global-leaderboard-body textarea.form-control.is-invalid,.was-validated .global-leaderboard-body textarea.form-control:invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.global-leaderboard-body .form-select.is-invalid,.was-validated .global-leaderboard-body .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.global-leaderboard-body .form-select.is-invalid:not([multiple]):not([size]),.global-leaderboard-body .form-select.is-invalid:not([multiple])[size="1"],.was-validated .global-leaderboard-body .form-select:invalid:not([multiple]):not([size]),.was-validated .global-leaderboard-body .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.global-leaderboard-body .form-select.is-invalid:focus,.was-validated .global-leaderboard-body .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.global-leaderboard-body .form-control-color.is-invalid,.was-validated .global-leaderboard-body .form-control-color:invalid{width:calc(3.75rem + 1.5em)}.global-leaderboard-body .form-check-input.is-invalid,.was-validated .global-leaderboard-body .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.global-leaderboard-body .form-check-input.is-invalid:checked,.was-validated .global-leaderboard-body .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.global-leaderboard-body .form-check-input.is-invalid:focus,.was-validated .global-leaderboard-body .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.global-leaderboard-body .form-check-input.is-invalid~.form-check-label,.was-validated .global-leaderboard-body .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.global-leaderboard-body .form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.global-leaderboard-body .input-group>.form-control:not(:focus).is-invalid,.global-leaderboard-body .input-group>.form-floating:not(:focus-within).is-invalid,.global-leaderboard-body .input-group>.form-select:not(:focus).is-invalid,.was-validated .global-leaderboard-body .input-group>.form-control:not(:focus):invalid,.was-validated .global-leaderboard-body .input-group>.form-floating:not(:focus-within):invalid,.was-validated .global-leaderboard-body .input-group>.form-select:not(:focus):invalid{z-index:4}.global-leaderboard-body .btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:#0000;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:#0000;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:#0000;--bs-btn-box-shadow:inset 0 1px 0 #ffffff26,0 1px 1px rgba(0,0,0,.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);background-color:var(--bs-btn-bg);border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);color:var(--bs-btn-color);cursor:pointer;display:inline-block;font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .btn{transition:none}}.global-leaderboard-body .btn:hover{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);color:var(--bs-btn-hover-color)}.btn-check+.global-leaderboard-body .btn:hover{background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color);color:var(--bs-btn-color)}.global-leaderboard-body .btn:focus-visible{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);color:var(--bs-btn-hover-color);outline:0}.btn-check:focus-visible+.global-leaderboard-body .btn{border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:checked+.global-leaderboard-body .btn,.global-leaderboard-body .btn.active,.global-leaderboard-body .btn.show,.global-leaderboard-body .btn:first-child:active,:not(.btn-check)+.global-leaderboard-body .btn:active{background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color);color:var(--bs-btn-active-color)}.btn-check:checked+.global-leaderboard-body .btn:focus-visible,.global-leaderboard-body .btn.active:focus-visible,.global-leaderboard-body .btn.show:focus-visible,.global-leaderboard-body .btn:first-child:active:focus-visible,:not(.btn-check)+.global-leaderboard-body .btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.global-leaderboard-body .btn.disabled,.global-leaderboard-body .btn:disabled,fieldset:disabled .global-leaderboard-body .btn{background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);color:var(--bs-btn-disabled-color);opacity:var(--bs-btn-disabled-opacity);pointer-events:none}.global-leaderboard-body .btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.global-leaderboard-body .btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.global-leaderboard-body .btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.global-leaderboard-body .btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.global-leaderboard-body .btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.global-leaderboard-body .btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.global-leaderboard-body .btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.global-leaderboard-body .btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.global-leaderboard-body .btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.global-leaderboard-body .btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.global-leaderboard-body .btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.global-leaderboard-body .btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.global-leaderboard-body .btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.global-leaderboard-body .btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.global-leaderboard-body .btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.global-leaderboard-body .btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.global-leaderboard-body .btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:#0000;--bs-btn-border-color:#0000;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:#0000;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:#0000;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:#0000;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.global-leaderboard-body .btn-link:focus-visible{color:var(--bs-btn-color)}.global-leaderboard-body .btn-link:hover{color:var(--bs-btn-hover-color)}.global-leaderboard-body .btn-group-lg>.btn,.global-leaderboard-body .btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.global-leaderboard-body .btn-group-sm>.btn,.global-leaderboard-body .btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.global-leaderboard-body .fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .fade{transition:none}}.global-leaderboard-body .fade:not(.show){opacity:0}.global-leaderboard-body .collapse:not(.show){display:none}.global-leaderboard-body .collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .collapsing{transition:none}}.global-leaderboard-body .collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .collapsing.collapse-horizontal{transition:none}}.global-leaderboard-body .dropdown,.global-leaderboard-body .dropdown-center,.global-leaderboard-body .dropend,.global-leaderboard-body .dropstart,.global-leaderboard-body .dropup,.global-leaderboard-body .dropup-center{position:relative}.global-leaderboard-body .dropdown-toggle{white-space:nowrap}.global-leaderboard-body .dropdown-toggle:after{border-bottom:0;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.global-leaderboard-body .dropdown-toggle:empty:after{margin-left:0}.global-leaderboard-body .dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;background-clip:padding-box;background-color:var(--bs-dropdown-bg);border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius);color:var(--bs-dropdown-color);display:none;font-size:var(--bs-dropdown-font-size);list-style:none;margin:0;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);position:absolute;text-align:left;z-index:var(--bs-dropdown-zindex)}.global-leaderboard-body .dropdown-menu[data-bs-popper]{left:0;margin-top:var(--bs-dropdown-spacer);top:100%}.global-leaderboard-body .dropdown-menu-start{--bs-position:start}.global-leaderboard-body .dropdown-menu-start[data-bs-popper]{left:0;right:auto}.global-leaderboard-body .dropdown-menu-end{--bs-position:end}.global-leaderboard-body .dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media(min-width:576px){.global-leaderboard-body .dropdown-menu-sm-start{--bs-position:start}.global-leaderboard-body .dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.global-leaderboard-body .dropdown-menu-sm-end{--bs-position:end}.global-leaderboard-body .dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media(min-width:768px){.global-leaderboard-body .dropdown-menu-md-start{--bs-position:start}.global-leaderboard-body .dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.global-leaderboard-body .dropdown-menu-md-end{--bs-position:end}.global-leaderboard-body .dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media(min-width:992px){.global-leaderboard-body .dropdown-menu-lg-start{--bs-position:start}.global-leaderboard-body .dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.global-leaderboard-body .dropdown-menu-lg-end{--bs-position:end}.global-leaderboard-body .dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media(min-width:1200px){.global-leaderboard-body .dropdown-menu-xl-start{--bs-position:start}.global-leaderboard-body .dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.global-leaderboard-body .dropdown-menu-xl-end{--bs-position:end}.global-leaderboard-body .dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media(min-width:1400px){.global-leaderboard-body .dropdown-menu-xxl-start{--bs-position:start}.global-leaderboard-body .dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.global-leaderboard-body .dropdown-menu-xxl-end{--bs-position:end}.global-leaderboard-body .dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}.global-leaderboard-body .dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:var(--bs-dropdown-spacer);margin-top:0;top:auto}.global-leaderboard-body .dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.global-leaderboard-body .dropup .dropdown-toggle:empty:after{margin-left:0}.global-leaderboard-body .dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:var(--bs-dropdown-spacer);margin-top:0;right:auto;top:0}.global-leaderboard-body .dropend .dropdown-toggle:after{border-bottom:.3em solid #0000;border-left:.3em solid;border-right:0;border-top:.3em solid #0000;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.global-leaderboard-body .dropend .dropdown-toggle:empty:after{margin-left:0}.global-leaderboard-body .dropend .dropdown-toggle:after{vertical-align:0}.global-leaderboard-body .dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:var(--bs-dropdown-spacer);margin-top:0;right:100%;top:0}.global-leaderboard-body .dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.global-leaderboard-body .dropstart .dropdown-toggle:before{border-bottom:.3em solid #0000;border-right:.3em solid;border-top:.3em solid #0000;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.global-leaderboard-body .dropstart .dropdown-toggle:empty:after{margin-left:0}.global-leaderboard-body .dropstart .dropdown-toggle:before{vertical-align:0}.global-leaderboard-body .dropdown-divider{border-top:1px solid var(--bs-dropdown-divider-bg);height:0;margin:var(--bs-dropdown-divider-margin-y) 0;opacity:1;overflow:hidden}.global-leaderboard-body .dropdown-item{background-color:#0000;border:0;border-radius:0;border-radius:var(--bs-dropdown-item-border-radius,0);clear:both;color:var(--bs-dropdown-link-color);display:block;font-weight:400;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);text-align:inherit;text-decoration:none;white-space:nowrap;width:100%}.global-leaderboard-body .dropdown-item:focus,.global-leaderboard-body .dropdown-item:hover{background-color:var(--bs-dropdown-link-hover-bg);color:var(--bs-dropdown-link-hover-color)}.global-leaderboard-body .dropdown-item.active,.global-leaderboard-body .dropdown-item:active{background-color:var(--bs-dropdown-link-active-bg);color:var(--bs-dropdown-link-active-color);text-decoration:none}.global-leaderboard-body .dropdown-item.disabled,.global-leaderboard-body .dropdown-item:disabled{background-color:#0000;color:var(--bs-dropdown-link-disabled-color);pointer-events:none}.global-leaderboard-body .dropdown-menu.show{display:block}.global-leaderboard-body .dropdown-header{color:var(--bs-dropdown-header-color);display:block;font-size:.875rem;margin-bottom:0;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);white-space:nowrap}.global-leaderboard-body .dropdown-item-text{color:var(--bs-dropdown-link-color);display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)}.global-leaderboard-body .dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:#ffffff26;--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.global-leaderboard-body .btn-group,.global-leaderboard-body .btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.global-leaderboard-body .btn-group-vertical>.btn,.global-leaderboard-body .btn-group>.btn{flex:1 1 auto;position:relative}.global-leaderboard-body .btn-group-vertical>.btn-check:checked+.btn,.global-leaderboard-body .btn-group-vertical>.btn-check:focus+.btn,.global-leaderboard-body .btn-group-vertical>.btn.active,.global-leaderboard-body .btn-group-vertical>.btn:active,.global-leaderboard-body .btn-group-vertical>.btn:focus,.global-leaderboard-body .btn-group-vertical>.btn:hover,.global-leaderboard-body .btn-group>.btn-check:checked+.btn,.global-leaderboard-body .btn-group>.btn-check:focus+.btn,.global-leaderboard-body .btn-group>.btn.active,.global-leaderboard-body .btn-group>.btn:active,.global-leaderboard-body .btn-group>.btn:focus,.global-leaderboard-body .btn-group>.btn:hover{z-index:1}.global-leaderboard-body .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.global-leaderboard-body .btn-toolbar .input-group{width:auto}.global-leaderboard-body .btn-group{border-radius:var(--bs-border-radius)}.global-leaderboard-body .btn-group>.btn-group:not(:first-child),.global-leaderboard-body .btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(var(--bs-border-width)*-1)}.global-leaderboard-body .btn-group>.btn-group:not(:last-child)>.btn,.global-leaderboard-body .btn-group>.btn.dropdown-toggle-split:first-child,.global-leaderboard-body .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.global-leaderboard-body .btn-group>.btn-group:not(:first-child)>.btn,.global-leaderboard-body .btn-group>.btn:nth-child(n+3),.global-leaderboard-body .btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.global-leaderboard-body .dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropend .global-leaderboard-body .dropdown-toggle-split:after,.dropup .global-leaderboard-body .dropdown-toggle-split:after,.global-leaderboard-body .dropdown-toggle-split:after{margin-left:0}.dropstart .global-leaderboard-body .dropdown-toggle-split:before{margin-right:0}.global-leaderboard-body .btn-group-sm>.btn+.dropdown-toggle-split,.global-leaderboard-body .btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.global-leaderboard-body .btn-group-lg>.btn+.dropdown-toggle-split,.global-leaderboard-body .btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.global-leaderboard-body .btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.global-leaderboard-body .btn-group-vertical>.btn,.global-leaderboard-body .btn-group-vertical>.btn-group{width:100%}.global-leaderboard-body .btn-group-vertical>.btn-group:not(:first-child),.global-leaderboard-body .btn-group-vertical>.btn:not(:first-child){margin-top:calc(var(--bs-border-width)*-1)}.global-leaderboard-body .btn-group-vertical>.btn-group:not(:last-child)>.btn,.global-leaderboard-body .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.global-leaderboard-body .btn-group-vertical>.btn-group:not(:first-child)>.btn,.global-leaderboard-body .btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.global-leaderboard-body .nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.global-leaderboard-body .nav-link{background:none;border:0;color:var(--bs-nav-link-color);display:block;font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .nav-link{transition:none}}.global-leaderboard-body .nav-link:focus,.global-leaderboard-body .nav-link:hover{color:var(--bs-nav-link-hover-color)}.global-leaderboard-body .nav-link:focus-visible{box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.global-leaderboard-body .nav-link.disabled,.global-leaderboard-body .nav-link:disabled{color:var(--bs-nav-link-disabled-color);cursor:default;pointer-events:none}.global-leaderboard-body .nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.global-leaderboard-body .nav-tabs .nav-link{border:var(--bs-nav-tabs-border-width) solid #0000;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius);margin-bottom:calc(var(--bs-nav-tabs-border-width)*-1)}.global-leaderboard-body .nav-tabs .nav-link:focus,.global-leaderboard-body .nav-tabs .nav-link:hover{border-color:var(--bs-nav-tabs-link-hover-border-color);isolation:isolate}.global-leaderboard-body .nav-tabs .nav-item.show .nav-link,.global-leaderboard-body .nav-tabs .nav-link.active{background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color);color:var(--bs-nav-tabs-link-active-color)}.global-leaderboard-body .nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--bs-nav-tabs-border-width)*-1)}.global-leaderboard-body .nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.global-leaderboard-body .nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.global-leaderboard-body .nav-pills .nav-link.active,.global-leaderboard-body .nav-pills .show>.nav-link{background-color:var(--bs-nav-pills-link-active-bg);color:var(--bs-nav-pills-link-active-color)}.global-leaderboard-body .nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.global-leaderboard-body .nav-underline .nav-link{border-bottom:var(--bs-nav-underline-border-width) solid #0000;padding-left:0;padding-right:0}.global-leaderboard-body .nav-underline .nav-link:focus,.global-leaderboard-body .nav-underline .nav-link:hover{border-bottom-color:initial}.global-leaderboard-body .nav-underline .nav-link.active,.global-leaderboard-body .nav-underline .show>.nav-link{border-bottom-color:initial;color:var(--bs-nav-underline-link-active-color);font-weight:700}.global-leaderboard-body .nav-fill .nav-item,.global-leaderboard-body .nav-fill>.nav-link{flex:1 1 auto;text-align:center}.global-leaderboard-body .nav-justified .nav-item,.global-leaderboard-body .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.global-leaderboard-body .nav-fill .nav-item .nav-link,.global-leaderboard-body .nav-justified .nav-item .nav-link{width:100%}.global-leaderboard-body .tab-content>.tab-pane{display:none}.global-leaderboard-body .tab-content>.active{display:block}.global-leaderboard-body .navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb),0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb),0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(33, 37, 41, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb),0.15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);position:relative}.global-leaderboard-body .navbar>.container,.global-leaderboard-body .navbar>.container-fluid,.global-leaderboard-body .navbar>.container-lg,.global-leaderboard-body .navbar>.container-md,.global-leaderboard-body .navbar>.container-sm,.global-leaderboard-body .navbar>.container-xl,.global-leaderboard-body .navbar>.container-xxl{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.global-leaderboard-body .navbar-brand{color:var(--bs-navbar-brand-color);font-size:var(--bs-navbar-brand-font-size);margin-right:var(--bs-navbar-brand-margin-end);padding-bottom:var(--bs-navbar-brand-padding-y);padding-top:var(--bs-navbar-brand-padding-y);text-decoration:none;white-space:nowrap}.global-leaderboard-body .navbar-brand:focus,.global-leaderboard-body .navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.global-leaderboard-body .navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.global-leaderboard-body .navbar-nav .nav-link.active,.global-leaderboard-body .navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.global-leaderboard-body .navbar-nav .dropdown-menu{position:static}.global-leaderboard-body .navbar-text{color:var(--bs-navbar-color);padding-bottom:.5rem;padding-top:.5rem}.global-leaderboard-body .navbar-text a,.global-leaderboard-body .navbar-text a:focus,.global-leaderboard-body .navbar-text a:hover{color:var(--bs-navbar-active-color)}.global-leaderboard-body .navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.global-leaderboard-body .navbar-toggler{background-color:#0000;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);color:var(--bs-navbar-color);font-size:var(--bs-navbar-toggler-font-size);line-height:1;padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .navbar-toggler{transition:none}}.global-leaderboard-body .navbar-toggler:hover{text-decoration:none}.global-leaderboard-body .navbar-toggler:focus{box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width);outline:0;text-decoration:none}.global-leaderboard-body .navbar-toggler-icon{background-image:var(--bs-navbar-toggler-icon-bg);background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.global-leaderboard-body .navbar-nav-scroll{max-height:75vh;max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media(min-width:576px){.global-leaderboard-body .navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.global-leaderboard-body .navbar-expand-sm .navbar-nav{flex-direction:row}.global-leaderboard-body .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.global-leaderboard-body .navbar-expand-sm .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.global-leaderboard-body .navbar-expand-sm .navbar-nav-scroll{overflow:visible}.global-leaderboard-body .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.global-leaderboard-body .navbar-expand-sm .navbar-toggler{display:none}.global-leaderboard-body .navbar-expand-sm .offcanvas{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.global-leaderboard-body .navbar-expand-sm .offcanvas .offcanvas-header{display:none}.global-leaderboard-body .navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:768px){.global-leaderboard-body .navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.global-leaderboard-body .navbar-expand-md .navbar-nav{flex-direction:row}.global-leaderboard-body .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.global-leaderboard-body .navbar-expand-md .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.global-leaderboard-body .navbar-expand-md .navbar-nav-scroll{overflow:visible}.global-leaderboard-body .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.global-leaderboard-body .navbar-expand-md .navbar-toggler{display:none}.global-leaderboard-body .navbar-expand-md .offcanvas{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.global-leaderboard-body .navbar-expand-md .offcanvas .offcanvas-header{display:none}.global-leaderboard-body .navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:992px){.global-leaderboard-body .navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.global-leaderboard-body .navbar-expand-lg .navbar-nav{flex-direction:row}.global-leaderboard-body .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.global-leaderboard-body .navbar-expand-lg .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.global-leaderboard-body .navbar-expand-lg .navbar-nav-scroll{overflow:visible}.global-leaderboard-body .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.global-leaderboard-body .navbar-expand-lg .navbar-toggler{display:none}.global-leaderboard-body .navbar-expand-lg .offcanvas{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.global-leaderboard-body .navbar-expand-lg .offcanvas .offcanvas-header{display:none}.global-leaderboard-body .navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:1200px){.global-leaderboard-body .navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.global-leaderboard-body .navbar-expand-xl .navbar-nav{flex-direction:row}.global-leaderboard-body .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.global-leaderboard-body .navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.global-leaderboard-body .navbar-expand-xl .navbar-nav-scroll{overflow:visible}.global-leaderboard-body .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.global-leaderboard-body .navbar-expand-xl .navbar-toggler{display:none}.global-leaderboard-body .navbar-expand-xl .offcanvas{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.global-leaderboard-body .navbar-expand-xl .offcanvas .offcanvas-header{display:none}.global-leaderboard-body .navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:1400px){.global-leaderboard-body .navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.global-leaderboard-body .navbar-expand-xxl .navbar-nav{flex-direction:row}.global-leaderboard-body .navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.global-leaderboard-body .navbar-expand-xxl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.global-leaderboard-body .navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.global-leaderboard-body .navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.global-leaderboard-body .navbar-expand-xxl .navbar-toggler{display:none}.global-leaderboard-body .navbar-expand-xxl .offcanvas{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.global-leaderboard-body .navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.global-leaderboard-body .navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}.global-leaderboard-body .navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.global-leaderboard-body .navbar-expand .navbar-nav{flex-direction:row}.global-leaderboard-body .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.global-leaderboard-body .navbar-expand .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.global-leaderboard-body .navbar-expand .navbar-nav-scroll{overflow:visible}.global-leaderboard-body .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.global-leaderboard-body .navbar-expand .navbar-toggler{display:none}.global-leaderboard-body .navbar-expand .offcanvas{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.global-leaderboard-body .navbar-expand .offcanvas .offcanvas-header{display:none}.global-leaderboard-body .navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}.global-leaderboard-body .navbar-dark,.global-leaderboard-body .navbar[data-bs-theme=dark]{--bs-navbar-color:#ffffff8c;--bs-navbar-hover-color:#ffffffbf;--bs-navbar-disabled-color:#ffffff40;--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:#ffffff1a}.global-leaderboard-body .navbar-dark,.global-leaderboard-body .navbar[data-bs-theme=dark],.global-leaderboard-body [data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.global-leaderboard-body .card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb),0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;word-wrap:break-word;background-clip:initial;background-color:var(--bs-card-bg);border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius);color:var(--bs-body-color);display:flex;flex-direction:column;height:var(--bs-card-height);min-width:0;position:relative}.global-leaderboard-body .card>hr{margin-left:0;margin-right:0}.global-leaderboard-body .card>.list-group{border-bottom:inherit;border-top:inherit}.global-leaderboard-body .card>.list-group:first-child{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius);border-top-width:0}.global-leaderboard-body .card>.list-group:last-child{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-width:0}.global-leaderboard-body .card>.card-header+.list-group,.global-leaderboard-body .card>.list-group+.card-footer{border-top:0}.global-leaderboard-body .card-body{color:var(--bs-card-color);flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x)}.global-leaderboard-body .card-title{color:var(--bs-card-title-color);margin-bottom:var(--bs-card-title-spacer-y)}.global-leaderboard-body .card-subtitle{color:var(--bs-card-subtitle-color);margin-bottom:0;margin-top:calc(var(--bs-card-title-spacer-y)*-.5)}.global-leaderboard-body .card-text:last-child{margin-bottom:0}.global-leaderboard-body .card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.global-leaderboard-body .card-header{background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);margin-bottom:0;padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.global-leaderboard-body .card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.global-leaderboard-body .card-footer{background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.global-leaderboard-body .card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.global-leaderboard-body .card-header-tabs{border-bottom:0;margin-bottom:calc(var(--bs-card-cap-padding-y)*-1);margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.global-leaderboard-body .card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.global-leaderboard-body .card-header-pills{margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.global-leaderboard-body .card-img-overlay{border-radius:var(--bs-card-inner-border-radius);bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);position:absolute;right:0;top:0}.global-leaderboard-body .card-img,.global-leaderboard-body .card-img-bottom,.global-leaderboard-body .card-img-top{width:100%}.global-leaderboard-body .card-img,.global-leaderboard-body .card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.global-leaderboard-body .card-img,.global-leaderboard-body .card-img-bottom{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius)}.global-leaderboard-body .card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width:576px){.global-leaderboard-body .card-group{display:flex;flex-flow:row wrap}.global-leaderboard-body .card-group>.card{flex:1 0;margin-bottom:0}.global-leaderboard-body .card-group>.card+.card{border-left:0;margin-left:0}.global-leaderboard-body .card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.global-leaderboard-body .card-group>.card:not(:last-child) .card-header,.global-leaderboard-body .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.global-leaderboard-body .card-group>.card:not(:last-child) .card-footer,.global-leaderboard-body .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.global-leaderboard-body .card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.global-leaderboard-body .card-group>.card:not(:first-child) .card-header,.global-leaderboard-body .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.global-leaderboard-body .card-group>.card:not(:first-child) .card-footer,.global-leaderboard-body .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.global-leaderboard-body .accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");--bs-accordion-btn-focus-border-color:#86b7fe;--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem #0d6efd40;--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.global-leaderboard-body .accordion-button{align-items:center;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;color:var(--bs-accordion-btn-color);display:flex;font-size:1rem;overflow-anchor:none;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);position:relative;text-align:left;transition:var(--bs-accordion-transition);width:100%}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .accordion-button{transition:none}}.global-leaderboard-body .accordion-button:not(.collapsed){background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);color:var(--bs-accordion-active-color)}.global-leaderboard-body .accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.global-leaderboard-body .accordion-button:after{background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);content:"";flex-shrink:0;height:var(--bs-accordion-btn-icon-width);margin-left:auto;transition:var(--bs-accordion-btn-icon-transition);width:var(--bs-accordion-btn-icon-width)}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .accordion-button:after{transition:none}}.global-leaderboard-body .accordion-button:hover{z-index:2}.global-leaderboard-body .accordion-button:focus{border-color:var(--bs-accordion-btn-focus-border-color);box-shadow:var(--bs-accordion-btn-focus-box-shadow);outline:0;z-index:3}.global-leaderboard-body .accordion-header{margin-bottom:0}.global-leaderboard-body .accordion-item{background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);color:var(--bs-accordion-color)}.global-leaderboard-body .accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.global-leaderboard-body .accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.global-leaderboard-body .accordion-item:not(:first-of-type){border-top:0}.global-leaderboard-body .accordion-item:last-of-type{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.global-leaderboard-body .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-left-radius:var(--bs-accordion-inner-border-radius);border-bottom-right-radius:var(--bs-accordion-inner-border-radius)}.global-leaderboard-body .accordion-item:last-of-type .accordion-collapse{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.global-leaderboard-body .accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.global-leaderboard-body .accordion-flush .accordion-collapse{border-width:0}.global-leaderboard-body .accordion-flush .accordion-item{border-left:0;border-radius:0;border-right:0}.global-leaderboard-body .accordion-flush .accordion-item:first-child{border-top:0}.global-leaderboard-body .accordion-flush .accordion-item:last-child{border-bottom:0}.global-leaderboard-body .accordion-flush .accordion-item .accordion-button,.global-leaderboard-body .accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}.global-leaderboard-body [data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.global-leaderboard-body .breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius);display:flex;flex-wrap:wrap;font-size:var(--bs-breadcrumb-font-size);list-style:none;margin-bottom:var(--bs-breadcrumb-margin-bottom);padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)}.global-leaderboard-body .breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.global-leaderboard-body .breadcrumb-item+.breadcrumb-item:before{color:var(--bs-breadcrumb-divider-color);content:"/";content:var(--bs-breadcrumb-divider,"/");float:left;padding-right:var(--bs-breadcrumb-item-padding-x)}.global-leaderboard-body .breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.global-leaderboard-body .pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem #0d6efd40;--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;list-style:none;padding-left:0}.global-leaderboard-body .page-link{background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);color:var(--bs-pagination-color);display:block;font-size:var(--bs-pagination-font-size);padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);position:relative;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .page-link{transition:none}}.global-leaderboard-body .page-link:hover{background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color);color:var(--bs-pagination-hover-color);z-index:2}.global-leaderboard-body .page-link:focus{background-color:var(--bs-pagination-focus-bg);box-shadow:var(--bs-pagination-focus-box-shadow);color:var(--bs-pagination-focus-color);outline:0;z-index:3}.active>.global-leaderboard-body .page-link,.global-leaderboard-body .page-link.active{background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color);color:var(--bs-pagination-active-color);z-index:3}.disabled>.global-leaderboard-body .page-link,.global-leaderboard-body .page-link.disabled{background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color);color:var(--bs-pagination-disabled-color);pointer-events:none}.global-leaderboard-body .page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width)*-1)}.global-leaderboard-body .page-item:first-child .page-link{border-bottom-left-radius:var(--bs-pagination-border-radius);border-top-left-radius:var(--bs-pagination-border-radius)}.global-leaderboard-body .page-item:last-child .page-link{border-bottom-right-radius:var(--bs-pagination-border-radius);border-top-right-radius:var(--bs-pagination-border-radius)}.global-leaderboard-body .pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.global-leaderboard-body .pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.global-leaderboard-body .badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);border-radius:var(--bs-badge-border-radius);color:var(--bs-badge-color);display:inline-block;font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);text-align:center;vertical-align:initial;white-space:nowrap}.global-leaderboard-body .badge:empty{display:none}.global-leaderboard-body .btn .badge{position:relative;top:-1px}.global-leaderboard-body .alert{--bs-alert-bg:#0000;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:#0000;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);color:var(--bs-alert-color);margin-bottom:var(--bs-alert-margin-bottom);padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);position:relative}.global-leaderboard-body .alert-heading{color:inherit}.global-leaderboard-body .alert-link{color:var(--bs-alert-link-color);font-weight:700}.global-leaderboard-body .alert-dismissible{padding-right:3rem}.global-leaderboard-body .alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.global-leaderboard-body .alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.global-leaderboard-body .alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.global-leaderboard-body .alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.global-leaderboard-body .alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.global-leaderboard-body .alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.global-leaderboard-body .alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.global-leaderboard-body .alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.global-leaderboard-body .alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}.global-leaderboard-body .progress,.global-leaderboard-body .progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width 0.6s ease;background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius);display:flex;font-size:var(--bs-progress-font-size);height:var(--bs-progress-height);overflow:hidden}.global-leaderboard-body .progress-bar{background-color:var(--bs-progress-bar-bg);color:var(--bs-progress-bar-color);display:flex;flex-direction:column;justify-content:center;overflow:hidden;text-align:center;transition:var(--bs-progress-bar-transition);white-space:nowrap}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .progress-bar{transition:none}}.global-leaderboard-body .progress-bar-striped{background-image:linear-gradient(45deg,#ffffff26 25%,#0000 0,#0000 50%,#ffffff26 0,#ffffff26 75%,#0000 0,#0000);background-size:var(--bs-progress-height) var(--bs-progress-height)}.global-leaderboard-body .progress-stacked>.progress{overflow:visible}.global-leaderboard-body .progress-stacked>.progress>.progress-bar{width:100%}.global-leaderboard-body .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .progress-bar-animated{animation:none}}.global-leaderboard-body .list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;border-radius:var(--bs-list-group-border-radius);display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.global-leaderboard-body .list-group-numbered{counter-reset:section;list-style-type:none}.global-leaderboard-body .list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.global-leaderboard-body .list-group-item-action{color:var(--bs-list-group-action-color);text-align:inherit;width:100%}.global-leaderboard-body .list-group-item-action:focus,.global-leaderboard-body .list-group-item-action:hover{background-color:var(--bs-list-group-action-hover-bg);color:var(--bs-list-group-action-hover-color);text-decoration:none;z-index:1}.global-leaderboard-body .list-group-item-action:active{background-color:var(--bs-list-group-action-active-bg);color:var(--bs-list-group-action-active-color)}.global-leaderboard-body .list-group-item{background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);color:var(--bs-list-group-color);display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);position:relative;text-decoration:none}.global-leaderboard-body .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.global-leaderboard-body .list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.global-leaderboard-body .list-group-item.disabled,.global-leaderboard-body .list-group-item:disabled{background-color:var(--bs-list-group-disabled-bg);color:var(--bs-list-group-disabled-color);pointer-events:none}.global-leaderboard-body .list-group-item.active{background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color);color:var(--bs-list-group-active-color);z-index:2}.global-leaderboard-body .list-group-item+.list-group-item{border-top-width:0}.global-leaderboard-body .list-group-item+.list-group-item.active{border-top-width:var(--bs-list-group-border-width);margin-top:calc(var(--bs-list-group-border-width)*-1)}.global-leaderboard-body .list-group-horizontal{flex-direction:row}.global-leaderboard-body .list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.global-leaderboard-body .list-group-horizontal>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.global-leaderboard-body .list-group-horizontal>.list-group-item.active{margin-top:0}.global-leaderboard-body .list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.global-leaderboard-body .list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}@media(min-width:576px){.global-leaderboard-body .list-group-horizontal-sm{flex-direction:row}.global-leaderboard-body .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.global-leaderboard-body .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.global-leaderboard-body .list-group-horizontal-sm>.list-group-item.active{margin-top:0}.global-leaderboard-body .list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.global-leaderboard-body .list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media(min-width:768px){.global-leaderboard-body .list-group-horizontal-md{flex-direction:row}.global-leaderboard-body .list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.global-leaderboard-body .list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.global-leaderboard-body .list-group-horizontal-md>.list-group-item.active{margin-top:0}.global-leaderboard-body .list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.global-leaderboard-body .list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media(min-width:992px){.global-leaderboard-body .list-group-horizontal-lg{flex-direction:row}.global-leaderboard-body .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.global-leaderboard-body .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.global-leaderboard-body .list-group-horizontal-lg>.list-group-item.active{margin-top:0}.global-leaderboard-body .list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.global-leaderboard-body .list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media(min-width:1200px){.global-leaderboard-body .list-group-horizontal-xl{flex-direction:row}.global-leaderboard-body .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.global-leaderboard-body .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.global-leaderboard-body .list-group-horizontal-xl>.list-group-item.active{margin-top:0}.global-leaderboard-body .list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.global-leaderboard-body .list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media(min-width:1400px){.global-leaderboard-body .list-group-horizontal-xxl{flex-direction:row}.global-leaderboard-body .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.global-leaderboard-body .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.global-leaderboard-body .list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.global-leaderboard-body .list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.global-leaderboard-body .list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}.global-leaderboard-body .list-group-flush{border-radius:0}.global-leaderboard-body .list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.global-leaderboard-body .list-group-flush>.list-group-item:last-child{border-bottom-width:0}.global-leaderboard-body .list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.global-leaderboard-body .list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.global-leaderboard-body .list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.global-leaderboard-body .list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.global-leaderboard-body .list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.global-leaderboard-body .list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.global-leaderboard-body .list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.global-leaderboard-body .list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.global-leaderboard-body .btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem #0d6efd40;--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);background:#0000 var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;box-sizing:initial;color:var(--bs-btn-close-color);height:1em;opacity:var(--bs-btn-close-opacity);padding:.25em;width:1em}.global-leaderboard-body .btn-close:hover{color:var(--bs-btn-close-color);opacity:var(--bs-btn-close-hover-opacity);text-decoration:none}.global-leaderboard-body .btn-close:focus{box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity);outline:0}.global-leaderboard-body .btn-close.disabled,.global-leaderboard-body .btn-close:disabled{opacity:var(--bs-btn-close-disabled-opacity);pointer-events:none;-webkit-user-select:none;user-select:none}.global-leaderboard-body .btn-close-white,.global-leaderboard-body [data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.global-leaderboard-body .toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);background-clip:padding-box;background-color:var(--bs-toast-bg);border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);border-radius:var(--bs-toast-border-radius);box-shadow:var(--bs-toast-box-shadow);color:var(--bs-toast-color);font-size:var(--bs-toast-font-size);max-width:100%;pointer-events:auto;width:var(--bs-toast-max-width)}.global-leaderboard-body .toast.showing{opacity:0}.global-leaderboard-body .toast:not(.show){display:none}.global-leaderboard-body .toast-container{--bs-toast-zindex:1090;max-width:100%;pointer-events:none;position:absolute;width:-webkit-max-content;width:max-content;z-index:var(--bs-toast-zindex)}.global-leaderboard-body .toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.global-leaderboard-body .toast-header{align-items:center;background-clip:padding-box;background-color:var(--bs-toast-header-bg);border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));color:var(--bs-toast-header-color);display:flex;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x)}.global-leaderboard-body .toast-header .btn-close{margin-left:var(--bs-toast-padding-x);margin-right:calc(var(--bs-toast-padding-x)*-.5)}.global-leaderboard-body .toast-body{word-wrap:break-word;padding:var(--bs-toast-padding-x)}.global-leaderboard-body .modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:var(--bs-modal-zindex)}.global-leaderboard-body .modal-dialog{margin:var(--bs-modal-margin);pointer-events:none;position:relative;width:auto}.modal.fade .global-leaderboard-body .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media(prefers-reduced-motion:reduce){.modal.fade .global-leaderboard-body .modal-dialog{transition:none}}.modal.show .global-leaderboard-body .modal-dialog{transform:none}.modal.modal-static .global-leaderboard-body .modal-dialog{transform:scale(1.02)}.global-leaderboard-body .modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.global-leaderboard-body .modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.global-leaderboard-body .modal-dialog-scrollable .modal-body{overflow-y:auto}.global-leaderboard-body .modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - var(--bs-modal-margin)*2)}.global-leaderboard-body .modal-content{background-clip:padding-box;background-color:var(--bs-modal-bg);border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);color:var(--bs-modal-color);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.global-leaderboard-body .modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;background-color:var(--bs-backdrop-bg);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:var(--bs-backdrop-zindex)}.global-leaderboard-body .modal-backdrop.fade{opacity:0}.global-leaderboard-body .modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.global-leaderboard-body .modal-header{align-items:center;border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius);display:flex;flex-shrink:0;justify-content:space-between;padding:var(--bs-modal-header-padding)}.global-leaderboard-body .modal-header .btn-close{margin:calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)}.global-leaderboard-body .modal-title{line-height:var(--bs-modal-title-line-height);margin-bottom:0}.global-leaderboard-body .modal-body{flex:1 1 auto;padding:var(--bs-modal-padding);position:relative}.global-leaderboard-body .modal-footer{align-items:center;background-color:var(--bs-modal-footer-bg);border-bottom-left-radius:var(--bs-modal-inner-border-radius);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)}.global-leaderboard-body .modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width:576px){.global-leaderboard-body .modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.global-leaderboard-body .modal-dialog{margin-left:auto;margin-right:auto;max-width:var(--bs-modal-width)}.global-leaderboard-body .modal-sm{--bs-modal-width:300px}}@media(min-width:992px){.global-leaderboard-body .modal-lg,.global-leaderboard-body .modal-xl{--bs-modal-width:800px}}@media(min-width:1200px){.global-leaderboard-body .modal-xl{--bs-modal-width:1140px}}.global-leaderboard-body .modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.global-leaderboard-body .modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.global-leaderboard-body .modal-fullscreen .modal-footer,.global-leaderboard-body .modal-fullscreen .modal-header{border-radius:0}.global-leaderboard-body .modal-fullscreen .modal-body{overflow-y:auto}@media(max-width:575.98px){.global-leaderboard-body .modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.global-leaderboard-body .modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.global-leaderboard-body .modal-fullscreen-sm-down .modal-footer,.global-leaderboard-body .modal-fullscreen-sm-down .modal-header{border-radius:0}.global-leaderboard-body .modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width:767.98px){.global-leaderboard-body .modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.global-leaderboard-body .modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.global-leaderboard-body .modal-fullscreen-md-down .modal-footer,.global-leaderboard-body .modal-fullscreen-md-down .modal-header{border-radius:0}.global-leaderboard-body .modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width:991.98px){.global-leaderboard-body .modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.global-leaderboard-body .modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.global-leaderboard-body .modal-fullscreen-lg-down .modal-footer,.global-leaderboard-body .modal-fullscreen-lg-down .modal-header{border-radius:0}.global-leaderboard-body .modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width:1199.98px){.global-leaderboard-body .modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.global-leaderboard-body .modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.global-leaderboard-body .modal-fullscreen-xl-down .modal-footer,.global-leaderboard-body .modal-fullscreen-xl-down .modal-header{border-radius:0}.global-leaderboard-body .modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width:1399.98px){.global-leaderboard-body .modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.global-leaderboard-body .modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.global-leaderboard-body .modal-fullscreen-xxl-down .modal-footer,.global-leaderboard-body .modal-fullscreen-xxl-down .modal-header{border-radius:0}.global-leaderboard-body .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.global-leaderboard-body .tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;word-wrap:break-word;display:block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-tooltip-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:var(--bs-tooltip-margin);opacity:0;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-tooltip-zindex)}.global-leaderboard-body .tooltip.show{opacity:var(--bs-tooltip-opacity)}.global-leaderboard-body .tooltip .tooltip-arrow{display:block;height:var(--bs-tooltip-arrow-height);width:var(--bs-tooltip-arrow-width)}.global-leaderboard-body .tooltip .tooltip-arrow:before{border-color:#0000;border-style:solid;content:"";position:absolute}.global-leaderboard-body .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.global-leaderboard-body .bs-tooltip-top .tooltip-arrow{bottom:calc(var(--bs-tooltip-arrow-height)*-1)}.global-leaderboard-body .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.global-leaderboard-body .bs-tooltip-top .tooltip-arrow:before{border-top-color:var(--bs-tooltip-bg);border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;top:-1px}.global-leaderboard-body .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.global-leaderboard-body .bs-tooltip-end .tooltip-arrow{height:var(--bs-tooltip-arrow-width);left:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.global-leaderboard-body .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.global-leaderboard-body .bs-tooltip-end .tooltip-arrow:before{border-right-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;right:-1px}.global-leaderboard-body .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.global-leaderboard-body .bs-tooltip-bottom .tooltip-arrow{top:calc(var(--bs-tooltip-arrow-height)*-1)}.global-leaderboard-body .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.global-leaderboard-body .bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:var(--bs-tooltip-bg);border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);bottom:-1px}.global-leaderboard-body .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.global-leaderboard-body .bs-tooltip-start .tooltip-arrow{height:var(--bs-tooltip-arrow-width);right:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.global-leaderboard-body .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.global-leaderboard-body .bs-tooltip-start .tooltip-arrow:before{border-left-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);left:-1px}.global-leaderboard-body .tooltip-inner{background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius);color:var(--bs-tooltip-color);max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);text-align:center}.global-leaderboard-body .popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);word-wrap:break-word;background-clip:padding-box;background-color:var(--bs-popover-bg);border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius);display:block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-popover-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:var(--bs-popover-max-width);text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-popover-zindex)}.global-leaderboard-body .popover .popover-arrow{display:block;height:var(--bs-popover-arrow-height);width:var(--bs-popover-arrow-width)}.global-leaderboard-body .popover .popover-arrow:after,.global-leaderboard-body .popover .popover-arrow:before{border:0 solid #0000;content:"";display:block;position:absolute}.global-leaderboard-body .bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.global-leaderboard-body .bs-popover-top>.popover-arrow{bottom:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.global-leaderboard-body .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.global-leaderboard-body .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.global-leaderboard-body .bs-popover-top>.popover-arrow:after,.global-leaderboard-body .bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.global-leaderboard-body .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.global-leaderboard-body .bs-popover-top>.popover-arrow:before{border-top-color:var(--bs-popover-arrow-border);bottom:0}.global-leaderboard-body .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.global-leaderboard-body .bs-popover-top>.popover-arrow:after{border-top-color:var(--bs-popover-bg);bottom:var(--bs-popover-border-width)}.global-leaderboard-body .bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.global-leaderboard-body .bs-popover-end>.popover-arrow{height:var(--bs-popover-arrow-width);left:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.global-leaderboard-body .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.global-leaderboard-body .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.global-leaderboard-body .bs-popover-end>.popover-arrow:after,.global-leaderboard-body .bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.global-leaderboard-body .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.global-leaderboard-body .bs-popover-end>.popover-arrow:before{border-right-color:var(--bs-popover-arrow-border);left:0}.global-leaderboard-body .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.global-leaderboard-body .bs-popover-end>.popover-arrow:after{border-right-color:var(--bs-popover-bg);left:var(--bs-popover-border-width)}.global-leaderboard-body .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.global-leaderboard-body .bs-popover-bottom>.popover-arrow{top:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.global-leaderboard-body .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.global-leaderboard-body .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.global-leaderboard-body .bs-popover-bottom>.popover-arrow:after,.global-leaderboard-body .bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.global-leaderboard-body .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.global-leaderboard-body .bs-popover-bottom>.popover-arrow:before{border-bottom-color:var(--bs-popover-arrow-border);top:0}.global-leaderboard-body .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.global-leaderboard-body .bs-popover-bottom>.popover-arrow:after{border-bottom-color:var(--bs-popover-bg);top:var(--bs-popover-border-width)}.global-leaderboard-body .bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.global-leaderboard-body .bs-popover-bottom .popover-header:before{border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg);content:"";display:block;left:50%;margin-left:calc(var(--bs-popover-arrow-width)*-.5);position:absolute;top:0;width:var(--bs-popover-arrow-width)}.global-leaderboard-body .bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.global-leaderboard-body .bs-popover-start>.popover-arrow{height:var(--bs-popover-arrow-width);right:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.global-leaderboard-body .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.global-leaderboard-body .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.global-leaderboard-body .bs-popover-start>.popover-arrow:after,.global-leaderboard-body .bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.global-leaderboard-body .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.global-leaderboard-body .bs-popover-start>.popover-arrow:before{border-left-color:var(--bs-popover-arrow-border);right:0}.global-leaderboard-body .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.global-leaderboard-body .bs-popover-start>.popover-arrow:after{border-left-color:var(--bs-popover-bg);right:var(--bs-popover-border-width)}.global-leaderboard-body .popover-header{background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius);color:var(--bs-popover-header-color);font-size:var(--bs-popover-header-font-size);margin-bottom:0;padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)}.global-leaderboard-body .popover-header:empty{display:none}.global-leaderboard-body .popover-body{color:var(--bs-popover-body-color);padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)}.global-leaderboard-body .carousel{position:relative}.global-leaderboard-body .carousel.pointer-event{touch-action:pan-y}.global-leaderboard-body .carousel-inner{overflow:hidden;position:relative;width:100%}.global-leaderboard-body .carousel-inner:after{clear:both;content:"";display:block}.global-leaderboard-body .carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .carousel-item{transition:none}}.global-leaderboard-body .carousel-item-next,.global-leaderboard-body .carousel-item-prev,.global-leaderboard-body .carousel-item.active{display:block}.global-leaderboard-body .active.carousel-item-end,.global-leaderboard-body .carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.global-leaderboard-body .active.carousel-item-start,.global-leaderboard-body .carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.global-leaderboard-body .carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.global-leaderboard-body .carousel-fade .carousel-item-next.carousel-item-start,.global-leaderboard-body .carousel-fade .carousel-item-prev.carousel-item-end,.global-leaderboard-body .carousel-fade .carousel-item.active{opacity:1;z-index:1}.global-leaderboard-body .carousel-fade .active.carousel-item-end,.global-leaderboard-body .carousel-fade .active.carousel-item-start{opacity:0;transition:opacity 0s .6s;z-index:0}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .carousel-fade .active.carousel-item-end,.global-leaderboard-body .carousel-fade .active.carousel-item-start{transition:none}}.global-leaderboard-body .carousel-control-next,.global-leaderboard-body .carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .carousel-control-next,.global-leaderboard-body .carousel-control-prev{transition:none}}.global-leaderboard-body .carousel-control-next:focus,.global-leaderboard-body .carousel-control-next:hover,.global-leaderboard-body .carousel-control-prev:focus,.global-leaderboard-body .carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.global-leaderboard-body .carousel-control-prev{left:0}.global-leaderboard-body .carousel-control-next{right:0}.global-leaderboard-body .carousel-control-next-icon,.global-leaderboard-body .carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:2rem;width:2rem}.global-leaderboard-body .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")}.global-leaderboard-body .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.global-leaderboard-body .carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;margin-bottom:1rem;margin-left:15%;margin-right:15%;padding:0;position:absolute;right:0;z-index:2}.global-leaderboard-body .carousel-indicators [data-bs-target]{background-clip:padding-box;background-color:#fff;border:0;border-bottom:10px solid #0000;border-top:10px solid #0000;box-sizing:initial;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;transition:opacity .6s ease;width:30px}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .carousel-indicators [data-bs-target]{transition:none}}.global-leaderboard-body .carousel-indicators .active{opacity:1}.global-leaderboard-body .carousel-caption{bottom:1.25rem;color:#fff;left:15%;padding-bottom:1.25rem;padding-top:1.25rem;position:absolute;right:15%;text-align:center}.global-leaderboard-body .carousel-dark .carousel-control-next-icon,.global-leaderboard-body .carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.global-leaderboard-body .carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.global-leaderboard-body .carousel-dark .carousel-caption{color:#000}.global-leaderboard-body [data-bs-theme=dark] .carousel .carousel-control-next-icon,.global-leaderboard-body [data-bs-theme=dark] .carousel .carousel-control-prev-icon,.global-leaderboard-body [data-bs-theme=dark].carousel .carousel-control-next-icon,.global-leaderboard-body [data-bs-theme=dark].carousel .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.global-leaderboard-body [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],.global-leaderboard-body [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}.global-leaderboard-body [data-bs-theme=dark] .carousel .carousel-caption,.global-leaderboard-body [data-bs-theme=dark].carousel .carousel-caption{color:#000}.global-leaderboard-body .spinner-border,.global-leaderboard-body .spinner-grow{animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);border-radius:50%;display:inline-block;height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);width:var(--bs-spinner-width)}.global-leaderboard-body .spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border-right-color:currentcolor;border:var(--bs-spinner-border-width) solid;border-right:var(--bs-spinner-border-width) solid #0000}.global-leaderboard-body .spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}.global-leaderboard-body .spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.global-leaderboard-body .spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .spinner-border,.global-leaderboard-body .spinner-grow{--bs-spinner-animation-speed:1.5s}}.global-leaderboard-body .offcanvas,.global-leaderboard-body .offcanvas-lg,.global-leaderboard-body .offcanvas-md,.global-leaderboard-body .offcanvas-sm,.global-leaderboard-body .offcanvas-xl,.global-leaderboard-body .offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media(max-width:575.98px){.global-leaderboard-body .offcanvas-sm{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media(max-width:575.98px)and (prefers-reduced-motion:reduce){.global-leaderboard-body .offcanvas-sm{transition:none}}@media(max-width:575.98px){.global-leaderboard-body .offcanvas-sm.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.global-leaderboard-body .offcanvas-sm.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.global-leaderboard-body .offcanvas-sm.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.global-leaderboard-body .offcanvas-sm.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.global-leaderboard-body .offcanvas-sm.show:not(.hiding),.global-leaderboard-body .offcanvas-sm.showing{transform:none}.global-leaderboard-body .offcanvas-sm.hiding,.global-leaderboard-body .offcanvas-sm.show,.global-leaderboard-body .offcanvas-sm.showing{visibility:visible}}@media(min-width:576px){.global-leaderboard-body .offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.global-leaderboard-body .offcanvas-sm .offcanvas-header{display:none}.global-leaderboard-body .offcanvas-sm .offcanvas-body{background-color:#0000!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(max-width:767.98px){.global-leaderboard-body .offcanvas-md{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media(max-width:767.98px)and (prefers-reduced-motion:reduce){.global-leaderboard-body .offcanvas-md{transition:none}}@media(max-width:767.98px){.global-leaderboard-body .offcanvas-md.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.global-leaderboard-body .offcanvas-md.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.global-leaderboard-body .offcanvas-md.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.global-leaderboard-body .offcanvas-md.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.global-leaderboard-body .offcanvas-md.show:not(.hiding),.global-leaderboard-body .offcanvas-md.showing{transform:none}.global-leaderboard-body .offcanvas-md.hiding,.global-leaderboard-body .offcanvas-md.show,.global-leaderboard-body .offcanvas-md.showing{visibility:visible}}@media(min-width:768px){.global-leaderboard-body .offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.global-leaderboard-body .offcanvas-md .offcanvas-header{display:none}.global-leaderboard-body .offcanvas-md .offcanvas-body{background-color:#0000!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(max-width:991.98px){.global-leaderboard-body .offcanvas-lg{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media(max-width:991.98px)and (prefers-reduced-motion:reduce){.global-leaderboard-body .offcanvas-lg{transition:none}}@media(max-width:991.98px){.global-leaderboard-body .offcanvas-lg.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.global-leaderboard-body .offcanvas-lg.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.global-leaderboard-body .offcanvas-lg.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.global-leaderboard-body .offcanvas-lg.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.global-leaderboard-body .offcanvas-lg.show:not(.hiding),.global-leaderboard-body .offcanvas-lg.showing{transform:none}.global-leaderboard-body .offcanvas-lg.hiding,.global-leaderboard-body .offcanvas-lg.show,.global-leaderboard-body .offcanvas-lg.showing{visibility:visible}}@media(min-width:992px){.global-leaderboard-body .offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.global-leaderboard-body .offcanvas-lg .offcanvas-header{display:none}.global-leaderboard-body .offcanvas-lg .offcanvas-body{background-color:#0000!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(max-width:1199.98px){.global-leaderboard-body .offcanvas-xl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media(max-width:1199.98px)and (prefers-reduced-motion:reduce){.global-leaderboard-body .offcanvas-xl{transition:none}}@media(max-width:1199.98px){.global-leaderboard-body .offcanvas-xl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.global-leaderboard-body .offcanvas-xl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.global-leaderboard-body .offcanvas-xl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.global-leaderboard-body .offcanvas-xl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.global-leaderboard-body .offcanvas-xl.show:not(.hiding),.global-leaderboard-body .offcanvas-xl.showing{transform:none}.global-leaderboard-body .offcanvas-xl.hiding,.global-leaderboard-body .offcanvas-xl.show,.global-leaderboard-body .offcanvas-xl.showing{visibility:visible}}@media(min-width:1200px){.global-leaderboard-body .offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.global-leaderboard-body .offcanvas-xl .offcanvas-header{display:none}.global-leaderboard-body .offcanvas-xl .offcanvas-body{background-color:#0000!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(max-width:1399.98px){.global-leaderboard-body .offcanvas-xxl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media(max-width:1399.98px)and (prefers-reduced-motion:reduce){.global-leaderboard-body .offcanvas-xxl{transition:none}}@media(max-width:1399.98px){.global-leaderboard-body .offcanvas-xxl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.global-leaderboard-body .offcanvas-xxl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.global-leaderboard-body .offcanvas-xxl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.global-leaderboard-body .offcanvas-xxl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.global-leaderboard-body .offcanvas-xxl.show:not(.hiding),.global-leaderboard-body .offcanvas-xxl.showing{transform:none}.global-leaderboard-body .offcanvas-xxl.hiding,.global-leaderboard-body .offcanvas-xxl.show,.global-leaderboard-body .offcanvas-xxl.showing{visibility:visible}}@media(min-width:1400px){.global-leaderboard-body .offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.global-leaderboard-body .offcanvas-xxl .offcanvas-header{display:none}.global-leaderboard-body .offcanvas-xxl .offcanvas-body{background-color:#0000!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}.global-leaderboard-body .offcanvas{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .offcanvas{transition:none}}.global-leaderboard-body .offcanvas.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.global-leaderboard-body .offcanvas.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.global-leaderboard-body .offcanvas.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.global-leaderboard-body .offcanvas.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.global-leaderboard-body .offcanvas.show:not(.hiding),.global-leaderboard-body .offcanvas.showing{transform:none}.global-leaderboard-body .offcanvas.hiding,.global-leaderboard-body .offcanvas.show,.global-leaderboard-body .offcanvas.showing{visibility:visible}.global-leaderboard-body .offcanvas-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.global-leaderboard-body .offcanvas-backdrop.fade{opacity:0}.global-leaderboard-body .offcanvas-backdrop.show{opacity:.5}.global-leaderboard-body .offcanvas-header{align-items:center;display:flex;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.global-leaderboard-body .offcanvas-header .btn-close{margin-bottom:calc(var(--bs-offcanvas-padding-y)*-.5);margin-right:calc(var(--bs-offcanvas-padding-x)*-.5);margin-top:calc(var(--bs-offcanvas-padding-y)*-.5);padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)}.global-leaderboard-body .offcanvas-title{line-height:var(--bs-offcanvas-title-line-height);margin-bottom:0}.global-leaderboard-body .offcanvas-body{flex-grow:1;overflow-y:auto;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.global-leaderboard-body .placeholder{background-color:currentcolor;cursor:wait;display:inline-block;min-height:1em;opacity:.5;vertical-align:middle}.global-leaderboard-body .placeholder.btn:before{content:"";display:inline-block}.global-leaderboard-body .placeholder-xs{min-height:.6em}.global-leaderboard-body .placeholder-sm{min-height:.8em}.global-leaderboard-body .placeholder-lg{min-height:1.2em}.global-leaderboard-body .placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}.global-leaderboard-body .placeholder-wave{animation:placeholder-wave 2s linear infinite;-webkit-mask-image:linear-gradient(130deg,#000 55%,#000c 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,#000c 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%}.global-leaderboard-body .clearfix:after{clear:both;content:"";display:block}.global-leaderboard-body .text-bg-primary{background-color:RGBA(var(--bs-primary-rgb),1)!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.global-leaderboard-body .text-bg-secondary{background-color:RGBA(var(--bs-secondary-rgb),1)!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.global-leaderboard-body .text-bg-success{background-color:RGBA(var(--bs-success-rgb),1)!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.global-leaderboard-body .text-bg-info{background-color:RGBA(var(--bs-info-rgb),1)!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.global-leaderboard-body .text-bg-warning{background-color:RGBA(var(--bs-warning-rgb),1)!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.global-leaderboard-body .text-bg-danger{background-color:RGBA(var(--bs-danger-rgb),1)!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.global-leaderboard-body .text-bg-light{background-color:RGBA(var(--bs-light-rgb),1)!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.global-leaderboard-body .text-bg-dark{background-color:RGBA(var(--bs-dark-rgb),1)!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.global-leaderboard-body .link-primary{color:RGBA(var(--bs-primary-rgb),1)!important;color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),1)!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.global-leaderboard-body .link-primary:focus,.global-leaderboard-body .link-primary:hover{color:#0a58ca!important;color:RGBA(10,88,202,var(--bs-link-opacity,1))!important;text-decoration-color:#0a58ca!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important}.global-leaderboard-body .link-secondary{color:RGBA(var(--bs-secondary-rgb),1)!important;color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),1)!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.global-leaderboard-body .link-secondary:focus,.global-leaderboard-body .link-secondary:hover{color:#565e64!important;color:RGBA(86,94,100,var(--bs-link-opacity,1))!important;text-decoration-color:#565e64!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important}.global-leaderboard-body .link-success{color:RGBA(var(--bs-success-rgb),1)!important;color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),1)!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.global-leaderboard-body .link-success:focus,.global-leaderboard-body .link-success:hover{color:#146c43!important;color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;text-decoration-color:#146c43!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important}.global-leaderboard-body .link-info{color:RGBA(var(--bs-info-rgb),1)!important;color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),1)!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.global-leaderboard-body .link-info:focus,.global-leaderboard-body .link-info:hover{color:#3dd5f3!important;color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;text-decoration-color:#3dd5f3!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important}.global-leaderboard-body .link-warning{color:RGBA(var(--bs-warning-rgb),1)!important;color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),1)!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.global-leaderboard-body .link-warning:focus,.global-leaderboard-body .link-warning:hover{color:#ffcd39!important;color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;text-decoration-color:#ffcd39!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important}.global-leaderboard-body .link-danger{color:RGBA(var(--bs-danger-rgb),1)!important;color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),1)!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.global-leaderboard-body .link-danger:focus,.global-leaderboard-body .link-danger:hover{color:#b02a37!important;color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;text-decoration-color:#b02a37!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important}.global-leaderboard-body .link-light{color:RGBA(var(--bs-light-rgb),1)!important;color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),1)!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.global-leaderboard-body .link-light:focus,.global-leaderboard-body .link-light:hover{color:#f9fafb!important;color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;text-decoration-color:#f9fafb!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.global-leaderboard-body .link-dark{color:RGBA(var(--bs-dark-rgb),1)!important;color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),1)!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.global-leaderboard-body .link-dark:focus,.global-leaderboard-body .link-dark:hover{color:#1a1e21!important;color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;text-decoration-color:#1a1e21!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important}.global-leaderboard-body .link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),1)!important;color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),1)!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.global-leaderboard-body .link-body-emphasis:focus,.global-leaderboard-body .link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),.75)!important;color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),.75)!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important}.global-leaderboard-body .focus-ring:focus{box-shadow:0 0 0 var(--bs-focus-ring-width) var(--bs-focus-ring-color);box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);outline:0}.global-leaderboard-body .icon-link{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:inline-flex;gap:.375rem;text-decoration-color:rgba(var(--bs-link-color-rgb),.5);text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-underline-offset:.25em}.global-leaderboard-body .icon-link>.bi{fill:currentcolor;flex-shrink:0;height:1em;transition:transform .2s ease-in-out;width:1em}@media(prefers-reduced-motion:reduce){.global-leaderboard-body .icon-link>.bi{transition:none}}.global-leaderboard-body .icon-link-hover:focus-visible>.bi,.global-leaderboard-body .icon-link-hover:hover>.bi{transform:translate3d(.25em,0,0);transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.global-leaderboard-body .ratio{position:relative;width:100%}.global-leaderboard-body .ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.global-leaderboard-body .ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.global-leaderboard-body .ratio-1x1{--bs-aspect-ratio:100%}.global-leaderboard-body .ratio-4x3{--bs-aspect-ratio:75%}.global-leaderboard-body .ratio-16x9{--bs-aspect-ratio:56.25%}.global-leaderboard-body .ratio-21x9{--bs-aspect-ratio:42.8571428571%}.global-leaderboard-body .fixed-top{left:0;position:fixed;right:0;top:0;z-index:1030}.global-leaderboard-body .fixed-bottom{bottom:0;left:0;position:fixed;right:0;z-index:1030}.global-leaderboard-body .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.global-leaderboard-body .sticky-bottom{bottom:0;position:-webkit-sticky;position:sticky;z-index:1020}@media(min-width:576px){.global-leaderboard-body .sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.global-leaderboard-body .sticky-sm-bottom{bottom:0;position:-webkit-sticky;position:sticky;z-index:1020}}@media(min-width:768px){.global-leaderboard-body .sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.global-leaderboard-body .sticky-md-bottom{bottom:0;position:-webkit-sticky;position:sticky;z-index:1020}}@media(min-width:992px){.global-leaderboard-body .sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.global-leaderboard-body .sticky-lg-bottom{bottom:0;position:-webkit-sticky;position:sticky;z-index:1020}}@media(min-width:1200px){.global-leaderboard-body .sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.global-leaderboard-body .sticky-xl-bottom{bottom:0;position:-webkit-sticky;position:sticky;z-index:1020}}@media(min-width:1400px){.global-leaderboard-body .sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.global-leaderboard-body .sticky-xxl-bottom{bottom:0;position:-webkit-sticky;position:sticky;z-index:1020}}.global-leaderboard-body .hstack{align-items:center;align-self:stretch;display:flex;flex-direction:row}.global-leaderboard-body .vstack{align-self:stretch;display:flex;flex:1 1 auto;flex-direction:column}.global-leaderboard-body .visually-hidden,.global-leaderboard-body .visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;white-space:nowrap!important;width:1px!important}.global-leaderboard-body .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.global-leaderboard-body .visually-hidden:not(caption){position:absolute!important}.global-leaderboard-body .stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.global-leaderboard-body .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-leaderboard-body .vr{align-self:stretch;background-color:currentcolor;display:inline-block;min-height:1em;opacity:.25;width:var(--bs-border-width)}.global-leaderboard-body .align-baseline{vertical-align:initial!important}.global-leaderboard-body .align-top{vertical-align:top!important}.global-leaderboard-body .align-middle{vertical-align:middle!important}.global-leaderboard-body .align-bottom{vertical-align:bottom!important}.global-leaderboard-body .align-text-bottom{vertical-align:text-bottom!important}.global-leaderboard-body .align-text-top{vertical-align:text-top!important}.global-leaderboard-body .float-start{float:left!important}.global-leaderboard-body .float-end{float:right!important}.global-leaderboard-body .float-none{float:none!important}.global-leaderboard-body .object-fit-contain{object-fit:contain!important}.global-leaderboard-body .object-fit-cover{object-fit:cover!important}.global-leaderboard-body .object-fit-fill{object-fit:fill!important}.global-leaderboard-body .object-fit-scale{object-fit:scale-down!important}.global-leaderboard-body .object-fit-none{object-fit:none!important}.global-leaderboard-body .opacity-0{opacity:0!important}.global-leaderboard-body .opacity-25{opacity:.25!important}.global-leaderboard-body .opacity-50{opacity:.5!important}.global-leaderboard-body .opacity-75{opacity:.75!important}.global-leaderboard-body .opacity-100{opacity:1!important}.global-leaderboard-body .overflow-auto{overflow:auto!important}.global-leaderboard-body .overflow-hidden{overflow:hidden!important}.global-leaderboard-body .overflow-visible{overflow:visible!important}.global-leaderboard-body .overflow-scroll{overflow:scroll!important}.global-leaderboard-body .overflow-x-auto{overflow-x:auto!important}.global-leaderboard-body .overflow-x-hidden{overflow-x:hidden!important}.global-leaderboard-body .overflow-x-visible{overflow-x:visible!important}.global-leaderboard-body .overflow-x-scroll{overflow-x:scroll!important}.global-leaderboard-body .overflow-y-auto{overflow-y:auto!important}.global-leaderboard-body .overflow-y-hidden{overflow-y:hidden!important}.global-leaderboard-body .overflow-y-visible{overflow-y:visible!important}.global-leaderboard-body .overflow-y-scroll{overflow-y:scroll!important}.global-leaderboard-body .d-inline{display:inline!important}.global-leaderboard-body .d-inline-block{display:inline-block!important}.global-leaderboard-body .d-block{display:block!important}.global-leaderboard-body .d-grid{display:grid!important}.global-leaderboard-body .d-inline-grid{display:inline-grid!important}.global-leaderboard-body .d-table{display:table!important}.global-leaderboard-body .d-table-row{display:table-row!important}.global-leaderboard-body .d-table-cell{display:table-cell!important}.global-leaderboard-body .d-flex{display:flex!important}.global-leaderboard-body .d-inline-flex{display:inline-flex!important}.global-leaderboard-body .d-none{display:none!important}.global-leaderboard-body .shadow{box-shadow:var(--bs-box-shadow)!important}.global-leaderboard-body .shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.global-leaderboard-body .shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.global-leaderboard-body .shadow-none{box-shadow:none!important}.global-leaderboard-body .focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb),var(--bs-focus-ring-opacity))}.global-leaderboard-body .focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb),var(--bs-focus-ring-opacity))}.global-leaderboard-body .focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb),var(--bs-focus-ring-opacity))}.global-leaderboard-body .focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb),var(--bs-focus-ring-opacity))}.global-leaderboard-body .focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb),var(--bs-focus-ring-opacity))}.global-leaderboard-body .focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb),var(--bs-focus-ring-opacity))}.global-leaderboard-body .focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb),var(--bs-focus-ring-opacity))}.global-leaderboard-body .focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb),var(--bs-focus-ring-opacity))}.global-leaderboard-body .position-static{position:static!important}.global-leaderboard-body .position-relative{position:relative!important}.global-leaderboard-body .position-absolute{position:absolute!important}.global-leaderboard-body .position-fixed{position:fixed!important}.global-leaderboard-body .position-sticky{position:-webkit-sticky!important;position:sticky!important}.global-leaderboard-body .top-0{top:0!important}.global-leaderboard-body .top-50{top:50%!important}.global-leaderboard-body .top-100{top:100%!important}.global-leaderboard-body .bottom-0{bottom:0!important}.global-leaderboard-body .bottom-50{bottom:50%!important}.global-leaderboard-body .bottom-100{bottom:100%!important}.global-leaderboard-body .start-0{left:0!important}.global-leaderboard-body .start-50{left:50%!important}.global-leaderboard-body .start-100{left:100%!important}.global-leaderboard-body .end-0{right:0!important}.global-leaderboard-body .end-50{right:50%!important}.global-leaderboard-body .end-100{right:100%!important}.global-leaderboard-body .translate-middle{transform:translate(-50%,-50%)!important}.global-leaderboard-body .translate-middle-x{transform:translateX(-50%)!important}.global-leaderboard-body .translate-middle-y{transform:translateY(-50%)!important}.global-leaderboard-body .border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.global-leaderboard-body .border-0{border:0!important}.global-leaderboard-body .border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.global-leaderboard-body .border-top-0{border-top:0!important}.global-leaderboard-body .border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.global-leaderboard-body .border-end-0{border-right:0!important}.global-leaderboard-body .border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.global-leaderboard-body .border-bottom-0{border-bottom:0!important}.global-leaderboard-body .border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.global-leaderboard-body .border-start-0{border-left:0!important}.global-leaderboard-body .border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.global-leaderboard-body .border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.global-leaderboard-body .border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.global-leaderboard-body .border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.global-leaderboard-body .border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.global-leaderboard-body .border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.global-leaderboard-body .border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.global-leaderboard-body .border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.global-leaderboard-body .border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.global-leaderboard-body .border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.global-leaderboard-body .border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.global-leaderboard-body .border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.global-leaderboard-body .border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.global-leaderboard-body .border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.global-leaderboard-body .border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.global-leaderboard-body .border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.global-leaderboard-body .border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.global-leaderboard-body .border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.global-leaderboard-body .border-1{border-width:1px!important}.global-leaderboard-body .border-2{border-width:2px!important}.global-leaderboard-body .border-3{border-width:3px!important}.global-leaderboard-body .border-4{border-width:4px!important}.global-leaderboard-body .border-5{border-width:5px!important}.global-leaderboard-body .border-opacity-10{--bs-border-opacity:0.1}.global-leaderboard-body .border-opacity-25{--bs-border-opacity:0.25}.global-leaderboard-body .border-opacity-50{--bs-border-opacity:0.5}.global-leaderboard-body .border-opacity-75{--bs-border-opacity:0.75}.global-leaderboard-body .border-opacity-100{--bs-border-opacity:1}.global-leaderboard-body .w-25{width:25%!important}.global-leaderboard-body .w-50{width:50%!important}.global-leaderboard-body .w-75{width:75%!important}.global-leaderboard-body .w-100{width:100%!important}.global-leaderboard-body .w-auto{width:auto!important}.global-leaderboard-body .mw-100{max-width:100%!important}.global-leaderboard-body .vw-100{width:100vw!important}.global-leaderboard-body .min-vw-100{min-width:100vw!important}.global-leaderboard-body .h-25{height:25%!important}.global-leaderboard-body .h-50{height:50%!important}.global-leaderboard-body .h-75{height:75%!important}.global-leaderboard-body .h-100{height:100%!important}.global-leaderboard-body .h-auto{height:auto!important}.global-leaderboard-body .mh-100{max-height:100%!important}.global-leaderboard-body .vh-100{height:100vh!important}.global-leaderboard-body .min-vh-100{min-height:100vh!important}.global-leaderboard-body .flex-fill{flex:1 1 auto!important}.global-leaderboard-body .flex-row{flex-direction:row!important}.global-leaderboard-body .flex-column{flex-direction:column!important}.global-leaderboard-body .flex-row-reverse{flex-direction:row-reverse!important}.global-leaderboard-body .flex-column-reverse{flex-direction:column-reverse!important}.global-leaderboard-body .flex-grow-0{flex-grow:0!important}.global-leaderboard-body .flex-grow-1{flex-grow:1!important}.global-leaderboard-body .flex-shrink-0{flex-shrink:0!important}.global-leaderboard-body .flex-shrink-1{flex-shrink:1!important}.global-leaderboard-body .flex-wrap{flex-wrap:wrap!important}.global-leaderboard-body .flex-nowrap{flex-wrap:nowrap!important}.global-leaderboard-body .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.global-leaderboard-body .justify-content-start{justify-content:flex-start!important}.global-leaderboard-body .justify-content-end{justify-content:flex-end!important}.global-leaderboard-body .justify-content-center{justify-content:center!important}.global-leaderboard-body .justify-content-between{justify-content:space-between!important}.global-leaderboard-body .justify-content-around{justify-content:space-around!important}.global-leaderboard-body .justify-content-evenly{justify-content:space-evenly!important}.global-leaderboard-body .align-items-start{align-items:flex-start!important}.global-leaderboard-body .align-items-end{align-items:flex-end!important}.global-leaderboard-body .align-items-center{align-items:center!important}.global-leaderboard-body .align-items-baseline{align-items:baseline!important}.global-leaderboard-body .align-items-stretch{align-items:stretch!important}.global-leaderboard-body .align-content-start{align-content:flex-start!important}.global-leaderboard-body .align-content-end{align-content:flex-end!important}.global-leaderboard-body .align-content-center{align-content:center!important}.global-leaderboard-body .align-content-between{align-content:space-between!important}.global-leaderboard-body .align-content-around{align-content:space-around!important}.global-leaderboard-body .align-content-stretch{align-content:stretch!important}.global-leaderboard-body .align-self-auto{align-self:auto!important}.global-leaderboard-body .align-self-start{align-self:flex-start!important}.global-leaderboard-body .align-self-end{align-self:flex-end!important}.global-leaderboard-body .align-self-center{align-self:center!important}.global-leaderboard-body .align-self-baseline{align-self:baseline!important}.global-leaderboard-body .align-self-stretch{align-self:stretch!important}.global-leaderboard-body .order-first{order:-1!important}.global-leaderboard-body .order-0{order:0!important}.global-leaderboard-body .order-1{order:1!important}.global-leaderboard-body .order-2{order:2!important}.global-leaderboard-body .order-3{order:3!important}.global-leaderboard-body .order-4{order:4!important}.global-leaderboard-body .order-5{order:5!important}.global-leaderboard-body .order-last{order:6!important}.global-leaderboard-body .m-0{margin:0!important}.global-leaderboard-body .m-1{margin:.25rem!important}.global-leaderboard-body .m-2{margin:.5rem!important}.global-leaderboard-body .m-3{margin:1rem!important}.global-leaderboard-body .m-4{margin:1.5rem!important}.global-leaderboard-body .m-5{margin:3rem!important}.global-leaderboard-body .m-auto{margin:auto!important}.global-leaderboard-body .mx-0{margin-left:0!important;margin-right:0!important}.global-leaderboard-body .mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.global-leaderboard-body .mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.global-leaderboard-body .mx-3{margin-left:1rem!important;margin-right:1rem!important}.global-leaderboard-body .mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.global-leaderboard-body .mx-5{margin-left:3rem!important;margin-right:3rem!important}.global-leaderboard-body .mx-auto{margin-left:auto!important;margin-right:auto!important}.global-leaderboard-body .my-0{margin-bottom:0!important;margin-top:0!important}.global-leaderboard-body .my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.global-leaderboard-body .my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.global-leaderboard-body .my-3{margin-bottom:1rem!important;margin-top:1rem!important}.global-leaderboard-body .my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.global-leaderboard-body .my-5{margin-bottom:3rem!important;margin-top:3rem!important}.global-leaderboard-body .my-auto{margin-bottom:auto!important;margin-top:auto!important}.global-leaderboard-body .mt-0{margin-top:0!important}.global-leaderboard-body .mt-1{margin-top:.25rem!important}.global-leaderboard-body .mt-2{margin-top:.5rem!important}.global-leaderboard-body .mt-3{margin-top:1rem!important}.global-leaderboard-body .mt-4{margin-top:1.5rem!important}.global-leaderboard-body .mt-5{margin-top:3rem!important}.global-leaderboard-body .mt-auto{margin-top:auto!important}.global-leaderboard-body .me-0{margin-right:0!important}.global-leaderboard-body .me-1{margin-right:.25rem!important}.global-leaderboard-body .me-2{margin-right:.5rem!important}.global-leaderboard-body .me-3{margin-right:1rem!important}.global-leaderboard-body .me-4{margin-right:1.5rem!important}.global-leaderboard-body .me-5{margin-right:3rem!important}.global-leaderboard-body .me-auto{margin-right:auto!important}.global-leaderboard-body .mb-0{margin-bottom:0!important}.global-leaderboard-body .mb-1{margin-bottom:.25rem!important}.global-leaderboard-body .mb-2{margin-bottom:.5rem!important}.global-leaderboard-body .mb-3{margin-bottom:1rem!important}.global-leaderboard-body .mb-4{margin-bottom:1.5rem!important}.global-leaderboard-body .mb-5{margin-bottom:3rem!important}.global-leaderboard-body .mb-auto{margin-bottom:auto!important}.global-leaderboard-body .ms-0{margin-left:0!important}.global-leaderboard-body .ms-1{margin-left:.25rem!important}.global-leaderboard-body .ms-2{margin-left:.5rem!important}.global-leaderboard-body .ms-3{margin-left:1rem!important}.global-leaderboard-body .ms-4{margin-left:1.5rem!important}.global-leaderboard-body .ms-5{margin-left:3rem!important}.global-leaderboard-body .ms-auto{margin-left:auto!important}.global-leaderboard-body .p-0{padding:0!important}.global-leaderboard-body .p-1{padding:.25rem!important}.global-leaderboard-body .p-2{padding:.5rem!important}.global-leaderboard-body .p-3{padding:1rem!important}.global-leaderboard-body .p-4{padding:1.5rem!important}.global-leaderboard-body .p-5{padding:3rem!important}.global-leaderboard-body .px-0{padding-left:0!important;padding-right:0!important}.global-leaderboard-body .px-1{padding-left:.25rem!important;padding-right:.25rem!important}.global-leaderboard-body .px-2{padding-left:.5rem!important;padding-right:.5rem!important}.global-leaderboard-body .px-3{padding-left:1rem!important;padding-right:1rem!important}.global-leaderboard-body .px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.global-leaderboard-body .px-5{padding-left:3rem!important;padding-right:3rem!important}.global-leaderboard-body .py-0{padding-bottom:0!important;padding-top:0!important}.global-leaderboard-body .py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.global-leaderboard-body .py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.global-leaderboard-body .py-3{padding-bottom:1rem!important;padding-top:1rem!important}.global-leaderboard-body .py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.global-leaderboard-body .py-5{padding-bottom:3rem!important;padding-top:3rem!important}.global-leaderboard-body .pt-0{padding-top:0!important}.global-leaderboard-body .pt-1{padding-top:.25rem!important}.global-leaderboard-body .pt-2{padding-top:.5rem!important}.global-leaderboard-body .pt-3{padding-top:1rem!important}.global-leaderboard-body .pt-4{padding-top:1.5rem!important}.global-leaderboard-body .pt-5{padding-top:3rem!important}.global-leaderboard-body .pe-0{padding-right:0!important}.global-leaderboard-body .pe-1{padding-right:.25rem!important}.global-leaderboard-body .pe-2{padding-right:.5rem!important}.global-leaderboard-body .pe-3{padding-right:1rem!important}.global-leaderboard-body .pe-4{padding-right:1.5rem!important}.global-leaderboard-body .pe-5{padding-right:3rem!important}.global-leaderboard-body .pb-0{padding-bottom:0!important}.global-leaderboard-body .pb-1{padding-bottom:.25rem!important}.global-leaderboard-body .pb-2{padding-bottom:.5rem!important}.global-leaderboard-body .pb-3{padding-bottom:1rem!important}.global-leaderboard-body .pb-4{padding-bottom:1.5rem!important}.global-leaderboard-body .pb-5{padding-bottom:3rem!important}.global-leaderboard-body .ps-0{padding-left:0!important}.global-leaderboard-body .ps-1{padding-left:.25rem!important}.global-leaderboard-body .ps-2{padding-left:.5rem!important}.global-leaderboard-body .ps-3{padding-left:1rem!important}.global-leaderboard-body .ps-4{padding-left:1.5rem!important}.global-leaderboard-body .ps-5{padding-left:3rem!important}.global-leaderboard-body .gap-0{gap:0!important}.global-leaderboard-body .gap-1{gap:.25rem!important}.global-leaderboard-body .gap-2{gap:.5rem!important}.global-leaderboard-body .gap-3{gap:1rem!important}.global-leaderboard-body .gap-4{gap:1.5rem!important}.global-leaderboard-body .gap-5{gap:3rem!important}.global-leaderboard-body .row-gap-0{row-gap:0!important}.global-leaderboard-body .row-gap-1{row-gap:.25rem!important}.global-leaderboard-body .row-gap-2{row-gap:.5rem!important}.global-leaderboard-body .row-gap-3{row-gap:1rem!important}.global-leaderboard-body .row-gap-4{row-gap:1.5rem!important}.global-leaderboard-body .row-gap-5{row-gap:3rem!important}.global-leaderboard-body .column-gap-0{column-gap:0!important}.global-leaderboard-body .column-gap-1{column-gap:.25rem!important}.global-leaderboard-body .column-gap-2{column-gap:.5rem!important}.global-leaderboard-body .column-gap-3{column-gap:1rem!important}.global-leaderboard-body .column-gap-4{column-gap:1.5rem!important}.global-leaderboard-body .column-gap-5{column-gap:3rem!important}.global-leaderboard-body .font-monospace{font-family:var(--bs-font-monospace)!important}.global-leaderboard-body .fs-1{font-size:calc(1.375rem + 1.5vw)!important}.global-leaderboard-body .fs-2{font-size:calc(1.325rem + .9vw)!important}.global-leaderboard-body .fs-3{font-size:calc(1.3rem + .6vw)!important}.global-leaderboard-body .fs-4{font-size:calc(1.275rem + .3vw)!important}.global-leaderboard-body .fs-5{font-size:1.25rem!important}.global-leaderboard-body .fs-6{font-size:1rem!important}.global-leaderboard-body .fst-italic{font-style:italic!important}.global-leaderboard-body .fst-normal{font-style:normal!important}.global-leaderboard-body .fw-lighter{font-weight:lighter!important}.global-leaderboard-body .fw-light{font-weight:300!important}.global-leaderboard-body .fw-normal{font-weight:400!important}.global-leaderboard-body .fw-medium{font-weight:500!important}.global-leaderboard-body .fw-semibold{font-weight:600!important}.global-leaderboard-body .fw-bold{font-weight:700!important}.global-leaderboard-body .fw-bolder{font-weight:bolder!important}.global-leaderboard-body .lh-1{line-height:1!important}.global-leaderboard-body .lh-sm{line-height:1.25!important}.global-leaderboard-body .lh-base{line-height:1.5!important}.global-leaderboard-body .lh-lg{line-height:2!important}.global-leaderboard-body .text-start{text-align:left!important}.global-leaderboard-body .text-end{text-align:right!important}.global-leaderboard-body .text-center{text-align:center!important}.global-leaderboard-body .text-decoration-none{text-decoration:none!important}.global-leaderboard-body .text-decoration-underline{text-decoration:underline!important}.global-leaderboard-body .text-decoration-line-through{text-decoration:line-through!important}.global-leaderboard-body .text-lowercase{text-transform:lowercase!important}.global-leaderboard-body .text-uppercase{text-transform:uppercase!important}.global-leaderboard-body .text-capitalize{text-transform:capitalize!important}.global-leaderboard-body .text-wrap{white-space:normal!important}.global-leaderboard-body .text-nowrap{white-space:nowrap!important}.global-leaderboard-body .text-break{word-wrap:break-word!important;word-break:break-word!important}.global-leaderboard-body .text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.global-leaderboard-body .text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.global-leaderboard-body .text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.global-leaderboard-body .text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.global-leaderboard-body .text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.global-leaderboard-body .text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.global-leaderboard-body .text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.global-leaderboard-body .text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.global-leaderboard-body .text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.global-leaderboard-body .text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.global-leaderboard-body .text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.global-leaderboard-body .text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.global-leaderboard-body .text-black-50{--bs-text-opacity:1;color:#00000080!important}.global-leaderboard-body .text-white-50{--bs-text-opacity:1;color:#ffffff80!important}.global-leaderboard-body .text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.global-leaderboard-body .text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.global-leaderboard-body .text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.global-leaderboard-body .text-reset{--bs-text-opacity:1;color:inherit!important}.global-leaderboard-body .text-opacity-25{--bs-text-opacity:0.25}.global-leaderboard-body .text-opacity-50{--bs-text-opacity:0.5}.global-leaderboard-body .text-opacity-75{--bs-text-opacity:0.75}.global-leaderboard-body .text-opacity-100{--bs-text-opacity:1}.global-leaderboard-body .text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.global-leaderboard-body .text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.global-leaderboard-body .text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.global-leaderboard-body .text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.global-leaderboard-body .text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.global-leaderboard-body .text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.global-leaderboard-body .text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.global-leaderboard-body .text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.global-leaderboard-body .link-opacity-10,.global-leaderboard-body .link-opacity-10-hover:hover{--bs-link-opacity:0.1}.global-leaderboard-body .link-opacity-25,.global-leaderboard-body .link-opacity-25-hover:hover{--bs-link-opacity:0.25}.global-leaderboard-body .link-opacity-50,.global-leaderboard-body .link-opacity-50-hover:hover{--bs-link-opacity:0.5}.global-leaderboard-body .link-opacity-75,.global-leaderboard-body .link-opacity-75-hover:hover{--bs-link-opacity:0.75}.global-leaderboard-body .link-opacity-100,.global-leaderboard-body .link-opacity-100-hover:hover{--bs-link-opacity:1}.global-leaderboard-body .link-offset-1,.global-leaderboard-body .link-offset-1-hover:hover{text-underline-offset:.125em!important}.global-leaderboard-body .link-offset-2,.global-leaderboard-body .link-offset-2-hover:hover{text-underline-offset:.25em!important}.global-leaderboard-body .link-offset-3,.global-leaderboard-body .link-offset-3-hover:hover{text-underline-offset:.375em!important}.global-leaderboard-body .link-underline-primary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.global-leaderboard-body .link-underline-secondary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.global-leaderboard-body .link-underline-success{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.global-leaderboard-body .link-underline-info{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.global-leaderboard-body .link-underline-warning{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.global-leaderboard-body .link-underline-danger{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.global-leaderboard-body .link-underline-light{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.global-leaderboard-body .link-underline-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.global-leaderboard-body .link-underline{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-link-color-rgb),1)!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.global-leaderboard-body .link-underline-opacity-0,.global-leaderboard-body .link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.global-leaderboard-body .link-underline-opacity-10,.global-leaderboard-body .link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.global-leaderboard-body .link-underline-opacity-25,.global-leaderboard-body .link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.global-leaderboard-body .link-underline-opacity-50,.global-leaderboard-body .link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.global-leaderboard-body .link-underline-opacity-75,.global-leaderboard-body .link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.global-leaderboard-body .link-underline-opacity-100,.global-leaderboard-body .link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.global-leaderboard-body .bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.global-leaderboard-body .bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.global-leaderboard-body .bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.global-leaderboard-body .bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.global-leaderboard-body .bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.global-leaderboard-body .bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.global-leaderboard-body .bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.global-leaderboard-body .bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.global-leaderboard-body .bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.global-leaderboard-body .bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.global-leaderboard-body .bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.global-leaderboard-body .bg-transparent{--bs-bg-opacity:1;background-color:#0000!important}.global-leaderboard-body .bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.global-leaderboard-body .bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.global-leaderboard-body .bg-opacity-10{--bs-bg-opacity:0.1}.global-leaderboard-body .bg-opacity-25{--bs-bg-opacity:0.25}.global-leaderboard-body .bg-opacity-50{--bs-bg-opacity:0.5}.global-leaderboard-body .bg-opacity-75{--bs-bg-opacity:0.75}.global-leaderboard-body .bg-opacity-100{--bs-bg-opacity:1}.global-leaderboard-body .bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.global-leaderboard-body .bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.global-leaderboard-body .bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.global-leaderboard-body .bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.global-leaderboard-body .bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.global-leaderboard-body .bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.global-leaderboard-body .bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.global-leaderboard-body .bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.global-leaderboard-body .bg-gradient{background-image:var(--bs-gradient)!important}.global-leaderboard-body .user-select-all{-webkit-user-select:all!important;user-select:all!important}.global-leaderboard-body .user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.global-leaderboard-body .user-select-none{-webkit-user-select:none!important;user-select:none!important}.global-leaderboard-body .pe-none{pointer-events:none!important}.global-leaderboard-body .pe-auto{pointer-events:auto!important}.global-leaderboard-body .rounded{border-radius:var(--bs-border-radius)!important}.global-leaderboard-body .rounded-0{border-radius:0!important}.global-leaderboard-body .rounded-1{border-radius:var(--bs-border-radius-sm)!important}.global-leaderboard-body .rounded-2{border-radius:var(--bs-border-radius)!important}.global-leaderboard-body .rounded-3{border-radius:var(--bs-border-radius-lg)!important}.global-leaderboard-body .rounded-4{border-radius:var(--bs-border-radius-xl)!important}.global-leaderboard-body .rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.global-leaderboard-body .rounded-circle{border-radius:50%!important}.global-leaderboard-body .rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.global-leaderboard-body .rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.global-leaderboard-body .rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.global-leaderboard-body .rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.global-leaderboard-body .rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.global-leaderboard-body .rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.global-leaderboard-body .rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.global-leaderboard-body .rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.global-leaderboard-body .rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.global-leaderboard-body .rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.global-leaderboard-body .rounded-end{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.global-leaderboard-body .rounded-end-0{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.global-leaderboard-body .rounded-end-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.global-leaderboard-body .rounded-end-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.global-leaderboard-body .rounded-end-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.global-leaderboard-body .rounded-end-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.global-leaderboard-body .rounded-end-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.global-leaderboard-body .rounded-end-circle{border-bottom-right-radius:50%!important;border-top-right-radius:50%!important}.global-leaderboard-body .rounded-end-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.global-leaderboard-body .rounded-bottom{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.global-leaderboard-body .rounded-bottom-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.global-leaderboard-body .rounded-bottom-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.global-leaderboard-body .rounded-bottom-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.global-leaderboard-body .rounded-bottom-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.global-leaderboard-body .rounded-bottom-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.global-leaderboard-body .rounded-bottom-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.global-leaderboard-body .rounded-bottom-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.global-leaderboard-body .rounded-bottom-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.global-leaderboard-body .rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.global-leaderboard-body .rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.global-leaderboard-body .rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.global-leaderboard-body .rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.global-leaderboard-body .rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.global-leaderboard-body .rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.global-leaderboard-body .rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.global-leaderboard-body .rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.global-leaderboard-body .rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.global-leaderboard-body .visible{visibility:visible!important}.global-leaderboard-body .invisible{visibility:hidden!important}.global-leaderboard-body .z-n1{z-index:-1!important}.global-leaderboard-body .z-0{z-index:0!important}.global-leaderboard-body .z-1{z-index:1!important}.global-leaderboard-body .z-2{z-index:2!important}.global-leaderboard-body .z-3{z-index:3!important}@media(min-width:576px){.global-leaderboard-body .float-sm-start{float:left!important}.global-leaderboard-body .float-sm-end{float:right!important}.global-leaderboard-body .float-sm-none{float:none!important}.global-leaderboard-body .object-fit-sm-contain{object-fit:contain!important}.global-leaderboard-body .object-fit-sm-cover{object-fit:cover!important}.global-leaderboard-body .object-fit-sm-fill{object-fit:fill!important}.global-leaderboard-body .object-fit-sm-scale{object-fit:scale-down!important}.global-leaderboard-body .object-fit-sm-none{object-fit:none!important}.global-leaderboard-body .d-sm-inline{display:inline!important}.global-leaderboard-body .d-sm-inline-block{display:inline-block!important}.global-leaderboard-body .d-sm-block{display:block!important}.global-leaderboard-body .d-sm-grid{display:grid!important}.global-leaderboard-body .d-sm-inline-grid{display:inline-grid!important}.global-leaderboard-body .d-sm-table{display:table!important}.global-leaderboard-body .d-sm-table-row{display:table-row!important}.global-leaderboard-body .d-sm-table-cell{display:table-cell!important}.global-leaderboard-body .d-sm-flex{display:flex!important}.global-leaderboard-body .d-sm-inline-flex{display:inline-flex!important}.global-leaderboard-body .d-sm-none{display:none!important}.global-leaderboard-body .flex-sm-fill{flex:1 1 auto!important}.global-leaderboard-body .flex-sm-row{flex-direction:row!important}.global-leaderboard-body .flex-sm-column{flex-direction:column!important}.global-leaderboard-body .flex-sm-row-reverse{flex-direction:row-reverse!important}.global-leaderboard-body .flex-sm-column-reverse{flex-direction:column-reverse!important}.global-leaderboard-body .flex-sm-grow-0{flex-grow:0!important}.global-leaderboard-body .flex-sm-grow-1{flex-grow:1!important}.global-leaderboard-body .flex-sm-shrink-0{flex-shrink:0!important}.global-leaderboard-body .flex-sm-shrink-1{flex-shrink:1!important}.global-leaderboard-body .flex-sm-wrap{flex-wrap:wrap!important}.global-leaderboard-body .flex-sm-nowrap{flex-wrap:nowrap!important}.global-leaderboard-body .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.global-leaderboard-body .justify-content-sm-start{justify-content:flex-start!important}.global-leaderboard-body .justify-content-sm-end{justify-content:flex-end!important}.global-leaderboard-body .justify-content-sm-center{justify-content:center!important}.global-leaderboard-body .justify-content-sm-between{justify-content:space-between!important}.global-leaderboard-body .justify-content-sm-around{justify-content:space-around!important}.global-leaderboard-body .justify-content-sm-evenly{justify-content:space-evenly!important}.global-leaderboard-body .align-items-sm-start{align-items:flex-start!important}.global-leaderboard-body .align-items-sm-end{align-items:flex-end!important}.global-leaderboard-body .align-items-sm-center{align-items:center!important}.global-leaderboard-body .align-items-sm-baseline{align-items:baseline!important}.global-leaderboard-body .align-items-sm-stretch{align-items:stretch!important}.global-leaderboard-body .align-content-sm-start{align-content:flex-start!important}.global-leaderboard-body .align-content-sm-end{align-content:flex-end!important}.global-leaderboard-body .align-content-sm-center{align-content:center!important}.global-leaderboard-body .align-content-sm-between{align-content:space-between!important}.global-leaderboard-body .align-content-sm-around{align-content:space-around!important}.global-leaderboard-body .align-content-sm-stretch{align-content:stretch!important}.global-leaderboard-body .align-self-sm-auto{align-self:auto!important}.global-leaderboard-body .align-self-sm-start{align-self:flex-start!important}.global-leaderboard-body .align-self-sm-end{align-self:flex-end!important}.global-leaderboard-body .align-self-sm-center{align-self:center!important}.global-leaderboard-body .align-self-sm-baseline{align-self:baseline!important}.global-leaderboard-body .align-self-sm-stretch{align-self:stretch!important}.global-leaderboard-body .order-sm-first{order:-1!important}.global-leaderboard-body .order-sm-0{order:0!important}.global-leaderboard-body .order-sm-1{order:1!important}.global-leaderboard-body .order-sm-2{order:2!important}.global-leaderboard-body .order-sm-3{order:3!important}.global-leaderboard-body .order-sm-4{order:4!important}.global-leaderboard-body .order-sm-5{order:5!important}.global-leaderboard-body .order-sm-last{order:6!important}.global-leaderboard-body .m-sm-0{margin:0!important}.global-leaderboard-body .m-sm-1{margin:.25rem!important}.global-leaderboard-body .m-sm-2{margin:.5rem!important}.global-leaderboard-body .m-sm-3{margin:1rem!important}.global-leaderboard-body .m-sm-4{margin:1.5rem!important}.global-leaderboard-body .m-sm-5{margin:3rem!important}.global-leaderboard-body .m-sm-auto{margin:auto!important}.global-leaderboard-body .mx-sm-0{margin-left:0!important;margin-right:0!important}.global-leaderboard-body .mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.global-leaderboard-body .mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.global-leaderboard-body .mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.global-leaderboard-body .mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.global-leaderboard-body .mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.global-leaderboard-body .mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.global-leaderboard-body .my-sm-0{margin-bottom:0!important;margin-top:0!important}.global-leaderboard-body .my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.global-leaderboard-body .my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.global-leaderboard-body .my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.global-leaderboard-body .my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.global-leaderboard-body .my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.global-leaderboard-body .my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.global-leaderboard-body .mt-sm-0{margin-top:0!important}.global-leaderboard-body .mt-sm-1{margin-top:.25rem!important}.global-leaderboard-body .mt-sm-2{margin-top:.5rem!important}.global-leaderboard-body .mt-sm-3{margin-top:1rem!important}.global-leaderboard-body .mt-sm-4{margin-top:1.5rem!important}.global-leaderboard-body .mt-sm-5{margin-top:3rem!important}.global-leaderboard-body .mt-sm-auto{margin-top:auto!important}.global-leaderboard-body .me-sm-0{margin-right:0!important}.global-leaderboard-body .me-sm-1{margin-right:.25rem!important}.global-leaderboard-body .me-sm-2{margin-right:.5rem!important}.global-leaderboard-body .me-sm-3{margin-right:1rem!important}.global-leaderboard-body .me-sm-4{margin-right:1.5rem!important}.global-leaderboard-body .me-sm-5{margin-right:3rem!important}.global-leaderboard-body .me-sm-auto{margin-right:auto!important}.global-leaderboard-body .mb-sm-0{margin-bottom:0!important}.global-leaderboard-body .mb-sm-1{margin-bottom:.25rem!important}.global-leaderboard-body .mb-sm-2{margin-bottom:.5rem!important}.global-leaderboard-body .mb-sm-3{margin-bottom:1rem!important}.global-leaderboard-body .mb-sm-4{margin-bottom:1.5rem!important}.global-leaderboard-body .mb-sm-5{margin-bottom:3rem!important}.global-leaderboard-body .mb-sm-auto{margin-bottom:auto!important}.global-leaderboard-body .ms-sm-0{margin-left:0!important}.global-leaderboard-body .ms-sm-1{margin-left:.25rem!important}.global-leaderboard-body .ms-sm-2{margin-left:.5rem!important}.global-leaderboard-body .ms-sm-3{margin-left:1rem!important}.global-leaderboard-body .ms-sm-4{margin-left:1.5rem!important}.global-leaderboard-body .ms-sm-5{margin-left:3rem!important}.global-leaderboard-body .ms-sm-auto{margin-left:auto!important}.global-leaderboard-body .p-sm-0{padding:0!important}.global-leaderboard-body .p-sm-1{padding:.25rem!important}.global-leaderboard-body .p-sm-2{padding:.5rem!important}.global-leaderboard-body .p-sm-3{padding:1rem!important}.global-leaderboard-body .p-sm-4{padding:1.5rem!important}.global-leaderboard-body .p-sm-5{padding:3rem!important}.global-leaderboard-body .px-sm-0{padding-left:0!important;padding-right:0!important}.global-leaderboard-body .px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.global-leaderboard-body .px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.global-leaderboard-body .px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.global-leaderboard-body .px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.global-leaderboard-body .px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.global-leaderboard-body .py-sm-0{padding-bottom:0!important;padding-top:0!important}.global-leaderboard-body .py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.global-leaderboard-body .py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.global-leaderboard-body .py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.global-leaderboard-body .py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.global-leaderboard-body .py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.global-leaderboard-body .pt-sm-0{padding-top:0!important}.global-leaderboard-body .pt-sm-1{padding-top:.25rem!important}.global-leaderboard-body .pt-sm-2{padding-top:.5rem!important}.global-leaderboard-body .pt-sm-3{padding-top:1rem!important}.global-leaderboard-body .pt-sm-4{padding-top:1.5rem!important}.global-leaderboard-body .pt-sm-5{padding-top:3rem!important}.global-leaderboard-body .pe-sm-0{padding-right:0!important}.global-leaderboard-body .pe-sm-1{padding-right:.25rem!important}.global-leaderboard-body .pe-sm-2{padding-right:.5rem!important}.global-leaderboard-body .pe-sm-3{padding-right:1rem!important}.global-leaderboard-body .pe-sm-4{padding-right:1.5rem!important}.global-leaderboard-body .pe-sm-5{padding-right:3rem!important}.global-leaderboard-body .pb-sm-0{padding-bottom:0!important}.global-leaderboard-body .pb-sm-1{padding-bottom:.25rem!important}.global-leaderboard-body .pb-sm-2{padding-bottom:.5rem!important}.global-leaderboard-body .pb-sm-3{padding-bottom:1rem!important}.global-leaderboard-body .pb-sm-4{padding-bottom:1.5rem!important}.global-leaderboard-body .pb-sm-5{padding-bottom:3rem!important}.global-leaderboard-body .ps-sm-0{padding-left:0!important}.global-leaderboard-body .ps-sm-1{padding-left:.25rem!important}.global-leaderboard-body .ps-sm-2{padding-left:.5rem!important}.global-leaderboard-body .ps-sm-3{padding-left:1rem!important}.global-leaderboard-body .ps-sm-4{padding-left:1.5rem!important}.global-leaderboard-body .ps-sm-5{padding-left:3rem!important}.global-leaderboard-body .gap-sm-0{gap:0!important}.global-leaderboard-body .gap-sm-1{gap:.25rem!important}.global-leaderboard-body .gap-sm-2{gap:.5rem!important}.global-leaderboard-body .gap-sm-3{gap:1rem!important}.global-leaderboard-body .gap-sm-4{gap:1.5rem!important}.global-leaderboard-body .gap-sm-5{gap:3rem!important}.global-leaderboard-body .row-gap-sm-0{row-gap:0!important}.global-leaderboard-body .row-gap-sm-1{row-gap:.25rem!important}.global-leaderboard-body .row-gap-sm-2{row-gap:.5rem!important}.global-leaderboard-body .row-gap-sm-3{row-gap:1rem!important}.global-leaderboard-body .row-gap-sm-4{row-gap:1.5rem!important}.global-leaderboard-body .row-gap-sm-5{row-gap:3rem!important}.global-leaderboard-body .column-gap-sm-0{column-gap:0!important}.global-leaderboard-body .column-gap-sm-1{column-gap:.25rem!important}.global-leaderboard-body .column-gap-sm-2{column-gap:.5rem!important}.global-leaderboard-body .column-gap-sm-3{column-gap:1rem!important}.global-leaderboard-body .column-gap-sm-4{column-gap:1.5rem!important}.global-leaderboard-body .column-gap-sm-5{column-gap:3rem!important}.global-leaderboard-body .text-sm-start{text-align:left!important}.global-leaderboard-body .text-sm-end{text-align:right!important}.global-leaderboard-body .text-sm-center{text-align:center!important}}@media(min-width:768px){.global-leaderboard-body .float-md-start{float:left!important}.global-leaderboard-body .float-md-end{float:right!important}.global-leaderboard-body .float-md-none{float:none!important}.global-leaderboard-body .object-fit-md-contain{object-fit:contain!important}.global-leaderboard-body .object-fit-md-cover{object-fit:cover!important}.global-leaderboard-body .object-fit-md-fill{object-fit:fill!important}.global-leaderboard-body .object-fit-md-scale{object-fit:scale-down!important}.global-leaderboard-body .object-fit-md-none{object-fit:none!important}.global-leaderboard-body .d-md-inline{display:inline!important}.global-leaderboard-body .d-md-inline-block{display:inline-block!important}.global-leaderboard-body .d-md-block{display:block!important}.global-leaderboard-body .d-md-grid{display:grid!important}.global-leaderboard-body .d-md-inline-grid{display:inline-grid!important}.global-leaderboard-body .d-md-table{display:table!important}.global-leaderboard-body .d-md-table-row{display:table-row!important}.global-leaderboard-body .d-md-table-cell{display:table-cell!important}.global-leaderboard-body .d-md-flex{display:flex!important}.global-leaderboard-body .d-md-inline-flex{display:inline-flex!important}.global-leaderboard-body .d-md-none{display:none!important}.global-leaderboard-body .flex-md-fill{flex:1 1 auto!important}.global-leaderboard-body .flex-md-row{flex-direction:row!important}.global-leaderboard-body .flex-md-column{flex-direction:column!important}.global-leaderboard-body .flex-md-row-reverse{flex-direction:row-reverse!important}.global-leaderboard-body .flex-md-column-reverse{flex-direction:column-reverse!important}.global-leaderboard-body .flex-md-grow-0{flex-grow:0!important}.global-leaderboard-body .flex-md-grow-1{flex-grow:1!important}.global-leaderboard-body .flex-md-shrink-0{flex-shrink:0!important}.global-leaderboard-body .flex-md-shrink-1{flex-shrink:1!important}.global-leaderboard-body .flex-md-wrap{flex-wrap:wrap!important}.global-leaderboard-body .flex-md-nowrap{flex-wrap:nowrap!important}.global-leaderboard-body .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.global-leaderboard-body .justify-content-md-start{justify-content:flex-start!important}.global-leaderboard-body .justify-content-md-end{justify-content:flex-end!important}.global-leaderboard-body .justify-content-md-center{justify-content:center!important}.global-leaderboard-body .justify-content-md-between{justify-content:space-between!important}.global-leaderboard-body .justify-content-md-around{justify-content:space-around!important}.global-leaderboard-body .justify-content-md-evenly{justify-content:space-evenly!important}.global-leaderboard-body .align-items-md-start{align-items:flex-start!important}.global-leaderboard-body .align-items-md-end{align-items:flex-end!important}.global-leaderboard-body .align-items-md-center{align-items:center!important}.global-leaderboard-body .align-items-md-baseline{align-items:baseline!important}.global-leaderboard-body .align-items-md-stretch{align-items:stretch!important}.global-leaderboard-body .align-content-md-start{align-content:flex-start!important}.global-leaderboard-body .align-content-md-end{align-content:flex-end!important}.global-leaderboard-body .align-content-md-center{align-content:center!important}.global-leaderboard-body .align-content-md-between{align-content:space-between!important}.global-leaderboard-body .align-content-md-around{align-content:space-around!important}.global-leaderboard-body .align-content-md-stretch{align-content:stretch!important}.global-leaderboard-body .align-self-md-auto{align-self:auto!important}.global-leaderboard-body .align-self-md-start{align-self:flex-start!important}.global-leaderboard-body .align-self-md-end{align-self:flex-end!important}.global-leaderboard-body .align-self-md-center{align-self:center!important}.global-leaderboard-body .align-self-md-baseline{align-self:baseline!important}.global-leaderboard-body .align-self-md-stretch{align-self:stretch!important}.global-leaderboard-body .order-md-first{order:-1!important}.global-leaderboard-body .order-md-0{order:0!important}.global-leaderboard-body .order-md-1{order:1!important}.global-leaderboard-body .order-md-2{order:2!important}.global-leaderboard-body .order-md-3{order:3!important}.global-leaderboard-body .order-md-4{order:4!important}.global-leaderboard-body .order-md-5{order:5!important}.global-leaderboard-body .order-md-last{order:6!important}.global-leaderboard-body .m-md-0{margin:0!important}.global-leaderboard-body .m-md-1{margin:.25rem!important}.global-leaderboard-body .m-md-2{margin:.5rem!important}.global-leaderboard-body .m-md-3{margin:1rem!important}.global-leaderboard-body .m-md-4{margin:1.5rem!important}.global-leaderboard-body .m-md-5{margin:3rem!important}.global-leaderboard-body .m-md-auto{margin:auto!important}.global-leaderboard-body .mx-md-0{margin-left:0!important;margin-right:0!important}.global-leaderboard-body .mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.global-leaderboard-body .mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.global-leaderboard-body .mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.global-leaderboard-body .mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.global-leaderboard-body .mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.global-leaderboard-body .mx-md-auto{margin-left:auto!important;margin-right:auto!important}.global-leaderboard-body .my-md-0{margin-bottom:0!important;margin-top:0!important}.global-leaderboard-body .my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.global-leaderboard-body .my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.global-leaderboard-body .my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.global-leaderboard-body .my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.global-leaderboard-body .my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.global-leaderboard-body .my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.global-leaderboard-body .mt-md-0{margin-top:0!important}.global-leaderboard-body .mt-md-1{margin-top:.25rem!important}.global-leaderboard-body .mt-md-2{margin-top:.5rem!important}.global-leaderboard-body .mt-md-3{margin-top:1rem!important}.global-leaderboard-body .mt-md-4{margin-top:1.5rem!important}.global-leaderboard-body .mt-md-5{margin-top:3rem!important}.global-leaderboard-body .mt-md-auto{margin-top:auto!important}.global-leaderboard-body .me-md-0{margin-right:0!important}.global-leaderboard-body .me-md-1{margin-right:.25rem!important}.global-leaderboard-body .me-md-2{margin-right:.5rem!important}.global-leaderboard-body .me-md-3{margin-right:1rem!important}.global-leaderboard-body .me-md-4{margin-right:1.5rem!important}.global-leaderboard-body .me-md-5{margin-right:3rem!important}.global-leaderboard-body .me-md-auto{margin-right:auto!important}.global-leaderboard-body .mb-md-0{margin-bottom:0!important}.global-leaderboard-body .mb-md-1{margin-bottom:.25rem!important}.global-leaderboard-body .mb-md-2{margin-bottom:.5rem!important}.global-leaderboard-body .mb-md-3{margin-bottom:1rem!important}.global-leaderboard-body .mb-md-4{margin-bottom:1.5rem!important}.global-leaderboard-body .mb-md-5{margin-bottom:3rem!important}.global-leaderboard-body .mb-md-auto{margin-bottom:auto!important}.global-leaderboard-body .ms-md-0{margin-left:0!important}.global-leaderboard-body .ms-md-1{margin-left:.25rem!important}.global-leaderboard-body .ms-md-2{margin-left:.5rem!important}.global-leaderboard-body .ms-md-3{margin-left:1rem!important}.global-leaderboard-body .ms-md-4{margin-left:1.5rem!important}.global-leaderboard-body .ms-md-5{margin-left:3rem!important}.global-leaderboard-body .ms-md-auto{margin-left:auto!important}.global-leaderboard-body .p-md-0{padding:0!important}.global-leaderboard-body .p-md-1{padding:.25rem!important}.global-leaderboard-body .p-md-2{padding:.5rem!important}.global-leaderboard-body .p-md-3{padding:1rem!important}.global-leaderboard-body .p-md-4{padding:1.5rem!important}.global-leaderboard-body .p-md-5{padding:3rem!important}.global-leaderboard-body .px-md-0{padding-left:0!important;padding-right:0!important}.global-leaderboard-body .px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.global-leaderboard-body .px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.global-leaderboard-body .px-md-3{padding-left:1rem!important;padding-right:1rem!important}.global-leaderboard-body .px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.global-leaderboard-body .px-md-5{padding-left:3rem!important;padding-right:3rem!important}.global-leaderboard-body .py-md-0{padding-bottom:0!important;padding-top:0!important}.global-leaderboard-body .py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.global-leaderboard-body .py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.global-leaderboard-body .py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.global-leaderboard-body .py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.global-leaderboard-body .py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.global-leaderboard-body .pt-md-0{padding-top:0!important}.global-leaderboard-body .pt-md-1{padding-top:.25rem!important}.global-leaderboard-body .pt-md-2{padding-top:.5rem!important}.global-leaderboard-body .pt-md-3{padding-top:1rem!important}.global-leaderboard-body .pt-md-4{padding-top:1.5rem!important}.global-leaderboard-body .pt-md-5{padding-top:3rem!important}.global-leaderboard-body .pe-md-0{padding-right:0!important}.global-leaderboard-body .pe-md-1{padding-right:.25rem!important}.global-leaderboard-body .pe-md-2{padding-right:.5rem!important}.global-leaderboard-body .pe-md-3{padding-right:1rem!important}.global-leaderboard-body .pe-md-4{padding-right:1.5rem!important}.global-leaderboard-body .pe-md-5{padding-right:3rem!important}.global-leaderboard-body .pb-md-0{padding-bottom:0!important}.global-leaderboard-body .pb-md-1{padding-bottom:.25rem!important}.global-leaderboard-body .pb-md-2{padding-bottom:.5rem!important}.global-leaderboard-body .pb-md-3{padding-bottom:1rem!important}.global-leaderboard-body .pb-md-4{padding-bottom:1.5rem!important}.global-leaderboard-body .pb-md-5{padding-bottom:3rem!important}.global-leaderboard-body .ps-md-0{padding-left:0!important}.global-leaderboard-body .ps-md-1{padding-left:.25rem!important}.global-leaderboard-body .ps-md-2{padding-left:.5rem!important}.global-leaderboard-body .ps-md-3{padding-left:1rem!important}.global-leaderboard-body .ps-md-4{padding-left:1.5rem!important}.global-leaderboard-body .ps-md-5{padding-left:3rem!important}.global-leaderboard-body .gap-md-0{gap:0!important}.global-leaderboard-body .gap-md-1{gap:.25rem!important}.global-leaderboard-body .gap-md-2{gap:.5rem!important}.global-leaderboard-body .gap-md-3{gap:1rem!important}.global-leaderboard-body .gap-md-4{gap:1.5rem!important}.global-leaderboard-body .gap-md-5{gap:3rem!important}.global-leaderboard-body .row-gap-md-0{row-gap:0!important}.global-leaderboard-body .row-gap-md-1{row-gap:.25rem!important}.global-leaderboard-body .row-gap-md-2{row-gap:.5rem!important}.global-leaderboard-body .row-gap-md-3{row-gap:1rem!important}.global-leaderboard-body .row-gap-md-4{row-gap:1.5rem!important}.global-leaderboard-body .row-gap-md-5{row-gap:3rem!important}.global-leaderboard-body .column-gap-md-0{column-gap:0!important}.global-leaderboard-body .column-gap-md-1{column-gap:.25rem!important}.global-leaderboard-body .column-gap-md-2{column-gap:.5rem!important}.global-leaderboard-body .column-gap-md-3{column-gap:1rem!important}.global-leaderboard-body .column-gap-md-4{column-gap:1.5rem!important}.global-leaderboard-body .column-gap-md-5{column-gap:3rem!important}.global-leaderboard-body .text-md-start{text-align:left!important}.global-leaderboard-body .text-md-end{text-align:right!important}.global-leaderboard-body .text-md-center{text-align:center!important}}@media(min-width:992px){.global-leaderboard-body .float-lg-start{float:left!important}.global-leaderboard-body .float-lg-end{float:right!important}.global-leaderboard-body .float-lg-none{float:none!important}.global-leaderboard-body .object-fit-lg-contain{object-fit:contain!important}.global-leaderboard-body .object-fit-lg-cover{object-fit:cover!important}.global-leaderboard-body .object-fit-lg-fill{object-fit:fill!important}.global-leaderboard-body .object-fit-lg-scale{object-fit:scale-down!important}.global-leaderboard-body .object-fit-lg-none{object-fit:none!important}.global-leaderboard-body .d-lg-inline{display:inline!important}.global-leaderboard-body .d-lg-inline-block{display:inline-block!important}.global-leaderboard-body .d-lg-block{display:block!important}.global-leaderboard-body .d-lg-grid{display:grid!important}.global-leaderboard-body .d-lg-inline-grid{display:inline-grid!important}.global-leaderboard-body .d-lg-table{display:table!important}.global-leaderboard-body .d-lg-table-row{display:table-row!important}.global-leaderboard-body .d-lg-table-cell{display:table-cell!important}.global-leaderboard-body .d-lg-flex{display:flex!important}.global-leaderboard-body .d-lg-inline-flex{display:inline-flex!important}.global-leaderboard-body .d-lg-none{display:none!important}.global-leaderboard-body .flex-lg-fill{flex:1 1 auto!important}.global-leaderboard-body .flex-lg-row{flex-direction:row!important}.global-leaderboard-body .flex-lg-column{flex-direction:column!important}.global-leaderboard-body .flex-lg-row-reverse{flex-direction:row-reverse!important}.global-leaderboard-body .flex-lg-column-reverse{flex-direction:column-reverse!important}.global-leaderboard-body .flex-lg-grow-0{flex-grow:0!important}.global-leaderboard-body .flex-lg-grow-1{flex-grow:1!important}.global-leaderboard-body .flex-lg-shrink-0{flex-shrink:0!important}.global-leaderboard-body .flex-lg-shrink-1{flex-shrink:1!important}.global-leaderboard-body .flex-lg-wrap{flex-wrap:wrap!important}.global-leaderboard-body .flex-lg-nowrap{flex-wrap:nowrap!important}.global-leaderboard-body .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.global-leaderboard-body .justify-content-lg-start{justify-content:flex-start!important}.global-leaderboard-body .justify-content-lg-end{justify-content:flex-end!important}.global-leaderboard-body .justify-content-lg-center{justify-content:center!important}.global-leaderboard-body .justify-content-lg-between{justify-content:space-between!important}.global-leaderboard-body .justify-content-lg-around{justify-content:space-around!important}.global-leaderboard-body .justify-content-lg-evenly{justify-content:space-evenly!important}.global-leaderboard-body .align-items-lg-start{align-items:flex-start!important}.global-leaderboard-body .align-items-lg-end{align-items:flex-end!important}.global-leaderboard-body .align-items-lg-center{align-items:center!important}.global-leaderboard-body .align-items-lg-baseline{align-items:baseline!important}.global-leaderboard-body .align-items-lg-stretch{align-items:stretch!important}.global-leaderboard-body .align-content-lg-start{align-content:flex-start!important}.global-leaderboard-body .align-content-lg-end{align-content:flex-end!important}.global-leaderboard-body .align-content-lg-center{align-content:center!important}.global-leaderboard-body .align-content-lg-between{align-content:space-between!important}.global-leaderboard-body .align-content-lg-around{align-content:space-around!important}.global-leaderboard-body .align-content-lg-stretch{align-content:stretch!important}.global-leaderboard-body .align-self-lg-auto{align-self:auto!important}.global-leaderboard-body .align-self-lg-start{align-self:flex-start!important}.global-leaderboard-body .align-self-lg-end{align-self:flex-end!important}.global-leaderboard-body .align-self-lg-center{align-self:center!important}.global-leaderboard-body .align-self-lg-baseline{align-self:baseline!important}.global-leaderboard-body .align-self-lg-stretch{align-self:stretch!important}.global-leaderboard-body .order-lg-first{order:-1!important}.global-leaderboard-body .order-lg-0{order:0!important}.global-leaderboard-body .order-lg-1{order:1!important}.global-leaderboard-body .order-lg-2{order:2!important}.global-leaderboard-body .order-lg-3{order:3!important}.global-leaderboard-body .order-lg-4{order:4!important}.global-leaderboard-body .order-lg-5{order:5!important}.global-leaderboard-body .order-lg-last{order:6!important}.global-leaderboard-body .m-lg-0{margin:0!important}.global-leaderboard-body .m-lg-1{margin:.25rem!important}.global-leaderboard-body .m-lg-2{margin:.5rem!important}.global-leaderboard-body .m-lg-3{margin:1rem!important}.global-leaderboard-body .m-lg-4{margin:1.5rem!important}.global-leaderboard-body .m-lg-5{margin:3rem!important}.global-leaderboard-body .m-lg-auto{margin:auto!important}.global-leaderboard-body .mx-lg-0{margin-left:0!important;margin-right:0!important}.global-leaderboard-body .mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.global-leaderboard-body .mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.global-leaderboard-body .mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.global-leaderboard-body .mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.global-leaderboard-body .mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.global-leaderboard-body .mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.global-leaderboard-body .my-lg-0{margin-bottom:0!important;margin-top:0!important}.global-leaderboard-body .my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.global-leaderboard-body .my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.global-leaderboard-body .my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.global-leaderboard-body .my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.global-leaderboard-body .my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.global-leaderboard-body .my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.global-leaderboard-body .mt-lg-0{margin-top:0!important}.global-leaderboard-body .mt-lg-1{margin-top:.25rem!important}.global-leaderboard-body .mt-lg-2{margin-top:.5rem!important}.global-leaderboard-body .mt-lg-3{margin-top:1rem!important}.global-leaderboard-body .mt-lg-4{margin-top:1.5rem!important}.global-leaderboard-body .mt-lg-5{margin-top:3rem!important}.global-leaderboard-body .mt-lg-auto{margin-top:auto!important}.global-leaderboard-body .me-lg-0{margin-right:0!important}.global-leaderboard-body .me-lg-1{margin-right:.25rem!important}.global-leaderboard-body .me-lg-2{margin-right:.5rem!important}.global-leaderboard-body .me-lg-3{margin-right:1rem!important}.global-leaderboard-body .me-lg-4{margin-right:1.5rem!important}.global-leaderboard-body .me-lg-5{margin-right:3rem!important}.global-leaderboard-body .me-lg-auto{margin-right:auto!important}.global-leaderboard-body .mb-lg-0{margin-bottom:0!important}.global-leaderboard-body .mb-lg-1{margin-bottom:.25rem!important}.global-leaderboard-body .mb-lg-2{margin-bottom:.5rem!important}.global-leaderboard-body .mb-lg-3{margin-bottom:1rem!important}.global-leaderboard-body .mb-lg-4{margin-bottom:1.5rem!important}.global-leaderboard-body .mb-lg-5{margin-bottom:3rem!important}.global-leaderboard-body .mb-lg-auto{margin-bottom:auto!important}.global-leaderboard-body .ms-lg-0{margin-left:0!important}.global-leaderboard-body .ms-lg-1{margin-left:.25rem!important}.global-leaderboard-body .ms-lg-2{margin-left:.5rem!important}.global-leaderboard-body .ms-lg-3{margin-left:1rem!important}.global-leaderboard-body .ms-lg-4{margin-left:1.5rem!important}.global-leaderboard-body .ms-lg-5{margin-left:3rem!important}.global-leaderboard-body .ms-lg-auto{margin-left:auto!important}.global-leaderboard-body .p-lg-0{padding:0!important}.global-leaderboard-body .p-lg-1{padding:.25rem!important}.global-leaderboard-body .p-lg-2{padding:.5rem!important}.global-leaderboard-body .p-lg-3{padding:1rem!important}.global-leaderboard-body .p-lg-4{padding:1.5rem!important}.global-leaderboard-body .p-lg-5{padding:3rem!important}.global-leaderboard-body .px-lg-0{padding-left:0!important;padding-right:0!important}.global-leaderboard-body .px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.global-leaderboard-body .px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.global-leaderboard-body .px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.global-leaderboard-body .px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.global-leaderboard-body .px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.global-leaderboard-body .py-lg-0{padding-bottom:0!important;padding-top:0!important}.global-leaderboard-body .py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.global-leaderboard-body .py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.global-leaderboard-body .py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.global-leaderboard-body .py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.global-leaderboard-body .py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.global-leaderboard-body .pt-lg-0{padding-top:0!important}.global-leaderboard-body .pt-lg-1{padding-top:.25rem!important}.global-leaderboard-body .pt-lg-2{padding-top:.5rem!important}.global-leaderboard-body .pt-lg-3{padding-top:1rem!important}.global-leaderboard-body .pt-lg-4{padding-top:1.5rem!important}.global-leaderboard-body .pt-lg-5{padding-top:3rem!important}.global-leaderboard-body .pe-lg-0{padding-right:0!important}.global-leaderboard-body .pe-lg-1{padding-right:.25rem!important}.global-leaderboard-body .pe-lg-2{padding-right:.5rem!important}.global-leaderboard-body .pe-lg-3{padding-right:1rem!important}.global-leaderboard-body .pe-lg-4{padding-right:1.5rem!important}.global-leaderboard-body .pe-lg-5{padding-right:3rem!important}.global-leaderboard-body .pb-lg-0{padding-bottom:0!important}.global-leaderboard-body .pb-lg-1{padding-bottom:.25rem!important}.global-leaderboard-body .pb-lg-2{padding-bottom:.5rem!important}.global-leaderboard-body .pb-lg-3{padding-bottom:1rem!important}.global-leaderboard-body .pb-lg-4{padding-bottom:1.5rem!important}.global-leaderboard-body .pb-lg-5{padding-bottom:3rem!important}.global-leaderboard-body .ps-lg-0{padding-left:0!important}.global-leaderboard-body .ps-lg-1{padding-left:.25rem!important}.global-leaderboard-body .ps-lg-2{padding-left:.5rem!important}.global-leaderboard-body .ps-lg-3{padding-left:1rem!important}.global-leaderboard-body .ps-lg-4{padding-left:1.5rem!important}.global-leaderboard-body .ps-lg-5{padding-left:3rem!important}.global-leaderboard-body .gap-lg-0{gap:0!important}.global-leaderboard-body .gap-lg-1{gap:.25rem!important}.global-leaderboard-body .gap-lg-2{gap:.5rem!important}.global-leaderboard-body .gap-lg-3{gap:1rem!important}.global-leaderboard-body .gap-lg-4{gap:1.5rem!important}.global-leaderboard-body .gap-lg-5{gap:3rem!important}.global-leaderboard-body .row-gap-lg-0{row-gap:0!important}.global-leaderboard-body .row-gap-lg-1{row-gap:.25rem!important}.global-leaderboard-body .row-gap-lg-2{row-gap:.5rem!important}.global-leaderboard-body .row-gap-lg-3{row-gap:1rem!important}.global-leaderboard-body .row-gap-lg-4{row-gap:1.5rem!important}.global-leaderboard-body .row-gap-lg-5{row-gap:3rem!important}.global-leaderboard-body .column-gap-lg-0{column-gap:0!important}.global-leaderboard-body .column-gap-lg-1{column-gap:.25rem!important}.global-leaderboard-body .column-gap-lg-2{column-gap:.5rem!important}.global-leaderboard-body .column-gap-lg-3{column-gap:1rem!important}.global-leaderboard-body .column-gap-lg-4{column-gap:1.5rem!important}.global-leaderboard-body .column-gap-lg-5{column-gap:3rem!important}.global-leaderboard-body .text-lg-start{text-align:left!important}.global-leaderboard-body .text-lg-end{text-align:right!important}.global-leaderboard-body .text-lg-center{text-align:center!important}}@media(min-width:1200px){.global-leaderboard-body .float-xl-start{float:left!important}.global-leaderboard-body .float-xl-end{float:right!important}.global-leaderboard-body .float-xl-none{float:none!important}.global-leaderboard-body .object-fit-xl-contain{object-fit:contain!important}.global-leaderboard-body .object-fit-xl-cover{object-fit:cover!important}.global-leaderboard-body .object-fit-xl-fill{object-fit:fill!important}.global-leaderboard-body .object-fit-xl-scale{object-fit:scale-down!important}.global-leaderboard-body .object-fit-xl-none{object-fit:none!important}.global-leaderboard-body .d-xl-inline{display:inline!important}.global-leaderboard-body .d-xl-inline-block{display:inline-block!important}.global-leaderboard-body .d-xl-block{display:block!important}.global-leaderboard-body .d-xl-grid{display:grid!important}.global-leaderboard-body .d-xl-inline-grid{display:inline-grid!important}.global-leaderboard-body .d-xl-table{display:table!important}.global-leaderboard-body .d-xl-table-row{display:table-row!important}.global-leaderboard-body .d-xl-table-cell{display:table-cell!important}.global-leaderboard-body .d-xl-flex{display:flex!important}.global-leaderboard-body .d-xl-inline-flex{display:inline-flex!important}.global-leaderboard-body .d-xl-none{display:none!important}.global-leaderboard-body .flex-xl-fill{flex:1 1 auto!important}.global-leaderboard-body .flex-xl-row{flex-direction:row!important}.global-leaderboard-body .flex-xl-column{flex-direction:column!important}.global-leaderboard-body .flex-xl-row-reverse{flex-direction:row-reverse!important}.global-leaderboard-body .flex-xl-column-reverse{flex-direction:column-reverse!important}.global-leaderboard-body .flex-xl-grow-0{flex-grow:0!important}.global-leaderboard-body .flex-xl-grow-1{flex-grow:1!important}.global-leaderboard-body .flex-xl-shrink-0{flex-shrink:0!important}.global-leaderboard-body .flex-xl-shrink-1{flex-shrink:1!important}.global-leaderboard-body .flex-xl-wrap{flex-wrap:wrap!important}.global-leaderboard-body .flex-xl-nowrap{flex-wrap:nowrap!important}.global-leaderboard-body .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.global-leaderboard-body .justify-content-xl-start{justify-content:flex-start!important}.global-leaderboard-body .justify-content-xl-end{justify-content:flex-end!important}.global-leaderboard-body .justify-content-xl-center{justify-content:center!important}.global-leaderboard-body .justify-content-xl-between{justify-content:space-between!important}.global-leaderboard-body .justify-content-xl-around{justify-content:space-around!important}.global-leaderboard-body .justify-content-xl-evenly{justify-content:space-evenly!important}.global-leaderboard-body .align-items-xl-start{align-items:flex-start!important}.global-leaderboard-body .align-items-xl-end{align-items:flex-end!important}.global-leaderboard-body .align-items-xl-center{align-items:center!important}.global-leaderboard-body .align-items-xl-baseline{align-items:baseline!important}.global-leaderboard-body .align-items-xl-stretch{align-items:stretch!important}.global-leaderboard-body .align-content-xl-start{align-content:flex-start!important}.global-leaderboard-body .align-content-xl-end{align-content:flex-end!important}.global-leaderboard-body .align-content-xl-center{align-content:center!important}.global-leaderboard-body .align-content-xl-between{align-content:space-between!important}.global-leaderboard-body .align-content-xl-around{align-content:space-around!important}.global-leaderboard-body .align-content-xl-stretch{align-content:stretch!important}.global-leaderboard-body .align-self-xl-auto{align-self:auto!important}.global-leaderboard-body .align-self-xl-start{align-self:flex-start!important}.global-leaderboard-body .align-self-xl-end{align-self:flex-end!important}.global-leaderboard-body .align-self-xl-center{align-self:center!important}.global-leaderboard-body .align-self-xl-baseline{align-self:baseline!important}.global-leaderboard-body .align-self-xl-stretch{align-self:stretch!important}.global-leaderboard-body .order-xl-first{order:-1!important}.global-leaderboard-body .order-xl-0{order:0!important}.global-leaderboard-body .order-xl-1{order:1!important}.global-leaderboard-body .order-xl-2{order:2!important}.global-leaderboard-body .order-xl-3{order:3!important}.global-leaderboard-body .order-xl-4{order:4!important}.global-leaderboard-body .order-xl-5{order:5!important}.global-leaderboard-body .order-xl-last{order:6!important}.global-leaderboard-body .m-xl-0{margin:0!important}.global-leaderboard-body .m-xl-1{margin:.25rem!important}.global-leaderboard-body .m-xl-2{margin:.5rem!important}.global-leaderboard-body .m-xl-3{margin:1rem!important}.global-leaderboard-body .m-xl-4{margin:1.5rem!important}.global-leaderboard-body .m-xl-5{margin:3rem!important}.global-leaderboard-body .m-xl-auto{margin:auto!important}.global-leaderboard-body .mx-xl-0{margin-left:0!important;margin-right:0!important}.global-leaderboard-body .mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.global-leaderboard-body .mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.global-leaderboard-body .mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.global-leaderboard-body .mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.global-leaderboard-body .mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.global-leaderboard-body .mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.global-leaderboard-body .my-xl-0{margin-bottom:0!important;margin-top:0!important}.global-leaderboard-body .my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.global-leaderboard-body .my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.global-leaderboard-body .my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.global-leaderboard-body .my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.global-leaderboard-body .my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.global-leaderboard-body .my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.global-leaderboard-body .mt-xl-0{margin-top:0!important}.global-leaderboard-body .mt-xl-1{margin-top:.25rem!important}.global-leaderboard-body .mt-xl-2{margin-top:.5rem!important}.global-leaderboard-body .mt-xl-3{margin-top:1rem!important}.global-leaderboard-body .mt-xl-4{margin-top:1.5rem!important}.global-leaderboard-body .mt-xl-5{margin-top:3rem!important}.global-leaderboard-body .mt-xl-auto{margin-top:auto!important}.global-leaderboard-body .me-xl-0{margin-right:0!important}.global-leaderboard-body .me-xl-1{margin-right:.25rem!important}.global-leaderboard-body .me-xl-2{margin-right:.5rem!important}.global-leaderboard-body .me-xl-3{margin-right:1rem!important}.global-leaderboard-body .me-xl-4{margin-right:1.5rem!important}.global-leaderboard-body .me-xl-5{margin-right:3rem!important}.global-leaderboard-body .me-xl-auto{margin-right:auto!important}.global-leaderboard-body .mb-xl-0{margin-bottom:0!important}.global-leaderboard-body .mb-xl-1{margin-bottom:.25rem!important}.global-leaderboard-body .mb-xl-2{margin-bottom:.5rem!important}.global-leaderboard-body .mb-xl-3{margin-bottom:1rem!important}.global-leaderboard-body .mb-xl-4{margin-bottom:1.5rem!important}.global-leaderboard-body .mb-xl-5{margin-bottom:3rem!important}.global-leaderboard-body .mb-xl-auto{margin-bottom:auto!important}.global-leaderboard-body .ms-xl-0{margin-left:0!important}.global-leaderboard-body .ms-xl-1{margin-left:.25rem!important}.global-leaderboard-body .ms-xl-2{margin-left:.5rem!important}.global-leaderboard-body .ms-xl-3{margin-left:1rem!important}.global-leaderboard-body .ms-xl-4{margin-left:1.5rem!important}.global-leaderboard-body .ms-xl-5{margin-left:3rem!important}.global-leaderboard-body .ms-xl-auto{margin-left:auto!important}.global-leaderboard-body .p-xl-0{padding:0!important}.global-leaderboard-body .p-xl-1{padding:.25rem!important}.global-leaderboard-body .p-xl-2{padding:.5rem!important}.global-leaderboard-body .p-xl-3{padding:1rem!important}.global-leaderboard-body .p-xl-4{padding:1.5rem!important}.global-leaderboard-body .p-xl-5{padding:3rem!important}.global-leaderboard-body .px-xl-0{padding-left:0!important;padding-right:0!important}.global-leaderboard-body .px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.global-leaderboard-body .px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.global-leaderboard-body .px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.global-leaderboard-body .px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.global-leaderboard-body .px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.global-leaderboard-body .py-xl-0{padding-bottom:0!important;padding-top:0!important}.global-leaderboard-body .py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.global-leaderboard-body .py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.global-leaderboard-body .py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.global-leaderboard-body .py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.global-leaderboard-body .py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.global-leaderboard-body .pt-xl-0{padding-top:0!important}.global-leaderboard-body .pt-xl-1{padding-top:.25rem!important}.global-leaderboard-body .pt-xl-2{padding-top:.5rem!important}.global-leaderboard-body .pt-xl-3{padding-top:1rem!important}.global-leaderboard-body .pt-xl-4{padding-top:1.5rem!important}.global-leaderboard-body .pt-xl-5{padding-top:3rem!important}.global-leaderboard-body .pe-xl-0{padding-right:0!important}.global-leaderboard-body .pe-xl-1{padding-right:.25rem!important}.global-leaderboard-body .pe-xl-2{padding-right:.5rem!important}.global-leaderboard-body .pe-xl-3{padding-right:1rem!important}.global-leaderboard-body .pe-xl-4{padding-right:1.5rem!important}.global-leaderboard-body .pe-xl-5{padding-right:3rem!important}.global-leaderboard-body .pb-xl-0{padding-bottom:0!important}.global-leaderboard-body .pb-xl-1{padding-bottom:.25rem!important}.global-leaderboard-body .pb-xl-2{padding-bottom:.5rem!important}.global-leaderboard-body .pb-xl-3{padding-bottom:1rem!important}.global-leaderboard-body .pb-xl-4{padding-bottom:1.5rem!important}.global-leaderboard-body .pb-xl-5{padding-bottom:3rem!important}.global-leaderboard-body .ps-xl-0{padding-left:0!important}.global-leaderboard-body .ps-xl-1{padding-left:.25rem!important}.global-leaderboard-body .ps-xl-2{padding-left:.5rem!important}.global-leaderboard-body .ps-xl-3{padding-left:1rem!important}.global-leaderboard-body .ps-xl-4{padding-left:1.5rem!important}.global-leaderboard-body .ps-xl-5{padding-left:3rem!important}.global-leaderboard-body .gap-xl-0{gap:0!important}.global-leaderboard-body .gap-xl-1{gap:.25rem!important}.global-leaderboard-body .gap-xl-2{gap:.5rem!important}.global-leaderboard-body .gap-xl-3{gap:1rem!important}.global-leaderboard-body .gap-xl-4{gap:1.5rem!important}.global-leaderboard-body .gap-xl-5{gap:3rem!important}.global-leaderboard-body .row-gap-xl-0{row-gap:0!important}.global-leaderboard-body .row-gap-xl-1{row-gap:.25rem!important}.global-leaderboard-body .row-gap-xl-2{row-gap:.5rem!important}.global-leaderboard-body .row-gap-xl-3{row-gap:1rem!important}.global-leaderboard-body .row-gap-xl-4{row-gap:1.5rem!important}.global-leaderboard-body .row-gap-xl-5{row-gap:3rem!important}.global-leaderboard-body .column-gap-xl-0{column-gap:0!important}.global-leaderboard-body .column-gap-xl-1{column-gap:.25rem!important}.global-leaderboard-body .column-gap-xl-2{column-gap:.5rem!important}.global-leaderboard-body .column-gap-xl-3{column-gap:1rem!important}.global-leaderboard-body .column-gap-xl-4{column-gap:1.5rem!important}.global-leaderboard-body .column-gap-xl-5{column-gap:3rem!important}.global-leaderboard-body .text-xl-start{text-align:left!important}.global-leaderboard-body .text-xl-end{text-align:right!important}.global-leaderboard-body .text-xl-center{text-align:center!important}}@media(min-width:1400px){.global-leaderboard-body .float-xxl-start{float:left!important}.global-leaderboard-body .float-xxl-end{float:right!important}.global-leaderboard-body .float-xxl-none{float:none!important}.global-leaderboard-body .object-fit-xxl-contain{object-fit:contain!important}.global-leaderboard-body .object-fit-xxl-cover{object-fit:cover!important}.global-leaderboard-body .object-fit-xxl-fill{object-fit:fill!important}.global-leaderboard-body .object-fit-xxl-scale{object-fit:scale-down!important}.global-leaderboard-body .object-fit-xxl-none{object-fit:none!important}.global-leaderboard-body .d-xxl-inline{display:inline!important}.global-leaderboard-body .d-xxl-inline-block{display:inline-block!important}.global-leaderboard-body .d-xxl-block{display:block!important}.global-leaderboard-body .d-xxl-grid{display:grid!important}.global-leaderboard-body .d-xxl-inline-grid{display:inline-grid!important}.global-leaderboard-body .d-xxl-table{display:table!important}.global-leaderboard-body .d-xxl-table-row{display:table-row!important}.global-leaderboard-body .d-xxl-table-cell{display:table-cell!important}.global-leaderboard-body .d-xxl-flex{display:flex!important}.global-leaderboard-body .d-xxl-inline-flex{display:inline-flex!important}.global-leaderboard-body .d-xxl-none{display:none!important}.global-leaderboard-body .flex-xxl-fill{flex:1 1 auto!important}.global-leaderboard-body .flex-xxl-row{flex-direction:row!important}.global-leaderboard-body .flex-xxl-column{flex-direction:column!important}.global-leaderboard-body .flex-xxl-row-reverse{flex-direction:row-reverse!important}.global-leaderboard-body .flex-xxl-column-reverse{flex-direction:column-reverse!important}.global-leaderboard-body .flex-xxl-grow-0{flex-grow:0!important}.global-leaderboard-body .flex-xxl-grow-1{flex-grow:1!important}.global-leaderboard-body .flex-xxl-shrink-0{flex-shrink:0!important}.global-leaderboard-body .flex-xxl-shrink-1{flex-shrink:1!important}.global-leaderboard-body .flex-xxl-wrap{flex-wrap:wrap!important}.global-leaderboard-body .flex-xxl-nowrap{flex-wrap:nowrap!important}.global-leaderboard-body .flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.global-leaderboard-body .justify-content-xxl-start{justify-content:flex-start!important}.global-leaderboard-body .justify-content-xxl-end{justify-content:flex-end!important}.global-leaderboard-body .justify-content-xxl-center{justify-content:center!important}.global-leaderboard-body .justify-content-xxl-between{justify-content:space-between!important}.global-leaderboard-body .justify-content-xxl-around{justify-content:space-around!important}.global-leaderboard-body .justify-content-xxl-evenly{justify-content:space-evenly!important}.global-leaderboard-body .align-items-xxl-start{align-items:flex-start!important}.global-leaderboard-body .align-items-xxl-end{align-items:flex-end!important}.global-leaderboard-body .align-items-xxl-center{align-items:center!important}.global-leaderboard-body .align-items-xxl-baseline{align-items:baseline!important}.global-leaderboard-body .align-items-xxl-stretch{align-items:stretch!important}.global-leaderboard-body .align-content-xxl-start{align-content:flex-start!important}.global-leaderboard-body .align-content-xxl-end{align-content:flex-end!important}.global-leaderboard-body .align-content-xxl-center{align-content:center!important}.global-leaderboard-body .align-content-xxl-between{align-content:space-between!important}.global-leaderboard-body .align-content-xxl-around{align-content:space-around!important}.global-leaderboard-body .align-content-xxl-stretch{align-content:stretch!important}.global-leaderboard-body .align-self-xxl-auto{align-self:auto!important}.global-leaderboard-body .align-self-xxl-start{align-self:flex-start!important}.global-leaderboard-body .align-self-xxl-end{align-self:flex-end!important}.global-leaderboard-body .align-self-xxl-center{align-self:center!important}.global-leaderboard-body .align-self-xxl-baseline{align-self:baseline!important}.global-leaderboard-body .align-self-xxl-stretch{align-self:stretch!important}.global-leaderboard-body .order-xxl-first{order:-1!important}.global-leaderboard-body .order-xxl-0{order:0!important}.global-leaderboard-body .order-xxl-1{order:1!important}.global-leaderboard-body .order-xxl-2{order:2!important}.global-leaderboard-body .order-xxl-3{order:3!important}.global-leaderboard-body .order-xxl-4{order:4!important}.global-leaderboard-body .order-xxl-5{order:5!important}.global-leaderboard-body .order-xxl-last{order:6!important}.global-leaderboard-body .m-xxl-0{margin:0!important}.global-leaderboard-body .m-xxl-1{margin:.25rem!important}.global-leaderboard-body .m-xxl-2{margin:.5rem!important}.global-leaderboard-body .m-xxl-3{margin:1rem!important}.global-leaderboard-body .m-xxl-4{margin:1.5rem!important}.global-leaderboard-body .m-xxl-5{margin:3rem!important}.global-leaderboard-body .m-xxl-auto{margin:auto!important}.global-leaderboard-body .mx-xxl-0{margin-left:0!important;margin-right:0!important}.global-leaderboard-body .mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.global-leaderboard-body .mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.global-leaderboard-body .mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.global-leaderboard-body .mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.global-leaderboard-body .mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.global-leaderboard-body .mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.global-leaderboard-body .my-xxl-0{margin-bottom:0!important;margin-top:0!important}.global-leaderboard-body .my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.global-leaderboard-body .my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.global-leaderboard-body .my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.global-leaderboard-body .my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.global-leaderboard-body .my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.global-leaderboard-body .my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.global-leaderboard-body .mt-xxl-0{margin-top:0!important}.global-leaderboard-body .mt-xxl-1{margin-top:.25rem!important}.global-leaderboard-body .mt-xxl-2{margin-top:.5rem!important}.global-leaderboard-body .mt-xxl-3{margin-top:1rem!important}.global-leaderboard-body .mt-xxl-4{margin-top:1.5rem!important}.global-leaderboard-body .mt-xxl-5{margin-top:3rem!important}.global-leaderboard-body .mt-xxl-auto{margin-top:auto!important}.global-leaderboard-body .me-xxl-0{margin-right:0!important}.global-leaderboard-body .me-xxl-1{margin-right:.25rem!important}.global-leaderboard-body .me-xxl-2{margin-right:.5rem!important}.global-leaderboard-body .me-xxl-3{margin-right:1rem!important}.global-leaderboard-body .me-xxl-4{margin-right:1.5rem!important}.global-leaderboard-body .me-xxl-5{margin-right:3rem!important}.global-leaderboard-body .me-xxl-auto{margin-right:auto!important}.global-leaderboard-body .mb-xxl-0{margin-bottom:0!important}.global-leaderboard-body .mb-xxl-1{margin-bottom:.25rem!important}.global-leaderboard-body .mb-xxl-2{margin-bottom:.5rem!important}.global-leaderboard-body .mb-xxl-3{margin-bottom:1rem!important}.global-leaderboard-body .mb-xxl-4{margin-bottom:1.5rem!important}.global-leaderboard-body .mb-xxl-5{margin-bottom:3rem!important}.global-leaderboard-body .mb-xxl-auto{margin-bottom:auto!important}.global-leaderboard-body .ms-xxl-0{margin-left:0!important}.global-leaderboard-body .ms-xxl-1{margin-left:.25rem!important}.global-leaderboard-body .ms-xxl-2{margin-left:.5rem!important}.global-leaderboard-body .ms-xxl-3{margin-left:1rem!important}.global-leaderboard-body .ms-xxl-4{margin-left:1.5rem!important}.global-leaderboard-body .ms-xxl-5{margin-left:3rem!important}.global-leaderboard-body .ms-xxl-auto{margin-left:auto!important}.global-leaderboard-body .p-xxl-0{padding:0!important}.global-leaderboard-body .p-xxl-1{padding:.25rem!important}.global-leaderboard-body .p-xxl-2{padding:.5rem!important}.global-leaderboard-body .p-xxl-3{padding:1rem!important}.global-leaderboard-body .p-xxl-4{padding:1.5rem!important}.global-leaderboard-body .p-xxl-5{padding:3rem!important}.global-leaderboard-body .px-xxl-0{padding-left:0!important;padding-right:0!important}.global-leaderboard-body .px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.global-leaderboard-body .px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.global-leaderboard-body .px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.global-leaderboard-body .px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.global-leaderboard-body .px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.global-leaderboard-body .py-xxl-0{padding-bottom:0!important;padding-top:0!important}.global-leaderboard-body .py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.global-leaderboard-body .py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.global-leaderboard-body .py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.global-leaderboard-body .py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.global-leaderboard-body .py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.global-leaderboard-body .pt-xxl-0{padding-top:0!important}.global-leaderboard-body .pt-xxl-1{padding-top:.25rem!important}.global-leaderboard-body .pt-xxl-2{padding-top:.5rem!important}.global-leaderboard-body .pt-xxl-3{padding-top:1rem!important}.global-leaderboard-body .pt-xxl-4{padding-top:1.5rem!important}.global-leaderboard-body .pt-xxl-5{padding-top:3rem!important}.global-leaderboard-body .pe-xxl-0{padding-right:0!important}.global-leaderboard-body .pe-xxl-1{padding-right:.25rem!important}.global-leaderboard-body .pe-xxl-2{padding-right:.5rem!important}.global-leaderboard-body .pe-xxl-3{padding-right:1rem!important}.global-leaderboard-body .pe-xxl-4{padding-right:1.5rem!important}.global-leaderboard-body .pe-xxl-5{padding-right:3rem!important}.global-leaderboard-body .pb-xxl-0{padding-bottom:0!important}.global-leaderboard-body .pb-xxl-1{padding-bottom:.25rem!important}.global-leaderboard-body .pb-xxl-2{padding-bottom:.5rem!important}.global-leaderboard-body .pb-xxl-3{padding-bottom:1rem!important}.global-leaderboard-body .pb-xxl-4{padding-bottom:1.5rem!important}.global-leaderboard-body .pb-xxl-5{padding-bottom:3rem!important}.global-leaderboard-body .ps-xxl-0{padding-left:0!important}.global-leaderboard-body .ps-xxl-1{padding-left:.25rem!important}.global-leaderboard-body .ps-xxl-2{padding-left:.5rem!important}.global-leaderboard-body .ps-xxl-3{padding-left:1rem!important}.global-leaderboard-body .ps-xxl-4{padding-left:1.5rem!important}.global-leaderboard-body .ps-xxl-5{padding-left:3rem!important}.global-leaderboard-body .gap-xxl-0{gap:0!important}.global-leaderboard-body .gap-xxl-1{gap:.25rem!important}.global-leaderboard-body .gap-xxl-2{gap:.5rem!important}.global-leaderboard-body .gap-xxl-3{gap:1rem!important}.global-leaderboard-body .gap-xxl-4{gap:1.5rem!important}.global-leaderboard-body .gap-xxl-5{gap:3rem!important}.global-leaderboard-body .row-gap-xxl-0{row-gap:0!important}.global-leaderboard-body .row-gap-xxl-1{row-gap:.25rem!important}.global-leaderboard-body .row-gap-xxl-2{row-gap:.5rem!important}.global-leaderboard-body .row-gap-xxl-3{row-gap:1rem!important}.global-leaderboard-body .row-gap-xxl-4{row-gap:1.5rem!important}.global-leaderboard-body .row-gap-xxl-5{row-gap:3rem!important}.global-leaderboard-body .column-gap-xxl-0{column-gap:0!important}.global-leaderboard-body .column-gap-xxl-1{column-gap:.25rem!important}.global-leaderboard-body .column-gap-xxl-2{column-gap:.5rem!important}.global-leaderboard-body .column-gap-xxl-3{column-gap:1rem!important}.global-leaderboard-body .column-gap-xxl-4{column-gap:1.5rem!important}.global-leaderboard-body .column-gap-xxl-5{column-gap:3rem!important}.global-leaderboard-body .text-xxl-start{text-align:left!important}.global-leaderboard-body .text-xxl-end{text-align:right!important}.global-leaderboard-body .text-xxl-center{text-align:center!important}}@media(min-width:1200px){.global-leaderboard-body .fs-1{font-size:2.5rem!important}.global-leaderboard-body .fs-2{font-size:2rem!important}.global-leaderboard-body .fs-3{font-size:1.75rem!important}.global-leaderboard-body .fs-4{font-size:1.5rem!important}}@media print{.global-leaderboard-body .d-print-inline{display:inline!important}.global-leaderboard-body .d-print-inline-block{display:inline-block!important}.global-leaderboard-body .d-print-block{display:block!important}.global-leaderboard-body .d-print-grid{display:grid!important}.global-leaderboard-body .d-print-inline-grid{display:inline-grid!important}.global-leaderboard-body .d-print-table{display:table!important}.global-leaderboard-body .d-print-table-row{display:table-row!important}.global-leaderboard-body .d-print-table-cell{display:table-cell!important}.global-leaderboard-body .d-print-flex{display:flex!important}.global-leaderboard-body .d-print-inline-flex{display:inline-flex!important}.global-leaderboard-body .d-print-none{display:none!important}}.global-leaderboard-body .btn{--bs-btn-border-radius:0.25rem}.global-leaderboard-body .btn:focus{box-shadow:0 0 0 .25rem #828a9180}.global-leaderboard-body .dropdown{margin-right:5px}.global-leaderboard-body .dropdown .dropdown-menu{background:#fff;border:1px solid #00000026;border-radius:.25rem}.global-leaderboard-body .dropdown .dropdown-menu li{cursor:pointer}.global-leaderboard-body .main-content{padding-bottom:100px;padding-top:100px}.global-leaderboard-body .main-content .leaderboard-card{background:#fff;border-radius:5px;box-shadow:0 2px 10px #0000001a;margin-bottom:30px;overflow:hidden}.global-leaderboard-body .main-content .leaderboard-card__top{background:#f9f6ff;padding:20px 0 10px}.global-leaderboard-body .main-content .leaderboard-card__body{margin-top:-20px;padding:15px}.global-leaderboard-body .main-content .leaderboard-card--first{transform:scale(1.05)}.global-leaderboard-body .main-content .leaderboard-card--first .leaderboard-card__top{background:linear-gradient(45deg,#7e57c2,#ab47bc);color:#fff}.global-leaderboard-body .main-content .table{border-collapse:initial;border-spacing:0 15px}.global-leaderboard-body .main-content .table tbody tr td,.global-leaderboard-body .main-content .table tbody tr th,.global-leaderboard-body .main-content .table thead tr td,.global-leaderboard-body .main-content .table thead tr th{border:none;vertical-align:middle}.global-leaderboard-body .main-content .table tbody tr td:last-child,.global-leaderboard-body .main-content .table tbody tr th:last-child,.global-leaderboard-body .main-content .table thead tr td:last-child,.global-leaderboard-body .main-content .table thead tr th:last-child{text-align:center}.global-leaderboard-body .main-content .table tbody tr{border-radius:5px;box-shadow:0 2px 10px #0000001a}.global-leaderboard-body .main-content .table tbody tr td{background:#fff}.global-leaderboard-body .main-content .table tbody tr td:first-child{border-radius:5px 0 0 5px}.global-leaderboard-body .main-content .table tbody tr td:last-child{border-radius:0 5px 5px 0}.profile-body{background:#006400;/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */font-family:Roboto,sans-serif;overflow-y:auto}.profile-body :root,.profile-body [data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,#ffffff26,#fff0);--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:#212529bf;--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:#21252980;--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem #00000026;--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:#0d6efd40;--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}.profile-body [data-bs-theme=dark]{--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:#dee2e6bf;--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:#dee2e680;--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:#ffffff26;--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f;color-scheme:dark}.profile-body *,.profile-body :after,.profile-body :before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){.profile-body :root{scroll-behavior:smooth}}.profile-body body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align)}.profile-body hr{border:0;border-top:var(--bs-border-width) solid;color:inherit;margin:1rem 0;opacity:.25}.profile-body .h1,.profile-body .h2,.profile-body .h3,.profile-body .h4,.profile-body .h5,.profile-body .h6,.profile-body h1,.profile-body h2,.profile-body h3,.profile-body h4,.profile-body h5,.profile-body h6{color:var(--bs-heading-color);font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}.profile-body .h1,.profile-body h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.profile-body .h1,.profile-body h1{font-size:2.5rem}}.profile-body .h2,.profile-body h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){.profile-body .h2,.profile-body h2{font-size:2rem}}.profile-body .h3,.profile-body h3{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){.profile-body .h3,.profile-body h3{font-size:1.75rem}}.profile-body .h4,.profile-body h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){.profile-body .h4,.profile-body h4{font-size:1.5rem}}.profile-body .h5,.profile-body h5{font-size:1.25rem}.profile-body .h6,.profile-body h6{font-size:1rem}.profile-body p{margin-bottom:1rem;margin-top:0}.profile-body abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.profile-body address{font-style:normal;line-height:inherit;margin-bottom:1rem}.profile-body ol,.profile-body ul{padding-left:2rem}.profile-body dl,.profile-body ol,.profile-body ul{margin-bottom:1rem;margin-top:0}.profile-body ol ol,.profile-body ol ul,.profile-body ul ol,.profile-body ul ul{margin-bottom:0}.profile-body dt{font-weight:700}.profile-body dd{margin-bottom:.5rem;margin-left:0}.profile-body blockquote{margin:0 0 1rem}.profile-body b,.profile-body strong{font-weight:bolder}.profile-body .small,.profile-body small{font-size:.875em}.profile-body .mark,.profile-body mark{background-color:var(--bs-highlight-bg);color:var(--bs-highlight-color);padding:.1875em}.profile-body sub,.profile-body sup{font-size:.75em;line-height:0;position:relative;vertical-align:initial}.profile-body sub{bottom:-.25em}.profile-body sup{top:-.5em}.profile-body a{color:rgba(var(--bs-link-color-rgb),1);color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}.profile-body a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}.profile-body a:not([href]):not([class]),.profile-body a:not([href]):not([class]):hover{color:inherit;text-decoration:none}.profile-body code,.profile-body kbd,.profile-body pre,.profile-body samp{font-family:var(--bs-font-monospace);font-size:1em}.profile-body pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}.profile-body pre code{color:inherit;font-size:inherit;word-break:normal}.profile-body code{word-wrap:break-word;color:var(--bs-code-color);font-size:.875em}a>.profile-body code{color:inherit}.profile-body kbd{background-color:var(--bs-body-color);border-radius:.25rem;color:var(--bs-body-bg);font-size:.875em;padding:.1875rem .375rem}.profile-body kbd kbd{font-size:1em;padding:0}.profile-body figure{margin:0 0 1rem}.profile-body img,.profile-body svg{vertical-align:middle}.profile-body table{border-collapse:collapse;caption-side:bottom}.profile-body caption{color:var(--bs-secondary-color);padding-bottom:.5rem;padding-top:.5rem;text-align:left}.profile-body th{text-align:inherit;text-align:-webkit-match-parent}.profile-body tbody,.profile-body td,.profile-body tfoot,.profile-body th,.profile-body thead,.profile-body tr{border:0 solid;border-color:inherit}.profile-body label{display:inline-block}.profile-body button{border-radius:0}.profile-body button:focus:not(:focus-visible){outline:0}.profile-body button,.profile-body input,.profile-body optgroup,.profile-body select,.profile-body textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}.profile-body button,.profile-body select{text-transform:none}.profile-body [role=button]{cursor:pointer}.profile-body select{word-wrap:normal}.profile-body select:disabled{opacity:1}.profile-body [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}.profile-body [type=button],.profile-body [type=reset],.profile-body [type=submit],.profile-body button{-webkit-appearance:button}.profile-body [type=button]:not(:disabled),.profile-body [type=reset]:not(:disabled),.profile-body [type=submit]:not(:disabled),.profile-body button:not(:disabled){cursor:pointer}.profile-body ::-moz-focus-inner{border-style:none;padding:0}.profile-body textarea{resize:vertical}.profile-body fieldset{border:0;margin:0;min-width:0;padding:0}.profile-body legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media(min-width:1200px){.profile-body legend{font-size:1.5rem}}.profile-body legend+*{clear:left}.profile-body ::-webkit-datetime-edit-day-field,.profile-body ::-webkit-datetime-edit-fields-wrapper,.profile-body ::-webkit-datetime-edit-hour-field,.profile-body ::-webkit-datetime-edit-minute,.profile-body ::-webkit-datetime-edit-month-field,.profile-body ::-webkit-datetime-edit-text,.profile-body ::-webkit-datetime-edit-year-field{padding:0}.profile-body ::-webkit-inner-spin-button{height:auto}.profile-body [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.profile-body ::-webkit-search-decoration{-webkit-appearance:none}.profile-body ::-webkit-color-swatch-wrapper{padding:0}.profile-body ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.profile-body ::file-selector-button{-webkit-appearance:button;font:inherit}.profile-body output{display:inline-block}.profile-body iframe{border:0}.profile-body summary{cursor:pointer;display:list-item}.profile-body progress{vertical-align:initial}.profile-body [hidden]{display:none!important}.profile-body .lead{font-size:1.25rem;font-weight:300}.profile-body .display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.profile-body .display-1{font-size:5rem}}.profile-body .display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.profile-body .display-2{font-size:4.5rem}}.profile-body .display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.profile-body .display-3{font-size:4rem}}.profile-body .display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.profile-body .display-4{font-size:3.5rem}}.profile-body .display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.profile-body .display-5{font-size:3rem}}.profile-body .display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.profile-body .display-6{font-size:2.5rem}}.profile-body .list-inline,.profile-body .list-unstyled{list-style:none;padding-left:0}.profile-body .list-inline-item{display:inline-block}.profile-body .list-inline-item:not(:last-child){margin-right:.5rem}.profile-body .initialism{font-size:.875em;text-transform:uppercase}.profile-body .blockquote{font-size:1.25rem;margin-bottom:1rem}.profile-body .blockquote>:last-child{margin-bottom:0}.profile-body .blockquote-footer{color:#6c757d;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.profile-body .blockquote-footer:before{content:"— "}.profile-body .img-fluid{height:auto;max-width:100%}.profile-body .img-thumbnail{background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);height:auto;max-width:100%;padding:.25rem}.profile-body .figure{display:inline-block}.profile-body .figure-img{line-height:1;margin-bottom:.5rem}.profile-body .figure-caption{color:var(--bs-secondary-color);font-size:.875em}.profile-body .container,.profile-body .container-fluid,.profile-body .container-lg,.profile-body .container-md,.profile-body .container-sm,.profile-body .container-xl,.profile-body .container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}@media(min-width:576px){.profile-body .container,.profile-body .container-sm{max-width:540px}}@media(min-width:768px){.profile-body .container,.profile-body .container-md,.profile-body .container-sm{max-width:720px}}@media(min-width:992px){.profile-body .container,.profile-body .container-lg,.profile-body .container-md,.profile-body .container-sm{max-width:960px}}@media(min-width:1200px){.profile-body .container,.profile-body .container-lg,.profile-body .container-md,.profile-body .container-sm,.profile-body .container-xl{max-width:1140px}}@media(min-width:1400px){.profile-body .container,.profile-body .container-lg,.profile-body .container-md,.profile-body .container-sm,.profile-body .container-xl,.profile-body .container-xxl{max-width:1320px}}.profile-body :root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.profile-body .row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.profile-body .row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.profile-body .col{flex:1 0}.profile-body .row-cols-auto>*{flex:0 0 auto;width:auto}.profile-body .row-cols-1>*{flex:0 0 auto;width:100%}.profile-body .row-cols-2>*{flex:0 0 auto;width:50%}.profile-body .row-cols-3>*{flex:0 0 auto;width:33.33333333%}.profile-body .row-cols-4>*{flex:0 0 auto;width:25%}.profile-body .row-cols-5>*{flex:0 0 auto;width:20%}.profile-body .row-cols-6>*{flex:0 0 auto;width:16.66666667%}.profile-body .col-auto{flex:0 0 auto;width:auto}.profile-body .col-1{flex:0 0 auto;width:8.33333333%}.profile-body .col-2{flex:0 0 auto;width:16.66666667%}.profile-body .col-3{flex:0 0 auto;width:25%}.profile-body .col-4{flex:0 0 auto;width:33.33333333%}.profile-body .col-5{flex:0 0 auto;width:41.66666667%}.profile-body .col-6{flex:0 0 auto;width:50%}.profile-body .col-7{flex:0 0 auto;width:58.33333333%}.profile-body .col-8{flex:0 0 auto;width:66.66666667%}.profile-body .col-9{flex:0 0 auto;width:75%}.profile-body .col-10{flex:0 0 auto;width:83.33333333%}.profile-body .col-11{flex:0 0 auto;width:91.66666667%}.profile-body .col-12{flex:0 0 auto;width:100%}.profile-body .offset-1{margin-left:8.33333333%}.profile-body .offset-2{margin-left:16.66666667%}.profile-body .offset-3{margin-left:25%}.profile-body .offset-4{margin-left:33.33333333%}.profile-body .offset-5{margin-left:41.66666667%}.profile-body .offset-6{margin-left:50%}.profile-body .offset-7{margin-left:58.33333333%}.profile-body .offset-8{margin-left:66.66666667%}.profile-body .offset-9{margin-left:75%}.profile-body .offset-10{margin-left:83.33333333%}.profile-body .offset-11{margin-left:91.66666667%}.profile-body .g-0,.profile-body .gx-0{--bs-gutter-x:0}.profile-body .g-0,.profile-body .gy-0{--bs-gutter-y:0}.profile-body .g-1,.profile-body .gx-1{--bs-gutter-x:0.25rem}.profile-body .g-1,.profile-body .gy-1{--bs-gutter-y:0.25rem}.profile-body .g-2,.profile-body .gx-2{--bs-gutter-x:0.5rem}.profile-body .g-2,.profile-body .gy-2{--bs-gutter-y:0.5rem}.profile-body .g-3,.profile-body .gx-3{--bs-gutter-x:1rem}.profile-body .g-3,.profile-body .gy-3{--bs-gutter-y:1rem}.profile-body .g-4,.profile-body .gx-4{--bs-gutter-x:1.5rem}.profile-body .g-4,.profile-body .gy-4{--bs-gutter-y:1.5rem}.profile-body .g-5,.profile-body .gx-5{--bs-gutter-x:3rem}.profile-body .g-5,.profile-body .gy-5{--bs-gutter-y:3rem}@media(min-width:576px){.profile-body .col-sm{flex:1 0}.profile-body .row-cols-sm-auto>*{flex:0 0 auto;width:auto}.profile-body .row-cols-sm-1>*{flex:0 0 auto;width:100%}.profile-body .row-cols-sm-2>*{flex:0 0 auto;width:50%}.profile-body .row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.profile-body .row-cols-sm-4>*{flex:0 0 auto;width:25%}.profile-body .row-cols-sm-5>*{flex:0 0 auto;width:20%}.profile-body .row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.profile-body .col-sm-auto{flex:0 0 auto;width:auto}.profile-body .col-sm-1{flex:0 0 auto;width:8.33333333%}.profile-body .col-sm-2{flex:0 0 auto;width:16.66666667%}.profile-body .col-sm-3{flex:0 0 auto;width:25%}.profile-body .col-sm-4{flex:0 0 auto;width:33.33333333%}.profile-body .col-sm-5{flex:0 0 auto;width:41.66666667%}.profile-body .col-sm-6{flex:0 0 auto;width:50%}.profile-body .col-sm-7{flex:0 0 auto;width:58.33333333%}.profile-body .col-sm-8{flex:0 0 auto;width:66.66666667%}.profile-body .col-sm-9{flex:0 0 auto;width:75%}.profile-body .col-sm-10{flex:0 0 auto;width:83.33333333%}.profile-body .col-sm-11{flex:0 0 auto;width:91.66666667%}.profile-body .col-sm-12{flex:0 0 auto;width:100%}.profile-body .offset-sm-0{margin-left:0}.profile-body .offset-sm-1{margin-left:8.33333333%}.profile-body .offset-sm-2{margin-left:16.66666667%}.profile-body .offset-sm-3{margin-left:25%}.profile-body .offset-sm-4{margin-left:33.33333333%}.profile-body .offset-sm-5{margin-left:41.66666667%}.profile-body .offset-sm-6{margin-left:50%}.profile-body .offset-sm-7{margin-left:58.33333333%}.profile-body .offset-sm-8{margin-left:66.66666667%}.profile-body .offset-sm-9{margin-left:75%}.profile-body .offset-sm-10{margin-left:83.33333333%}.profile-body .offset-sm-11{margin-left:91.66666667%}.profile-body .g-sm-0,.profile-body .gx-sm-0{--bs-gutter-x:0}.profile-body .g-sm-0,.profile-body .gy-sm-0{--bs-gutter-y:0}.profile-body .g-sm-1,.profile-body .gx-sm-1{--bs-gutter-x:0.25rem}.profile-body .g-sm-1,.profile-body .gy-sm-1{--bs-gutter-y:0.25rem}.profile-body .g-sm-2,.profile-body .gx-sm-2{--bs-gutter-x:0.5rem}.profile-body .g-sm-2,.profile-body .gy-sm-2{--bs-gutter-y:0.5rem}.profile-body .g-sm-3,.profile-body .gx-sm-3{--bs-gutter-x:1rem}.profile-body .g-sm-3,.profile-body .gy-sm-3{--bs-gutter-y:1rem}.profile-body .g-sm-4,.profile-body .gx-sm-4{--bs-gutter-x:1.5rem}.profile-body .g-sm-4,.profile-body .gy-sm-4{--bs-gutter-y:1.5rem}.profile-body .g-sm-5,.profile-body .gx-sm-5{--bs-gutter-x:3rem}.profile-body .g-sm-5,.profile-body .gy-sm-5{--bs-gutter-y:3rem}}@media(min-width:768px){.profile-body .col-md{flex:1 0}.profile-body .row-cols-md-auto>*{flex:0 0 auto;width:auto}.profile-body .row-cols-md-1>*{flex:0 0 auto;width:100%}.profile-body .row-cols-md-2>*{flex:0 0 auto;width:50%}.profile-body .row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.profile-body .row-cols-md-4>*{flex:0 0 auto;width:25%}.profile-body .row-cols-md-5>*{flex:0 0 auto;width:20%}.profile-body .row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.profile-body .col-md-auto{flex:0 0 auto;width:auto}.profile-body .col-md-1{flex:0 0 auto;width:8.33333333%}.profile-body .col-md-2{flex:0 0 auto;width:16.66666667%}.profile-body .col-md-3{flex:0 0 auto;width:25%}.profile-body .col-md-4{flex:0 0 auto;width:33.33333333%}.profile-body .col-md-5{flex:0 0 auto;width:41.66666667%}.profile-body .col-md-6{flex:0 0 auto;width:50%}.profile-body .col-md-7{flex:0 0 auto;width:58.33333333%}.profile-body .col-md-8{flex:0 0 auto;width:66.66666667%}.profile-body .col-md-9{flex:0 0 auto;width:75%}.profile-body .col-md-10{flex:0 0 auto;width:83.33333333%}.profile-body .col-md-11{flex:0 0 auto;width:91.66666667%}.profile-body .col-md-12{flex:0 0 auto;width:100%}.profile-body .offset-md-0{margin-left:0}.profile-body .offset-md-1{margin-left:8.33333333%}.profile-body .offset-md-2{margin-left:16.66666667%}.profile-body .offset-md-3{margin-left:25%}.profile-body .offset-md-4{margin-left:33.33333333%}.profile-body .offset-md-5{margin-left:41.66666667%}.profile-body .offset-md-6{margin-left:50%}.profile-body .offset-md-7{margin-left:58.33333333%}.profile-body .offset-md-8{margin-left:66.66666667%}.profile-body .offset-md-9{margin-left:75%}.profile-body .offset-md-10{margin-left:83.33333333%}.profile-body .offset-md-11{margin-left:91.66666667%}.profile-body .g-md-0,.profile-body .gx-md-0{--bs-gutter-x:0}.profile-body .g-md-0,.profile-body .gy-md-0{--bs-gutter-y:0}.profile-body .g-md-1,.profile-body .gx-md-1{--bs-gutter-x:0.25rem}.profile-body .g-md-1,.profile-body .gy-md-1{--bs-gutter-y:0.25rem}.profile-body .g-md-2,.profile-body .gx-md-2{--bs-gutter-x:0.5rem}.profile-body .g-md-2,.profile-body .gy-md-2{--bs-gutter-y:0.5rem}.profile-body .g-md-3,.profile-body .gx-md-3{--bs-gutter-x:1rem}.profile-body .g-md-3,.profile-body .gy-md-3{--bs-gutter-y:1rem}.profile-body .g-md-4,.profile-body .gx-md-4{--bs-gutter-x:1.5rem}.profile-body .g-md-4,.profile-body .gy-md-4{--bs-gutter-y:1.5rem}.profile-body .g-md-5,.profile-body .gx-md-5{--bs-gutter-x:3rem}.profile-body .g-md-5,.profile-body .gy-md-5{--bs-gutter-y:3rem}}@media(min-width:992px){.profile-body .col-lg{flex:1 0}.profile-body .row-cols-lg-auto>*{flex:0 0 auto;width:auto}.profile-body .row-cols-lg-1>*{flex:0 0 auto;width:100%}.profile-body .row-cols-lg-2>*{flex:0 0 auto;width:50%}.profile-body .row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.profile-body .row-cols-lg-4>*{flex:0 0 auto;width:25%}.profile-body .row-cols-lg-5>*{flex:0 0 auto;width:20%}.profile-body .row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.profile-body .col-lg-auto{flex:0 0 auto;width:auto}.profile-body .col-lg-1{flex:0 0 auto;width:8.33333333%}.profile-body .col-lg-2{flex:0 0 auto;width:16.66666667%}.profile-body .col-lg-3{flex:0 0 auto;width:25%}.profile-body .col-lg-4{flex:0 0 auto;width:33.33333333%}.profile-body .col-lg-5{flex:0 0 auto;width:41.66666667%}.profile-body .col-lg-6{flex:0 0 auto;width:50%}.profile-body .col-lg-7{flex:0 0 auto;width:58.33333333%}.profile-body .col-lg-8{flex:0 0 auto;width:66.66666667%}.profile-body .col-lg-9{flex:0 0 auto;width:75%}.profile-body .col-lg-10{flex:0 0 auto;width:83.33333333%}.profile-body .col-lg-11{flex:0 0 auto;width:91.66666667%}.profile-body .col-lg-12{flex:0 0 auto;width:100%}.profile-body .offset-lg-0{margin-left:0}.profile-body .offset-lg-1{margin-left:8.33333333%}.profile-body .offset-lg-2{margin-left:16.66666667%}.profile-body .offset-lg-3{margin-left:25%}.profile-body .offset-lg-4{margin-left:33.33333333%}.profile-body .offset-lg-5{margin-left:41.66666667%}.profile-body .offset-lg-6{margin-left:50%}.profile-body .offset-lg-7{margin-left:58.33333333%}.profile-body .offset-lg-8{margin-left:66.66666667%}.profile-body .offset-lg-9{margin-left:75%}.profile-body .offset-lg-10{margin-left:83.33333333%}.profile-body .offset-lg-11{margin-left:91.66666667%}.profile-body .g-lg-0,.profile-body .gx-lg-0{--bs-gutter-x:0}.profile-body .g-lg-0,.profile-body .gy-lg-0{--bs-gutter-y:0}.profile-body .g-lg-1,.profile-body .gx-lg-1{--bs-gutter-x:0.25rem}.profile-body .g-lg-1,.profile-body .gy-lg-1{--bs-gutter-y:0.25rem}.profile-body .g-lg-2,.profile-body .gx-lg-2{--bs-gutter-x:0.5rem}.profile-body .g-lg-2,.profile-body .gy-lg-2{--bs-gutter-y:0.5rem}.profile-body .g-lg-3,.profile-body .gx-lg-3{--bs-gutter-x:1rem}.profile-body .g-lg-3,.profile-body .gy-lg-3{--bs-gutter-y:1rem}.profile-body .g-lg-4,.profile-body .gx-lg-4{--bs-gutter-x:1.5rem}.profile-body .g-lg-4,.profile-body .gy-lg-4{--bs-gutter-y:1.5rem}.profile-body .g-lg-5,.profile-body .gx-lg-5{--bs-gutter-x:3rem}.profile-body .g-lg-5,.profile-body .gy-lg-5{--bs-gutter-y:3rem}}@media(min-width:1200px){.profile-body .col-xl{flex:1 0}.profile-body .row-cols-xl-auto>*{flex:0 0 auto;width:auto}.profile-body .row-cols-xl-1>*{flex:0 0 auto;width:100%}.profile-body .row-cols-xl-2>*{flex:0 0 auto;width:50%}.profile-body .row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.profile-body .row-cols-xl-4>*{flex:0 0 auto;width:25%}.profile-body .row-cols-xl-5>*{flex:0 0 auto;width:20%}.profile-body .row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.profile-body .col-xl-auto{flex:0 0 auto;width:auto}.profile-body .col-xl-1{flex:0 0 auto;width:8.33333333%}.profile-body .col-xl-2{flex:0 0 auto;width:16.66666667%}.profile-body .col-xl-3{flex:0 0 auto;width:25%}.profile-body .col-xl-4{flex:0 0 auto;width:33.33333333%}.profile-body .col-xl-5{flex:0 0 auto;width:41.66666667%}.profile-body .col-xl-6{flex:0 0 auto;width:50%}.profile-body .col-xl-7{flex:0 0 auto;width:58.33333333%}.profile-body .col-xl-8{flex:0 0 auto;width:66.66666667%}.profile-body .col-xl-9{flex:0 0 auto;width:75%}.profile-body .col-xl-10{flex:0 0 auto;width:83.33333333%}.profile-body .col-xl-11{flex:0 0 auto;width:91.66666667%}.profile-body .col-xl-12{flex:0 0 auto;width:100%}.profile-body .offset-xl-0{margin-left:0}.profile-body .offset-xl-1{margin-left:8.33333333%}.profile-body .offset-xl-2{margin-left:16.66666667%}.profile-body .offset-xl-3{margin-left:25%}.profile-body .offset-xl-4{margin-left:33.33333333%}.profile-body .offset-xl-5{margin-left:41.66666667%}.profile-body .offset-xl-6{margin-left:50%}.profile-body .offset-xl-7{margin-left:58.33333333%}.profile-body .offset-xl-8{margin-left:66.66666667%}.profile-body .offset-xl-9{margin-left:75%}.profile-body .offset-xl-10{margin-left:83.33333333%}.profile-body .offset-xl-11{margin-left:91.66666667%}.profile-body .g-xl-0,.profile-body .gx-xl-0{--bs-gutter-x:0}.profile-body .g-xl-0,.profile-body .gy-xl-0{--bs-gutter-y:0}.profile-body .g-xl-1,.profile-body .gx-xl-1{--bs-gutter-x:0.25rem}.profile-body .g-xl-1,.profile-body .gy-xl-1{--bs-gutter-y:0.25rem}.profile-body .g-xl-2,.profile-body .gx-xl-2{--bs-gutter-x:0.5rem}.profile-body .g-xl-2,.profile-body .gy-xl-2{--bs-gutter-y:0.5rem}.profile-body .g-xl-3,.profile-body .gx-xl-3{--bs-gutter-x:1rem}.profile-body .g-xl-3,.profile-body .gy-xl-3{--bs-gutter-y:1rem}.profile-body .g-xl-4,.profile-body .gx-xl-4{--bs-gutter-x:1.5rem}.profile-body .g-xl-4,.profile-body .gy-xl-4{--bs-gutter-y:1.5rem}.profile-body .g-xl-5,.profile-body .gx-xl-5{--bs-gutter-x:3rem}.profile-body .g-xl-5,.profile-body .gy-xl-5{--bs-gutter-y:3rem}}@media(min-width:1400px){.profile-body .col-xxl{flex:1 0}.profile-body .row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.profile-body .row-cols-xxl-1>*{flex:0 0 auto;width:100%}.profile-body .row-cols-xxl-2>*{flex:0 0 auto;width:50%}.profile-body .row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.profile-body .row-cols-xxl-4>*{flex:0 0 auto;width:25%}.profile-body .row-cols-xxl-5>*{flex:0 0 auto;width:20%}.profile-body .row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.profile-body .col-xxl-auto{flex:0 0 auto;width:auto}.profile-body .col-xxl-1{flex:0 0 auto;width:8.33333333%}.profile-body .col-xxl-2{flex:0 0 auto;width:16.66666667%}.profile-body .col-xxl-3{flex:0 0 auto;width:25%}.profile-body .col-xxl-4{flex:0 0 auto;width:33.33333333%}.profile-body .col-xxl-5{flex:0 0 auto;width:41.66666667%}.profile-body .col-xxl-6{flex:0 0 auto;width:50%}.profile-body .col-xxl-7{flex:0 0 auto;width:58.33333333%}.profile-body .col-xxl-8{flex:0 0 auto;width:66.66666667%}.profile-body .col-xxl-9{flex:0 0 auto;width:75%}.profile-body .col-xxl-10{flex:0 0 auto;width:83.33333333%}.profile-body .col-xxl-11{flex:0 0 auto;width:91.66666667%}.profile-body .col-xxl-12{flex:0 0 auto;width:100%}.profile-body .offset-xxl-0{margin-left:0}.profile-body .offset-xxl-1{margin-left:8.33333333%}.profile-body .offset-xxl-2{margin-left:16.66666667%}.profile-body .offset-xxl-3{margin-left:25%}.profile-body .offset-xxl-4{margin-left:33.33333333%}.profile-body .offset-xxl-5{margin-left:41.66666667%}.profile-body .offset-xxl-6{margin-left:50%}.profile-body .offset-xxl-7{margin-left:58.33333333%}.profile-body .offset-xxl-8{margin-left:66.66666667%}.profile-body .offset-xxl-9{margin-left:75%}.profile-body .offset-xxl-10{margin-left:83.33333333%}.profile-body .offset-xxl-11{margin-left:91.66666667%}.profile-body .g-xxl-0,.profile-body .gx-xxl-0{--bs-gutter-x:0}.profile-body .g-xxl-0,.profile-body .gy-xxl-0{--bs-gutter-y:0}.profile-body .g-xxl-1,.profile-body .gx-xxl-1{--bs-gutter-x:0.25rem}.profile-body .g-xxl-1,.profile-body .gy-xxl-1{--bs-gutter-y:0.25rem}.profile-body .g-xxl-2,.profile-body .gx-xxl-2{--bs-gutter-x:0.5rem}.profile-body .g-xxl-2,.profile-body .gy-xxl-2{--bs-gutter-y:0.5rem}.profile-body .g-xxl-3,.profile-body .gx-xxl-3{--bs-gutter-x:1rem}.profile-body .g-xxl-3,.profile-body .gy-xxl-3{--bs-gutter-y:1rem}.profile-body .g-xxl-4,.profile-body .gx-xxl-4{--bs-gutter-x:1.5rem}.profile-body .g-xxl-4,.profile-body .gy-xxl-4{--bs-gutter-y:1.5rem}.profile-body .g-xxl-5,.profile-body .gx-xxl-5{--bs-gutter-x:3rem}.profile-body .g-xxl-5,.profile-body .gy-xxl-5{--bs-gutter-y:3rem}}.profile-body .table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:#0000;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb),0.05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb),0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb),0.075);border-color:var(--bs-table-border-color);margin-bottom:1rem;vertical-align:top;width:100%}.profile-body .table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));color:var(--bs-table-color);color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));padding:.5rem}.profile-body .table>tbody{vertical-align:inherit}.profile-body .table>thead{vertical-align:bottom}.profile-body .table-group-divider{border-top:calc(var(--bs-border-width)*2) solid}.profile-body .caption-top{caption-side:top}.profile-body .table-sm>:not(caption)>*>*{padding:.25rem}.profile-body .table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.profile-body .table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.profile-body .table-borderless>:not(caption)>*>*{border-bottom-width:0}.profile-body .table-borderless>:not(:first-child){border-top-width:0}.profile-body .table-striped-columns>:not(caption)>tr>:nth-child(2n),.profile-body .table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.profile-body .table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.profile-body .table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.profile-body .table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#a6b5cc;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000}.profile-body .table-primary,.profile-body .table-secondary{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.profile-body .table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#b5b6b7;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000}.profile-body .table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#a7b9b1;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000}.profile-body .table-info,.profile-body .table-success{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.profile-body .table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a6c3ca;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000}.profile-body .table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#ccc2a4;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000}.profile-body .table-danger,.profile-body .table-warning{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.profile-body .table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000}.profile-body .table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000}.profile-body .table-dark,.profile-body .table-light{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.profile-body .table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#4d5154;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff}.profile-body .table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media(max-width:575.98px){.profile-body .table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:767.98px){.profile-body .table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:991.98px){.profile-body .table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1199.98px){.profile-body .table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1399.98px){.profile-body .table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.profile-body .form-label{margin-bottom:.5rem}.profile-body .col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + var(--bs-border-width));padding-top:calc(.375rem + var(--bs-border-width))}.profile-body .col-form-label-lg{font-size:1.25rem;padding-bottom:calc(.5rem + var(--bs-border-width));padding-top:calc(.5rem + var(--bs-border-width))}.profile-body .col-form-label-sm{font-size:.875rem;padding-bottom:calc(.25rem + var(--bs-border-width));padding-top:calc(.25rem + var(--bs-border-width))}.profile-body .form-text{color:var(--bs-secondary-color);font-size:.875em;margin-top:.25rem}.profile-body .form-control{-webkit-appearance:none;appearance:none;background-clip:padding-box;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);color:var(--bs-body-color);display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.profile-body .form-control{transition:none}}.profile-body .form-control[type=file]{overflow:hidden}.profile-body .form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.profile-body .form-control:focus{background-color:var(--bs-body-bg);border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;color:var(--bs-body-color);outline:0}.profile-body .form-control::-webkit-date-and-time-value{height:1.5em;margin:0;min-width:85px}.profile-body .form-control::-webkit-datetime-edit{display:block;padding:0}.profile-body .form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.profile-body .form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.profile-body .form-control::-webkit-file-upload-button{background-color:var(--bs-tertiary-bg);border:0 solid;border-color:inherit;border-inline-end-width:var(--bs-border-width);border-radius:0;color:var(--bs-body-color);margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.profile-body .form-control::file-selector-button{background-color:var(--bs-tertiary-bg);border:0 solid;border-color:inherit;border-inline-end-width:var(--bs-border-width);border-radius:0;color:var(--bs-body-color);margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.profile-body .form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.profile-body .form-control::file-selector-button{transition:none}}.profile-body .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}.profile-body .form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.profile-body .form-control-plaintext{background-color:#0000;border:solid #0000;border-width:var(--bs-border-width) 0;color:var(--bs-body-color);display:block;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.profile-body .form-control-plaintext:focus{outline:0}.profile-body .form-control-plaintext.form-control-lg,.profile-body .form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.profile-body .form-control-sm{border-radius:var(--bs-border-radius-sm);font-size:.875rem;min-height:calc(1.5em + .5rem + var(--bs-border-width)*2);padding:.25rem .5rem}.profile-body .form-control-sm::-webkit-file-upload-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.profile-body .form-control-sm::file-selector-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.profile-body .form-control-lg{border-radius:var(--bs-border-radius-lg);font-size:1.25rem;min-height:calc(1.5em + 1rem + var(--bs-border-width)*2);padding:.5rem 1rem}.profile-body .form-control-lg::-webkit-file-upload-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}.profile-body .form-control-lg::file-selector-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}.profile-body textarea.form-control{min-height:calc(1.5em + .75rem + var(--bs-border-width)*2)}.profile-body textarea.form-control-sm{min-height:calc(1.5em + .5rem + var(--bs-border-width)*2)}.profile-body textarea.form-control-lg{min-height:calc(1.5em + 1rem + var(--bs-border-width)*2)}.profile-body .form-control-color{height:calc(1.5em + .75rem + var(--bs-border-width)*2);padding:.375rem;width:3rem}.profile-body .form-control-color:not(:disabled):not([readonly]){cursor:pointer}.profile-body .form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.profile-body .form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.profile-body .form-control-color.form-control-sm{height:calc(1.5em + .5rem + var(--bs-border-width)*2)}.profile-body .form-control-color.form-control-lg{height:calc(1.5em + 1rem + var(--bs-border-width)*2)}.profile-body .form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");-webkit-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),none;background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);color:var(--bs-body-color);display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem 2.25rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.profile-body .form-select{transition:none}}.profile-body .form-select:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.profile-body .form-select[multiple],.profile-body .form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.profile-body .form-select:disabled{background-color:var(--bs-secondary-bg)}.profile-body .form-select:-moz-focusring{color:#0000;text-shadow:0 0 0 var(--bs-body-color)}.profile-body .form-select-sm{border-radius:var(--bs-border-radius-sm);font-size:.875rem;padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.profile-body .form-select-lg{border-radius:var(--bs-border-radius-lg);font-size:1.25rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.profile-body [data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E")}.profile-body .form-check{display:block;margin-bottom:.125rem;min-height:1.5rem;padding-left:1.5em}.profile-body .form-check .form-check-input{float:left;margin-left:-1.5em}.profile-body .form-check-reverse{padding-left:0;padding-right:1.5em;text-align:right}.profile-body .form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:-1.5em}.profile-body .form-check-input{--bs-form-check-bg:var(--bs-body-bg);-webkit-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-position:50%;background-repeat:no-repeat;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);flex-shrink:0;height:1em;margin-top:.25em;-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:top;width:1em}.profile-body .form-check-input[type=checkbox]{border-radius:.25em}.profile-body .form-check-input[type=radio]{border-radius:50%}.profile-body .form-check-input:active{filter:brightness(90%)}.profile-body .form-check-input:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.profile-body .form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.profile-body .form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.profile-body .form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.profile-body .form-check-input[type=checkbox]:indeterminate{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");background-color:#0d6efd;border-color:#0d6efd}.profile-body .form-check-input:disabled{filter:none;opacity:.5;pointer-events:none}.profile-body .form-check-input:disabled~.form-check-label,.profile-body .form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.profile-body .form-switch{padding-left:2.5em}.profile-body .form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-image:var(--bs-form-switch-bg);background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@media(prefers-reduced-motion:reduce){.profile-body .form-switch .form-check-input{transition:none}}.profile-body .form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E")}.profile-body .form-switch .form-check-input:checked{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");background-position:100%}.profile-body .form-switch.form-check-reverse{padding-left:0;padding-right:2.5em}.profile-body .form-switch.form-check-reverse .form-check-input{margin-left:0;margin-right:-2.5em}.profile-body .form-check-inline{display:inline-block;margin-right:1rem}.profile-body .btn-check{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.profile-body .btn-check:disabled+.btn,.profile-body .btn-check[disabled]+.btn{filter:none;opacity:.65;pointer-events:none}.profile-body [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E")}.profile-body .form-range{-webkit-appearance:none;appearance:none;background-color:#0000;height:1.5rem;padding:0;width:100%}.profile-body .form-range:focus{outline:0}.profile-body .form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.profile-body .form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.profile-body .form-range::-moz-focus-outer{border:0}.profile-body .form-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.profile-body .form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.profile-body .form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.profile-body .form-range::-webkit-slider-runnable-track{background-color:var(--bs-secondary-bg);border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.profile-body .form-range::-moz-range-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.profile-body .form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.profile-body .form-range::-moz-range-thumb:active{background-color:#b6d4fe}.profile-body .form-range::-moz-range-track{background-color:var(--bs-secondary-bg);border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.profile-body .form-range:disabled{pointer-events:none}.profile-body .form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.profile-body .form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.profile-body .form-floating{position:relative}.profile-body .form-floating>.form-control,.profile-body .form-floating>.form-control-plaintext,.profile-body .form-floating>.form-select{height:calc(3.5rem + var(--bs-border-width)*2);line-height:1.25;min-height:calc(3.5rem + var(--bs-border-width)*2)}.profile-body .form-floating>label{border:var(--bs-border-width) solid #0000;height:100%;left:0;overflow:hidden;padding:1rem .75rem;pointer-events:none;position:absolute;text-align:start;text-overflow:ellipsis;top:0;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out;white-space:nowrap;z-index:2}@media(prefers-reduced-motion:reduce){.profile-body .form-floating>label{transition:none}}.profile-body .form-floating>.form-control,.profile-body .form-floating>.form-control-plaintext{padding:1rem .75rem}.profile-body .form-floating>.form-control-plaintext::placeholder,.profile-body .form-floating>.form-control::placeholder{color:#0000}.profile-body .form-floating>.form-control-plaintext:focus,.profile-body .form-floating>.form-control-plaintext:not(:placeholder-shown),.profile-body .form-floating>.form-control:focus,.profile-body .form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.profile-body .form-floating>.form-control-plaintext:-webkit-autofill,.profile-body .form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.profile-body .form-floating>.form-select{padding-bottom:.625rem;padding-top:1.625rem}.profile-body .form-floating>.form-control-plaintext~label,.profile-body .form-floating>.form-control:focus~label,.profile-body .form-floating>.form-control:not(:placeholder-shown)~label,.profile-body .form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.profile-body .form-floating>.form-control-plaintext~label:after,.profile-body .form-floating>.form-control:focus~label:after,.profile-body .form-floating>.form-control:not(:placeholder-shown)~label:after,.profile-body .form-floating>.form-select~label:after{background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius);content:"";height:1.5em;inset:1rem .375rem;position:absolute;z-index:-1}.profile-body .form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.profile-body .form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.profile-body .form-floating>.form-control:disabled~label,.profile-body .form-floating>:disabled~label{color:#6c757d}.profile-body .form-floating>.form-control:disabled~label:after,.profile-body .form-floating>:disabled~label:after{background-color:var(--bs-secondary-bg)}.profile-body .input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.profile-body .input-group>.form-control,.profile-body .input-group>.form-floating,.profile-body .input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.profile-body .input-group>.form-control:focus,.profile-body .input-group>.form-floating:focus-within,.profile-body .input-group>.form-select:focus{z-index:5}.profile-body .input-group .btn{position:relative;z-index:2}.profile-body .input-group .btn:focus{z-index:5}.profile-body .input-group-text{align-items:center;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);color:var(--bs-body-color);display:flex;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;white-space:nowrap}.profile-body .input-group-lg>.btn,.profile-body .input-group-lg>.form-control,.profile-body .input-group-lg>.form-select,.profile-body .input-group-lg>.input-group-text{border-radius:var(--bs-border-radius-lg);font-size:1.25rem;padding:.5rem 1rem}.profile-body .input-group-sm>.btn,.profile-body .input-group-sm>.form-control,.profile-body .input-group-sm>.form-select,.profile-body .input-group-sm>.input-group-text{border-radius:var(--bs-border-radius-sm);font-size:.875rem;padding:.25rem .5rem}.profile-body .input-group-lg>.form-select,.profile-body .input-group-sm>.form-select{padding-right:3rem}.profile-body .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.profile-body .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.profile-body .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.profile-body .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.profile-body .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.profile-body .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.profile-body .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.profile-body .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-bottom-right-radius:0;border-top-right-radius:0}.profile-body .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:calc(var(--bs-border-width)*-1)}.profile-body .input-group>.form-floating:not(:first-child)>.form-control,.profile-body .input-group>.form-floating:not(:first-child)>.form-select{border-bottom-left-radius:0;border-top-left-radius:0}.profile-body .valid-feedback{color:var(--bs-form-valid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.profile-body .valid-tooltip{background-color:var(--bs-success);border-radius:var(--bs-border-radius);color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.profile-body.is-valid~.valid-feedback,.profile-body.is-valid~.valid-tooltip,.was-validated .profile-body:valid~.valid-feedback,.was-validated .profile-body:valid~.valid-tooltip{display:block}.profile-body .form-control.is-valid,.was-validated .profile-body .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem)}.profile-body .form-control.is-valid:focus,.was-validated .profile-body .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.profile-body textarea.form-control.is-valid,.was-validated .profile-body textarea.form-control:valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.profile-body .form-select.is-valid,.was-validated .profile-body .form-select:valid{border-color:var(--bs-form-valid-border-color)}.profile-body .form-select.is-valid:not([multiple]):not([size]),.profile-body .form-select.is-valid:not([multiple])[size="1"],.was-validated .profile-body .form-select:valid:not([multiple]):not([size]),.was-validated .profile-body .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.profile-body .form-select.is-valid:focus,.was-validated .profile-body .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.profile-body .form-control-color.is-valid,.was-validated .profile-body .form-control-color:valid{width:calc(3.75rem + 1.5em)}.profile-body .form-check-input.is-valid,.was-validated .profile-body .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.profile-body .form-check-input.is-valid:checked,.was-validated .profile-body .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.profile-body .form-check-input.is-valid:focus,.was-validated .profile-body .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.profile-body .form-check-input.is-valid~.form-check-label,.was-validated .profile-body .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.profile-body .form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.profile-body .input-group>.form-control:not(:focus).is-valid,.profile-body .input-group>.form-floating:not(:focus-within).is-valid,.profile-body .input-group>.form-select:not(:focus).is-valid,.was-validated .profile-body .input-group>.form-control:not(:focus):valid,.was-validated .profile-body .input-group>.form-floating:not(:focus-within):valid,.was-validated .profile-body .input-group>.form-select:not(:focus):valid{z-index:3}.profile-body .invalid-feedback{color:var(--bs-form-invalid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.profile-body .invalid-tooltip{background-color:var(--bs-danger);border-radius:var(--bs-border-radius);color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.profile-body.is-invalid~.invalid-feedback,.profile-body.is-invalid~.invalid-tooltip,.was-validated .profile-body:invalid~.invalid-feedback,.was-validated .profile-body:invalid~.invalid-tooltip{display:block}.profile-body .form-control.is-invalid,.was-validated .profile-body .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem)}.profile-body .form-control.is-invalid:focus,.was-validated .profile-body .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.profile-body textarea.form-control.is-invalid,.was-validated .profile-body textarea.form-control:invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.profile-body .form-select.is-invalid,.was-validated .profile-body .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.profile-body .form-select.is-invalid:not([multiple]):not([size]),.profile-body .form-select.is-invalid:not([multiple])[size="1"],.was-validated .profile-body .form-select:invalid:not([multiple]):not([size]),.was-validated .profile-body .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.profile-body .form-select.is-invalid:focus,.was-validated .profile-body .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.profile-body .form-control-color.is-invalid,.was-validated .profile-body .form-control-color:invalid{width:calc(3.75rem + 1.5em)}.profile-body .form-check-input.is-invalid,.was-validated .profile-body .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.profile-body .form-check-input.is-invalid:checked,.was-validated .profile-body .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.profile-body .form-check-input.is-invalid:focus,.was-validated .profile-body .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.profile-body .form-check-input.is-invalid~.form-check-label,.was-validated .profile-body .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.profile-body .form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.profile-body .input-group>.form-control:not(:focus).is-invalid,.profile-body .input-group>.form-floating:not(:focus-within).is-invalid,.profile-body .input-group>.form-select:not(:focus).is-invalid,.was-validated .profile-body .input-group>.form-control:not(:focus):invalid,.was-validated .profile-body .input-group>.form-floating:not(:focus-within):invalid,.was-validated .profile-body .input-group>.form-select:not(:focus):invalid{z-index:4}.profile-body .btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:#0000;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:#0000;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:#0000;--bs-btn-box-shadow:inset 0 1px 0 #ffffff26,0 1px 1px rgba(0,0,0,.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);background-color:var(--bs-btn-bg);border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);color:var(--bs-btn-color);cursor:pointer;display:inline-block;font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle}@media(prefers-reduced-motion:reduce){.profile-body .btn{transition:none}}.profile-body .btn:hover{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);color:var(--bs-btn-hover-color)}.btn-check+.profile-body .btn:hover{background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color);color:var(--bs-btn-color)}.profile-body .btn:focus-visible{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);color:var(--bs-btn-hover-color);outline:0}.btn-check:focus-visible+.profile-body .btn{border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:checked+.profile-body .btn,.profile-body .btn.active,.profile-body .btn.show,.profile-body .btn:first-child:active,:not(.btn-check)+.profile-body .btn:active{background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color);color:var(--bs-btn-active-color)}.btn-check:checked+.profile-body .btn:focus-visible,.profile-body .btn.active:focus-visible,.profile-body .btn.show:focus-visible,.profile-body .btn:first-child:active:focus-visible,:not(.btn-check)+.profile-body .btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.profile-body .btn.disabled,.profile-body .btn:disabled,fieldset:disabled .profile-body .btn{background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);color:var(--bs-btn-disabled-color);opacity:var(--bs-btn-disabled-opacity);pointer-events:none}.profile-body .btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.profile-body .btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.profile-body .btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.profile-body .btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.profile-body .btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.profile-body .btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.profile-body .btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.profile-body .btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.profile-body .btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.profile-body .btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.profile-body .btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.profile-body .btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.profile-body .btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.profile-body .btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.profile-body .btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.profile-body .btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.profile-body .btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:#0000;--bs-btn-border-color:#0000;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:#0000;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:#0000;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:#0000;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.profile-body .btn-link:focus-visible{color:var(--bs-btn-color)}.profile-body .btn-link:hover{color:var(--bs-btn-hover-color)}.profile-body .btn-group-lg>.btn,.profile-body .btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.profile-body .btn-group-sm>.btn,.profile-body .btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.profile-body .fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.profile-body .fade{transition:none}}.profile-body .fade:not(.show){opacity:0}.profile-body .collapse:not(.show){display:none}.profile-body .collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.profile-body .collapsing{transition:none}}.profile-body .collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media(prefers-reduced-motion:reduce){.profile-body .collapsing.collapse-horizontal{transition:none}}.profile-body .dropdown,.profile-body .dropdown-center,.profile-body .dropend,.profile-body .dropstart,.profile-body .dropup,.profile-body .dropup-center{position:relative}.profile-body .dropdown-toggle{white-space:nowrap}.profile-body .dropdown-toggle:after{border-bottom:0;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.profile-body .dropdown-toggle:empty:after{margin-left:0}.profile-body .dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;background-clip:padding-box;background-color:var(--bs-dropdown-bg);border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius);color:var(--bs-dropdown-color);display:none;font-size:var(--bs-dropdown-font-size);list-style:none;margin:0;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);position:absolute;text-align:left;z-index:var(--bs-dropdown-zindex)}.profile-body .dropdown-menu[data-bs-popper]{left:0;margin-top:var(--bs-dropdown-spacer);top:100%}.profile-body .dropdown-menu-start{--bs-position:start}.profile-body .dropdown-menu-start[data-bs-popper]{left:0;right:auto}.profile-body .dropdown-menu-end{--bs-position:end}.profile-body .dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media(min-width:576px){.profile-body .dropdown-menu-sm-start{--bs-position:start}.profile-body .dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.profile-body .dropdown-menu-sm-end{--bs-position:end}.profile-body .dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media(min-width:768px){.profile-body .dropdown-menu-md-start{--bs-position:start}.profile-body .dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.profile-body .dropdown-menu-md-end{--bs-position:end}.profile-body .dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media(min-width:992px){.profile-body .dropdown-menu-lg-start{--bs-position:start}.profile-body .dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.profile-body .dropdown-menu-lg-end{--bs-position:end}.profile-body .dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media(min-width:1200px){.profile-body .dropdown-menu-xl-start{--bs-position:start}.profile-body .dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.profile-body .dropdown-menu-xl-end{--bs-position:end}.profile-body .dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media(min-width:1400px){.profile-body .dropdown-menu-xxl-start{--bs-position:start}.profile-body .dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.profile-body .dropdown-menu-xxl-end{--bs-position:end}.profile-body .dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}.profile-body .dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:var(--bs-dropdown-spacer);margin-top:0;top:auto}.profile-body .dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.profile-body .dropup .dropdown-toggle:empty:after{margin-left:0}.profile-body .dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:var(--bs-dropdown-spacer);margin-top:0;right:auto;top:0}.profile-body .dropend .dropdown-toggle:after{border-bottom:.3em solid #0000;border-left:.3em solid;border-right:0;border-top:.3em solid #0000;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.profile-body .dropend .dropdown-toggle:empty:after{margin-left:0}.profile-body .dropend .dropdown-toggle:after{vertical-align:0}.profile-body .dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:var(--bs-dropdown-spacer);margin-top:0;right:100%;top:0}.profile-body .dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.profile-body .dropstart .dropdown-toggle:before{border-bottom:.3em solid #0000;border-right:.3em solid;border-top:.3em solid #0000;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.profile-body .dropstart .dropdown-toggle:empty:after{margin-left:0}.profile-body .dropstart .dropdown-toggle:before{vertical-align:0}.profile-body .dropdown-divider{border-top:1px solid var(--bs-dropdown-divider-bg);height:0;margin:var(--bs-dropdown-divider-margin-y) 0;opacity:1;overflow:hidden}.profile-body .dropdown-item{background-color:#0000;border:0;border-radius:0;border-radius:var(--bs-dropdown-item-border-radius,0);clear:both;color:var(--bs-dropdown-link-color);display:block;font-weight:400;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);text-align:inherit;text-decoration:none;white-space:nowrap;width:100%}.profile-body .dropdown-item:focus,.profile-body .dropdown-item:hover{background-color:var(--bs-dropdown-link-hover-bg);color:var(--bs-dropdown-link-hover-color)}.profile-body .dropdown-item.active,.profile-body .dropdown-item:active{background-color:var(--bs-dropdown-link-active-bg);color:var(--bs-dropdown-link-active-color);text-decoration:none}.profile-body .dropdown-item.disabled,.profile-body .dropdown-item:disabled{background-color:#0000;color:var(--bs-dropdown-link-disabled-color);pointer-events:none}.profile-body .dropdown-menu.show{display:block}.profile-body .dropdown-header{color:var(--bs-dropdown-header-color);display:block;font-size:.875rem;margin-bottom:0;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);white-space:nowrap}.profile-body .dropdown-item-text{color:var(--bs-dropdown-link-color);display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)}.profile-body .dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:#ffffff26;--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.profile-body .btn-group,.profile-body .btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.profile-body .btn-group-vertical>.btn,.profile-body .btn-group>.btn{flex:1 1 auto;position:relative}.profile-body .btn-group-vertical>.btn-check:checked+.btn,.profile-body .btn-group-vertical>.btn-check:focus+.btn,.profile-body .btn-group-vertical>.btn.active,.profile-body .btn-group-vertical>.btn:active,.profile-body .btn-group-vertical>.btn:focus,.profile-body .btn-group-vertical>.btn:hover,.profile-body .btn-group>.btn-check:checked+.btn,.profile-body .btn-group>.btn-check:focus+.btn,.profile-body .btn-group>.btn.active,.profile-body .btn-group>.btn:active,.profile-body .btn-group>.btn:focus,.profile-body .btn-group>.btn:hover{z-index:1}.profile-body .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.profile-body .btn-toolbar .input-group{width:auto}.profile-body .btn-group{border-radius:var(--bs-border-radius)}.profile-body .btn-group>.btn-group:not(:first-child),.profile-body .btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(var(--bs-border-width)*-1)}.profile-body .btn-group>.btn-group:not(:last-child)>.btn,.profile-body .btn-group>.btn.dropdown-toggle-split:first-child,.profile-body .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.profile-body .btn-group>.btn-group:not(:first-child)>.btn,.profile-body .btn-group>.btn:nth-child(n+3),.profile-body .btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.profile-body .dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropend .profile-body .dropdown-toggle-split:after,.dropup .profile-body .dropdown-toggle-split:after,.profile-body .dropdown-toggle-split:after{margin-left:0}.dropstart .profile-body .dropdown-toggle-split:before{margin-right:0}.profile-body .btn-group-sm>.btn+.dropdown-toggle-split,.profile-body .btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.profile-body .btn-group-lg>.btn+.dropdown-toggle-split,.profile-body .btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.profile-body .btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.profile-body .btn-group-vertical>.btn,.profile-body .btn-group-vertical>.btn-group{width:100%}.profile-body .btn-group-vertical>.btn-group:not(:first-child),.profile-body .btn-group-vertical>.btn:not(:first-child){margin-top:calc(var(--bs-border-width)*-1)}.profile-body .btn-group-vertical>.btn-group:not(:last-child)>.btn,.profile-body .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.profile-body .btn-group-vertical>.btn-group:not(:first-child)>.btn,.profile-body .btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.profile-body .nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.profile-body .nav-link{background:none;border:0;color:var(--bs-nav-link-color);display:block;font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion:reduce){.profile-body .nav-link{transition:none}}.profile-body .nav-link:focus,.profile-body .nav-link:hover{color:var(--bs-nav-link-hover-color)}.profile-body .nav-link:focus-visible{box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.profile-body .nav-link.disabled,.profile-body .nav-link:disabled{color:var(--bs-nav-link-disabled-color);cursor:default;pointer-events:none}.profile-body .nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.profile-body .nav-tabs .nav-link{border:var(--bs-nav-tabs-border-width) solid #0000;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius);margin-bottom:calc(var(--bs-nav-tabs-border-width)*-1)}.profile-body .nav-tabs .nav-link:focus,.profile-body .nav-tabs .nav-link:hover{border-color:var(--bs-nav-tabs-link-hover-border-color);isolation:isolate}.profile-body .nav-tabs .nav-item.show .nav-link,.profile-body .nav-tabs .nav-link.active{background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color);color:var(--bs-nav-tabs-link-active-color)}.profile-body .nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--bs-nav-tabs-border-width)*-1)}.profile-body .nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.profile-body .nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.profile-body .nav-pills .nav-link.active,.profile-body .nav-pills .show>.nav-link{background-color:var(--bs-nav-pills-link-active-bg);color:var(--bs-nav-pills-link-active-color)}.profile-body .nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.profile-body .nav-underline .nav-link{border-bottom:var(--bs-nav-underline-border-width) solid #0000;padding-left:0;padding-right:0}.profile-body .nav-underline .nav-link:focus,.profile-body .nav-underline .nav-link:hover{border-bottom-color:initial}.profile-body .nav-underline .nav-link.active,.profile-body .nav-underline .show>.nav-link{border-bottom-color:initial;color:var(--bs-nav-underline-link-active-color);font-weight:700}.profile-body .nav-fill .nav-item,.profile-body .nav-fill>.nav-link{flex:1 1 auto;text-align:center}.profile-body .nav-justified .nav-item,.profile-body .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.profile-body .nav-fill .nav-item .nav-link,.profile-body .nav-justified .nav-item .nav-link{width:100%}.profile-body .tab-content>.tab-pane{display:none}.profile-body .tab-content>.active{display:block}.profile-body .navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb),0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb),0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(33, 37, 41, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb),0.15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);position:relative}.profile-body .navbar>.container,.profile-body .navbar>.container-fluid,.profile-body .navbar>.container-lg,.profile-body .navbar>.container-md,.profile-body .navbar>.container-sm,.profile-body .navbar>.container-xl,.profile-body .navbar>.container-xxl{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.profile-body .navbar-brand{color:var(--bs-navbar-brand-color);font-size:var(--bs-navbar-brand-font-size);margin-right:var(--bs-navbar-brand-margin-end);padding-bottom:var(--bs-navbar-brand-padding-y);padding-top:var(--bs-navbar-brand-padding-y);text-decoration:none;white-space:nowrap}.profile-body .navbar-brand:focus,.profile-body .navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.profile-body .navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.profile-body .navbar-nav .nav-link.active,.profile-body .navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.profile-body .navbar-nav .dropdown-menu{position:static}.profile-body .navbar-text{color:var(--bs-navbar-color);padding-bottom:.5rem;padding-top:.5rem}.profile-body .navbar-text a,.profile-body .navbar-text a:focus,.profile-body .navbar-text a:hover{color:var(--bs-navbar-active-color)}.profile-body .navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.profile-body .navbar-toggler{background-color:#0000;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);color:var(--bs-navbar-color);font-size:var(--bs-navbar-toggler-font-size);line-height:1;padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion:reduce){.profile-body .navbar-toggler{transition:none}}.profile-body .navbar-toggler:hover{text-decoration:none}.profile-body .navbar-toggler:focus{box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width);outline:0;text-decoration:none}.profile-body .navbar-toggler-icon{background-image:var(--bs-navbar-toggler-icon-bg);background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.profile-body .navbar-nav-scroll{max-height:75vh;max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media(min-width:576px){.profile-body .navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.profile-body .navbar-expand-sm .navbar-nav{flex-direction:row}.profile-body .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.profile-body .navbar-expand-sm .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.profile-body .navbar-expand-sm .navbar-nav-scroll{overflow:visible}.profile-body .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.profile-body .navbar-expand-sm .navbar-toggler{display:none}.profile-body .navbar-expand-sm .offcanvas{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.profile-body .navbar-expand-sm .offcanvas .offcanvas-header{display:none}.profile-body .navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:768px){.profile-body .navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.profile-body .navbar-expand-md .navbar-nav{flex-direction:row}.profile-body .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.profile-body .navbar-expand-md .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.profile-body .navbar-expand-md .navbar-nav-scroll{overflow:visible}.profile-body .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.profile-body .navbar-expand-md .navbar-toggler{display:none}.profile-body .navbar-expand-md .offcanvas{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.profile-body .navbar-expand-md .offcanvas .offcanvas-header{display:none}.profile-body .navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:992px){.profile-body .navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.profile-body .navbar-expand-lg .navbar-nav{flex-direction:row}.profile-body .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.profile-body .navbar-expand-lg .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.profile-body .navbar-expand-lg .navbar-nav-scroll{overflow:visible}.profile-body .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.profile-body .navbar-expand-lg .navbar-toggler{display:none}.profile-body .navbar-expand-lg .offcanvas{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.profile-body .navbar-expand-lg .offcanvas .offcanvas-header{display:none}.profile-body .navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:1200px){.profile-body .navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.profile-body .navbar-expand-xl .navbar-nav{flex-direction:row}.profile-body .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.profile-body .navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.profile-body .navbar-expand-xl .navbar-nav-scroll{overflow:visible}.profile-body .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.profile-body .navbar-expand-xl .navbar-toggler{display:none}.profile-body .navbar-expand-xl .offcanvas{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.profile-body .navbar-expand-xl .offcanvas .offcanvas-header{display:none}.profile-body .navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:1400px){.profile-body .navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.profile-body .navbar-expand-xxl .navbar-nav{flex-direction:row}.profile-body .navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.profile-body .navbar-expand-xxl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.profile-body .navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.profile-body .navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.profile-body .navbar-expand-xxl .navbar-toggler{display:none}.profile-body .navbar-expand-xxl .offcanvas{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.profile-body .navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.profile-body .navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}.profile-body .navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.profile-body .navbar-expand .navbar-nav{flex-direction:row}.profile-body .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.profile-body .navbar-expand .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.profile-body .navbar-expand .navbar-nav-scroll{overflow:visible}.profile-body .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.profile-body .navbar-expand .navbar-toggler{display:none}.profile-body .navbar-expand .offcanvas{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.profile-body .navbar-expand .offcanvas .offcanvas-header{display:none}.profile-body .navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}.profile-body .navbar-dark,.profile-body .navbar[data-bs-theme=dark]{--bs-navbar-color:#ffffff8c;--bs-navbar-hover-color:#ffffffbf;--bs-navbar-disabled-color:#ffffff40;--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:#ffffff1a}.profile-body .navbar-dark,.profile-body .navbar[data-bs-theme=dark],.profile-body [data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.profile-body .card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb),0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;word-wrap:break-word;background-clip:initial;background-color:var(--bs-card-bg);border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius);color:var(--bs-body-color);display:flex;flex-direction:column;height:var(--bs-card-height);min-width:0;position:relative}.profile-body .card>hr{margin-left:0;margin-right:0}.profile-body .card>.list-group{border-bottom:inherit;border-top:inherit}.profile-body .card>.list-group:first-child{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius);border-top-width:0}.profile-body .card>.list-group:last-child{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-width:0}.profile-body .card>.card-header+.list-group,.profile-body .card>.list-group+.card-footer{border-top:0}.profile-body .card-body{color:var(--bs-card-color);flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x)}.profile-body .card-title{color:var(--bs-card-title-color);margin-bottom:var(--bs-card-title-spacer-y)}.profile-body .card-subtitle{color:var(--bs-card-subtitle-color);margin-bottom:0;margin-top:calc(var(--bs-card-title-spacer-y)*-.5)}.profile-body .card-text:last-child{margin-bottom:0}.profile-body .card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.profile-body .card-header{background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);margin-bottom:0;padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.profile-body .card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.profile-body .card-footer{background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.profile-body .card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.profile-body .card-header-tabs{border-bottom:0;margin-bottom:calc(var(--bs-card-cap-padding-y)*-1);margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.profile-body .card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.profile-body .card-header-pills{margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.profile-body .card-img-overlay{border-radius:var(--bs-card-inner-border-radius);bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);position:absolute;right:0;top:0}.profile-body .card-img,.profile-body .card-img-bottom,.profile-body .card-img-top{width:100%}.profile-body .card-img,.profile-body .card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.profile-body .card-img,.profile-body .card-img-bottom{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius)}.profile-body .card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width:576px){.profile-body .card-group{display:flex;flex-flow:row wrap}.profile-body .card-group>.card{flex:1 0;margin-bottom:0}.profile-body .card-group>.card+.card{border-left:0;margin-left:0}.profile-body .card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.profile-body .card-group>.card:not(:last-child) .card-header,.profile-body .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.profile-body .card-group>.card:not(:last-child) .card-footer,.profile-body .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.profile-body .card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.profile-body .card-group>.card:not(:first-child) .card-header,.profile-body .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.profile-body .card-group>.card:not(:first-child) .card-footer,.profile-body .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.profile-body .accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");--bs-accordion-btn-focus-border-color:#86b7fe;--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem #0d6efd40;--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.profile-body .accordion-button{align-items:center;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;color:var(--bs-accordion-btn-color);display:flex;font-size:1rem;overflow-anchor:none;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);position:relative;text-align:left;transition:var(--bs-accordion-transition);width:100%}@media(prefers-reduced-motion:reduce){.profile-body .accordion-button{transition:none}}.profile-body .accordion-button:not(.collapsed){background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);color:var(--bs-accordion-active-color)}.profile-body .accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.profile-body .accordion-button:after{background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);content:"";flex-shrink:0;height:var(--bs-accordion-btn-icon-width);margin-left:auto;transition:var(--bs-accordion-btn-icon-transition);width:var(--bs-accordion-btn-icon-width)}@media(prefers-reduced-motion:reduce){.profile-body .accordion-button:after{transition:none}}.profile-body .accordion-button:hover{z-index:2}.profile-body .accordion-button:focus{border-color:var(--bs-accordion-btn-focus-border-color);box-shadow:var(--bs-accordion-btn-focus-box-shadow);outline:0;z-index:3}.profile-body .accordion-header{margin-bottom:0}.profile-body .accordion-item{background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);color:var(--bs-accordion-color)}.profile-body .accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.profile-body .accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.profile-body .accordion-item:not(:first-of-type){border-top:0}.profile-body .accordion-item:last-of-type{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.profile-body .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-left-radius:var(--bs-accordion-inner-border-radius);border-bottom-right-radius:var(--bs-accordion-inner-border-radius)}.profile-body .accordion-item:last-of-type .accordion-collapse{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.profile-body .accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.profile-body .accordion-flush .accordion-collapse{border-width:0}.profile-body .accordion-flush .accordion-item{border-left:0;border-radius:0;border-right:0}.profile-body .accordion-flush .accordion-item:first-child{border-top:0}.profile-body .accordion-flush .accordion-item:last-child{border-bottom:0}.profile-body .accordion-flush .accordion-item .accordion-button,.profile-body .accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}.profile-body [data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.profile-body .breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius);display:flex;flex-wrap:wrap;font-size:var(--bs-breadcrumb-font-size);list-style:none;margin-bottom:var(--bs-breadcrumb-margin-bottom);padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)}.profile-body .breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.profile-body .breadcrumb-item+.breadcrumb-item:before{color:var(--bs-breadcrumb-divider-color);content:"/";content:var(--bs-breadcrumb-divider,"/");float:left;padding-right:var(--bs-breadcrumb-item-padding-x)}.profile-body .breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.profile-body .pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem #0d6efd40;--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;list-style:none;padding-left:0}.profile-body .page-link{background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);color:var(--bs-pagination-color);display:block;font-size:var(--bs-pagination-font-size);padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);position:relative;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.profile-body .page-link{transition:none}}.profile-body .page-link:hover{background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color);color:var(--bs-pagination-hover-color);z-index:2}.profile-body .page-link:focus{background-color:var(--bs-pagination-focus-bg);box-shadow:var(--bs-pagination-focus-box-shadow);color:var(--bs-pagination-focus-color);outline:0;z-index:3}.active>.profile-body .page-link,.profile-body .page-link.active{background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color);color:var(--bs-pagination-active-color);z-index:3}.disabled>.profile-body .page-link,.profile-body .page-link.disabled{background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color);color:var(--bs-pagination-disabled-color);pointer-events:none}.profile-body .page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width)*-1)}.profile-body .page-item:first-child .page-link{border-bottom-left-radius:var(--bs-pagination-border-radius);border-top-left-radius:var(--bs-pagination-border-radius)}.profile-body .page-item:last-child .page-link{border-bottom-right-radius:var(--bs-pagination-border-radius);border-top-right-radius:var(--bs-pagination-border-radius)}.profile-body .pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.profile-body .pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.profile-body .badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);border-radius:var(--bs-badge-border-radius);color:var(--bs-badge-color);display:inline-block;font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);text-align:center;vertical-align:initial;white-space:nowrap}.profile-body .badge:empty{display:none}.profile-body .btn .badge{position:relative;top:-1px}.profile-body .alert{--bs-alert-bg:#0000;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:#0000;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);color:var(--bs-alert-color);margin-bottom:var(--bs-alert-margin-bottom);padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);position:relative}.profile-body .alert-heading{color:inherit}.profile-body .alert-link{color:var(--bs-alert-link-color);font-weight:700}.profile-body .alert-dismissible{padding-right:3rem}.profile-body .alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.profile-body .alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.profile-body .alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.profile-body .alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.profile-body .alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.profile-body .alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.profile-body .alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.profile-body .alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.profile-body .alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}.profile-body .progress,.profile-body .progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width 0.6s ease;background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius);display:flex;font-size:var(--bs-progress-font-size);height:var(--bs-progress-height);overflow:hidden}.profile-body .progress-bar{background-color:var(--bs-progress-bar-bg);color:var(--bs-progress-bar-color);display:flex;flex-direction:column;justify-content:center;overflow:hidden;text-align:center;transition:var(--bs-progress-bar-transition);white-space:nowrap}@media(prefers-reduced-motion:reduce){.profile-body .progress-bar{transition:none}}.profile-body .progress-bar-striped{background-image:linear-gradient(45deg,#ffffff26 25%,#0000 0,#0000 50%,#ffffff26 0,#ffffff26 75%,#0000 0,#0000);background-size:var(--bs-progress-height) var(--bs-progress-height)}.profile-body .progress-stacked>.progress{overflow:visible}.profile-body .progress-stacked>.progress>.progress-bar{width:100%}.profile-body .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.profile-body .progress-bar-animated{animation:none}}.profile-body .list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;border-radius:var(--bs-list-group-border-radius);display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.profile-body .list-group-numbered{counter-reset:section;list-style-type:none}.profile-body .list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.profile-body .list-group-item-action{color:var(--bs-list-group-action-color);text-align:inherit;width:100%}.profile-body .list-group-item-action:focus,.profile-body .list-group-item-action:hover{background-color:var(--bs-list-group-action-hover-bg);color:var(--bs-list-group-action-hover-color);text-decoration:none;z-index:1}.profile-body .list-group-item-action:active{background-color:var(--bs-list-group-action-active-bg);color:var(--bs-list-group-action-active-color)}.profile-body .list-group-item{background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);color:var(--bs-list-group-color);display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);position:relative;text-decoration:none}.profile-body .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.profile-body .list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.profile-body .list-group-item.disabled,.profile-body .list-group-item:disabled{background-color:var(--bs-list-group-disabled-bg);color:var(--bs-list-group-disabled-color);pointer-events:none}.profile-body .list-group-item.active{background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color);color:var(--bs-list-group-active-color);z-index:2}.profile-body .list-group-item+.list-group-item{border-top-width:0}.profile-body .list-group-item+.list-group-item.active{border-top-width:var(--bs-list-group-border-width);margin-top:calc(var(--bs-list-group-border-width)*-1)}.profile-body .list-group-horizontal{flex-direction:row}.profile-body .list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.profile-body .list-group-horizontal>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.profile-body .list-group-horizontal>.list-group-item.active{margin-top:0}.profile-body .list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.profile-body .list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}@media(min-width:576px){.profile-body .list-group-horizontal-sm{flex-direction:row}.profile-body .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.profile-body .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.profile-body .list-group-horizontal-sm>.list-group-item.active{margin-top:0}.profile-body .list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.profile-body .list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media(min-width:768px){.profile-body .list-group-horizontal-md{flex-direction:row}.profile-body .list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.profile-body .list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.profile-body .list-group-horizontal-md>.list-group-item.active{margin-top:0}.profile-body .list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.profile-body .list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media(min-width:992px){.profile-body .list-group-horizontal-lg{flex-direction:row}.profile-body .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.profile-body .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.profile-body .list-group-horizontal-lg>.list-group-item.active{margin-top:0}.profile-body .list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.profile-body .list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media(min-width:1200px){.profile-body .list-group-horizontal-xl{flex-direction:row}.profile-body .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.profile-body .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.profile-body .list-group-horizontal-xl>.list-group-item.active{margin-top:0}.profile-body .list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.profile-body .list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media(min-width:1400px){.profile-body .list-group-horizontal-xxl{flex-direction:row}.profile-body .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.profile-body .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.profile-body .list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.profile-body .list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.profile-body .list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}.profile-body .list-group-flush{border-radius:0}.profile-body .list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.profile-body .list-group-flush>.list-group-item:last-child{border-bottom-width:0}.profile-body .list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.profile-body .list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.profile-body .list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.profile-body .list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.profile-body .list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.profile-body .list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.profile-body .list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.profile-body .list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.profile-body .btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem #0d6efd40;--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);background:#0000 var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;box-sizing:initial;color:var(--bs-btn-close-color);height:1em;opacity:var(--bs-btn-close-opacity);padding:.25em;width:1em}.profile-body .btn-close:hover{color:var(--bs-btn-close-color);opacity:var(--bs-btn-close-hover-opacity);text-decoration:none}.profile-body .btn-close:focus{box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity);outline:0}.profile-body .btn-close.disabled,.profile-body .btn-close:disabled{opacity:var(--bs-btn-close-disabled-opacity);pointer-events:none;-webkit-user-select:none;user-select:none}.profile-body .btn-close-white,.profile-body [data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.profile-body .toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);background-clip:padding-box;background-color:var(--bs-toast-bg);border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);border-radius:var(--bs-toast-border-radius);box-shadow:var(--bs-toast-box-shadow);color:var(--bs-toast-color);font-size:var(--bs-toast-font-size);max-width:100%;pointer-events:auto;width:var(--bs-toast-max-width)}.profile-body .toast.showing{opacity:0}.profile-body .toast:not(.show){display:none}.profile-body .toast-container{--bs-toast-zindex:1090;max-width:100%;pointer-events:none;position:absolute;width:-webkit-max-content;width:max-content;z-index:var(--bs-toast-zindex)}.profile-body .toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.profile-body .toast-header{align-items:center;background-clip:padding-box;background-color:var(--bs-toast-header-bg);border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));color:var(--bs-toast-header-color);display:flex;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x)}.profile-body .toast-header .btn-close{margin-left:var(--bs-toast-padding-x);margin-right:calc(var(--bs-toast-padding-x)*-.5)}.profile-body .toast-body{word-wrap:break-word;padding:var(--bs-toast-padding-x)}.profile-body .modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:var(--bs-modal-zindex)}.profile-body .modal-dialog{margin:var(--bs-modal-margin);pointer-events:none;position:relative;width:auto}.modal.fade .profile-body .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media(prefers-reduced-motion:reduce){.modal.fade .profile-body .modal-dialog{transition:none}}.modal.show .profile-body .modal-dialog{transform:none}.modal.modal-static .profile-body .modal-dialog{transform:scale(1.02)}.profile-body .modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.profile-body .modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.profile-body .modal-dialog-scrollable .modal-body{overflow-y:auto}.profile-body .modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - var(--bs-modal-margin)*2)}.profile-body .modal-content{background-clip:padding-box;background-color:var(--bs-modal-bg);border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);color:var(--bs-modal-color);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.profile-body .modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;background-color:var(--bs-backdrop-bg);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:var(--bs-backdrop-zindex)}.profile-body .modal-backdrop.fade{opacity:0}.profile-body .modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.profile-body .modal-header{align-items:center;border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius);display:flex;flex-shrink:0;justify-content:space-between;padding:var(--bs-modal-header-padding)}.profile-body .modal-header .btn-close{margin:calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)}.profile-body .modal-title{line-height:var(--bs-modal-title-line-height);margin-bottom:0}.profile-body .modal-body{flex:1 1 auto;padding:var(--bs-modal-padding);position:relative}.profile-body .modal-footer{align-items:center;background-color:var(--bs-modal-footer-bg);border-bottom-left-radius:var(--bs-modal-inner-border-radius);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)}.profile-body .modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width:576px){.profile-body .modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.profile-body .modal-dialog{margin-left:auto;margin-right:auto;max-width:var(--bs-modal-width)}.profile-body .modal-sm{--bs-modal-width:300px}}@media(min-width:992px){.profile-body .modal-lg,.profile-body .modal-xl{--bs-modal-width:800px}}@media(min-width:1200px){.profile-body .modal-xl{--bs-modal-width:1140px}}.profile-body .modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.profile-body .modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.profile-body .modal-fullscreen .modal-footer,.profile-body .modal-fullscreen .modal-header{border-radius:0}.profile-body .modal-fullscreen .modal-body{overflow-y:auto}@media(max-width:575.98px){.profile-body .modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.profile-body .modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.profile-body .modal-fullscreen-sm-down .modal-footer,.profile-body .modal-fullscreen-sm-down .modal-header{border-radius:0}.profile-body .modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width:767.98px){.profile-body .modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.profile-body .modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.profile-body .modal-fullscreen-md-down .modal-footer,.profile-body .modal-fullscreen-md-down .modal-header{border-radius:0}.profile-body .modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width:991.98px){.profile-body .modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.profile-body .modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.profile-body .modal-fullscreen-lg-down .modal-footer,.profile-body .modal-fullscreen-lg-down .modal-header{border-radius:0}.profile-body .modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width:1199.98px){.profile-body .modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.profile-body .modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.profile-body .modal-fullscreen-xl-down .modal-footer,.profile-body .modal-fullscreen-xl-down .modal-header{border-radius:0}.profile-body .modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width:1399.98px){.profile-body .modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.profile-body .modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.profile-body .modal-fullscreen-xxl-down .modal-footer,.profile-body .modal-fullscreen-xxl-down .modal-header{border-radius:0}.profile-body .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.profile-body .tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;word-wrap:break-word;display:block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-tooltip-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:var(--bs-tooltip-margin);opacity:0;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-tooltip-zindex)}.profile-body .tooltip.show{opacity:var(--bs-tooltip-opacity)}.profile-body .tooltip .tooltip-arrow{display:block;height:var(--bs-tooltip-arrow-height);width:var(--bs-tooltip-arrow-width)}.profile-body .tooltip .tooltip-arrow:before{border-color:#0000;border-style:solid;content:"";position:absolute}.profile-body .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.profile-body .bs-tooltip-top .tooltip-arrow{bottom:calc(var(--bs-tooltip-arrow-height)*-1)}.profile-body .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.profile-body .bs-tooltip-top .tooltip-arrow:before{border-top-color:var(--bs-tooltip-bg);border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;top:-1px}.profile-body .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.profile-body .bs-tooltip-end .tooltip-arrow{height:var(--bs-tooltip-arrow-width);left:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.profile-body .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.profile-body .bs-tooltip-end .tooltip-arrow:before{border-right-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;right:-1px}.profile-body .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.profile-body .bs-tooltip-bottom .tooltip-arrow{top:calc(var(--bs-tooltip-arrow-height)*-1)}.profile-body .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.profile-body .bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:var(--bs-tooltip-bg);border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);bottom:-1px}.profile-body .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.profile-body .bs-tooltip-start .tooltip-arrow{height:var(--bs-tooltip-arrow-width);right:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.profile-body .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.profile-body .bs-tooltip-start .tooltip-arrow:before{border-left-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);left:-1px}.profile-body .tooltip-inner{background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius);color:var(--bs-tooltip-color);max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);text-align:center}.profile-body .popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);word-wrap:break-word;background-clip:padding-box;background-color:var(--bs-popover-bg);border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius);display:block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-popover-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:var(--bs-popover-max-width);text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-popover-zindex)}.profile-body .popover .popover-arrow{display:block;height:var(--bs-popover-arrow-height);width:var(--bs-popover-arrow-width)}.profile-body .popover .popover-arrow:after,.profile-body .popover .popover-arrow:before{border:0 solid #0000;content:"";display:block;position:absolute}.profile-body .bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.profile-body .bs-popover-top>.popover-arrow{bottom:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.profile-body .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.profile-body .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.profile-body .bs-popover-top>.popover-arrow:after,.profile-body .bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.profile-body .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.profile-body .bs-popover-top>.popover-arrow:before{border-top-color:var(--bs-popover-arrow-border);bottom:0}.profile-body .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.profile-body .bs-popover-top>.popover-arrow:after{border-top-color:var(--bs-popover-bg);bottom:var(--bs-popover-border-width)}.profile-body .bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.profile-body .bs-popover-end>.popover-arrow{height:var(--bs-popover-arrow-width);left:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.profile-body .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.profile-body .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.profile-body .bs-popover-end>.popover-arrow:after,.profile-body .bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.profile-body .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.profile-body .bs-popover-end>.popover-arrow:before{border-right-color:var(--bs-popover-arrow-border);left:0}.profile-body .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.profile-body .bs-popover-end>.popover-arrow:after{border-right-color:var(--bs-popover-bg);left:var(--bs-popover-border-width)}.profile-body .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.profile-body .bs-popover-bottom>.popover-arrow{top:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.profile-body .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.profile-body .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.profile-body .bs-popover-bottom>.popover-arrow:after,.profile-body .bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.profile-body .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.profile-body .bs-popover-bottom>.popover-arrow:before{border-bottom-color:var(--bs-popover-arrow-border);top:0}.profile-body .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.profile-body .bs-popover-bottom>.popover-arrow:after{border-bottom-color:var(--bs-popover-bg);top:var(--bs-popover-border-width)}.profile-body .bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.profile-body .bs-popover-bottom .popover-header:before{border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg);content:"";display:block;left:50%;margin-left:calc(var(--bs-popover-arrow-width)*-.5);position:absolute;top:0;width:var(--bs-popover-arrow-width)}.profile-body .bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.profile-body .bs-popover-start>.popover-arrow{height:var(--bs-popover-arrow-width);right:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.profile-body .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.profile-body .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.profile-body .bs-popover-start>.popover-arrow:after,.profile-body .bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.profile-body .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.profile-body .bs-popover-start>.popover-arrow:before{border-left-color:var(--bs-popover-arrow-border);right:0}.profile-body .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.profile-body .bs-popover-start>.popover-arrow:after{border-left-color:var(--bs-popover-bg);right:var(--bs-popover-border-width)}.profile-body .popover-header{background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius);color:var(--bs-popover-header-color);font-size:var(--bs-popover-header-font-size);margin-bottom:0;padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)}.profile-body .popover-header:empty{display:none}.profile-body .popover-body{color:var(--bs-popover-body-color);padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)}.profile-body .carousel{position:relative}.profile-body .carousel.pointer-event{touch-action:pan-y}.profile-body .carousel-inner{overflow:hidden;position:relative;width:100%}.profile-body .carousel-inner:after{clear:both;content:"";display:block}.profile-body .carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.profile-body .carousel-item{transition:none}}.profile-body .carousel-item-next,.profile-body .carousel-item-prev,.profile-body .carousel-item.active{display:block}.profile-body .active.carousel-item-end,.profile-body .carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.profile-body .active.carousel-item-start,.profile-body .carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.profile-body .carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.profile-body .carousel-fade .carousel-item-next.carousel-item-start,.profile-body .carousel-fade .carousel-item-prev.carousel-item-end,.profile-body .carousel-fade .carousel-item.active{opacity:1;z-index:1}.profile-body .carousel-fade .active.carousel-item-end,.profile-body .carousel-fade .active.carousel-item-start{opacity:0;transition:opacity 0s .6s;z-index:0}@media(prefers-reduced-motion:reduce){.profile-body .carousel-fade .active.carousel-item-end,.profile-body .carousel-fade .active.carousel-item-start{transition:none}}.profile-body .carousel-control-next,.profile-body .carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media(prefers-reduced-motion:reduce){.profile-body .carousel-control-next,.profile-body .carousel-control-prev{transition:none}}.profile-body .carousel-control-next:focus,.profile-body .carousel-control-next:hover,.profile-body .carousel-control-prev:focus,.profile-body .carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.profile-body .carousel-control-prev{left:0}.profile-body .carousel-control-next{right:0}.profile-body .carousel-control-next-icon,.profile-body .carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:2rem;width:2rem}.profile-body .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")}.profile-body .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.profile-body .carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;margin-bottom:1rem;margin-left:15%;margin-right:15%;padding:0;position:absolute;right:0;z-index:2}.profile-body .carousel-indicators [data-bs-target]{background-clip:padding-box;background-color:#fff;border:0;border-bottom:10px solid #0000;border-top:10px solid #0000;box-sizing:initial;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;transition:opacity .6s ease;width:30px}@media(prefers-reduced-motion:reduce){.profile-body .carousel-indicators [data-bs-target]{transition:none}}.profile-body .carousel-indicators .active{opacity:1}.profile-body .carousel-caption{bottom:1.25rem;color:#fff;left:15%;padding-bottom:1.25rem;padding-top:1.25rem;position:absolute;right:15%;text-align:center}.profile-body .carousel-dark .carousel-control-next-icon,.profile-body .carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.profile-body .carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.profile-body .carousel-dark .carousel-caption{color:#000}.profile-body [data-bs-theme=dark] .carousel .carousel-control-next-icon,.profile-body [data-bs-theme=dark] .carousel .carousel-control-prev-icon,.profile-body [data-bs-theme=dark].carousel .carousel-control-next-icon,.profile-body [data-bs-theme=dark].carousel .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.profile-body [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],.profile-body [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}.profile-body [data-bs-theme=dark] .carousel .carousel-caption,.profile-body [data-bs-theme=dark].carousel .carousel-caption{color:#000}.profile-body .spinner-border,.profile-body .spinner-grow{animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);border-radius:50%;display:inline-block;height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);width:var(--bs-spinner-width)}.profile-body .spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border-right-color:currentcolor;border:var(--bs-spinner-border-width) solid;border-right:var(--bs-spinner-border-width) solid #0000}.profile-body .spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}.profile-body .spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.profile-body .spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media(prefers-reduced-motion:reduce){.profile-body .spinner-border,.profile-body .spinner-grow{--bs-spinner-animation-speed:1.5s}}.profile-body .offcanvas,.profile-body .offcanvas-lg,.profile-body .offcanvas-md,.profile-body .offcanvas-sm,.profile-body .offcanvas-xl,.profile-body .offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media(max-width:575.98px){.profile-body .offcanvas-sm{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media(max-width:575.98px)and (prefers-reduced-motion:reduce){.profile-body .offcanvas-sm{transition:none}}@media(max-width:575.98px){.profile-body .offcanvas-sm.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.profile-body .offcanvas-sm.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.profile-body .offcanvas-sm.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.profile-body .offcanvas-sm.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.profile-body .offcanvas-sm.show:not(.hiding),.profile-body .offcanvas-sm.showing{transform:none}.profile-body .offcanvas-sm.hiding,.profile-body .offcanvas-sm.show,.profile-body .offcanvas-sm.showing{visibility:visible}}@media(min-width:576px){.profile-body .offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.profile-body .offcanvas-sm .offcanvas-header{display:none}.profile-body .offcanvas-sm .offcanvas-body{background-color:#0000!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(max-width:767.98px){.profile-body .offcanvas-md{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media(max-width:767.98px)and (prefers-reduced-motion:reduce){.profile-body .offcanvas-md{transition:none}}@media(max-width:767.98px){.profile-body .offcanvas-md.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.profile-body .offcanvas-md.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.profile-body .offcanvas-md.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.profile-body .offcanvas-md.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.profile-body .offcanvas-md.show:not(.hiding),.profile-body .offcanvas-md.showing{transform:none}.profile-body .offcanvas-md.hiding,.profile-body .offcanvas-md.show,.profile-body .offcanvas-md.showing{visibility:visible}}@media(min-width:768px){.profile-body .offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.profile-body .offcanvas-md .offcanvas-header{display:none}.profile-body .offcanvas-md .offcanvas-body{background-color:#0000!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(max-width:991.98px){.profile-body .offcanvas-lg{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media(max-width:991.98px)and (prefers-reduced-motion:reduce){.profile-body .offcanvas-lg{transition:none}}@media(max-width:991.98px){.profile-body .offcanvas-lg.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.profile-body .offcanvas-lg.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.profile-body .offcanvas-lg.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.profile-body .offcanvas-lg.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.profile-body .offcanvas-lg.show:not(.hiding),.profile-body .offcanvas-lg.showing{transform:none}.profile-body .offcanvas-lg.hiding,.profile-body .offcanvas-lg.show,.profile-body .offcanvas-lg.showing{visibility:visible}}@media(min-width:992px){.profile-body .offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.profile-body .offcanvas-lg .offcanvas-header{display:none}.profile-body .offcanvas-lg .offcanvas-body{background-color:#0000!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(max-width:1199.98px){.profile-body .offcanvas-xl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media(max-width:1199.98px)and (prefers-reduced-motion:reduce){.profile-body .offcanvas-xl{transition:none}}@media(max-width:1199.98px){.profile-body .offcanvas-xl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.profile-body .offcanvas-xl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.profile-body .offcanvas-xl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.profile-body .offcanvas-xl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.profile-body .offcanvas-xl.show:not(.hiding),.profile-body .offcanvas-xl.showing{transform:none}.profile-body .offcanvas-xl.hiding,.profile-body .offcanvas-xl.show,.profile-body .offcanvas-xl.showing{visibility:visible}}@media(min-width:1200px){.profile-body .offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.profile-body .offcanvas-xl .offcanvas-header{display:none}.profile-body .offcanvas-xl .offcanvas-body{background-color:#0000!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(max-width:1399.98px){.profile-body .offcanvas-xxl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media(max-width:1399.98px)and (prefers-reduced-motion:reduce){.profile-body .offcanvas-xxl{transition:none}}@media(max-width:1399.98px){.profile-body .offcanvas-xxl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.profile-body .offcanvas-xxl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.profile-body .offcanvas-xxl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.profile-body .offcanvas-xxl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.profile-body .offcanvas-xxl.show:not(.hiding),.profile-body .offcanvas-xxl.showing{transform:none}.profile-body .offcanvas-xxl.hiding,.profile-body .offcanvas-xxl.show,.profile-body .offcanvas-xxl.showing{visibility:visible}}@media(min-width:1400px){.profile-body .offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.profile-body .offcanvas-xxl .offcanvas-header{display:none}.profile-body .offcanvas-xxl .offcanvas-body{background-color:#0000!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}.profile-body .offcanvas{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}@media(prefers-reduced-motion:reduce){.profile-body .offcanvas{transition:none}}.profile-body .offcanvas.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.profile-body .offcanvas.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.profile-body .offcanvas.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.profile-body .offcanvas.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.profile-body .offcanvas.show:not(.hiding),.profile-body .offcanvas.showing{transform:none}.profile-body .offcanvas.hiding,.profile-body .offcanvas.show,.profile-body .offcanvas.showing{visibility:visible}.profile-body .offcanvas-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.profile-body .offcanvas-backdrop.fade{opacity:0}.profile-body .offcanvas-backdrop.show{opacity:.5}.profile-body .offcanvas-header{align-items:center;display:flex;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.profile-body .offcanvas-header .btn-close{margin-bottom:calc(var(--bs-offcanvas-padding-y)*-.5);margin-right:calc(var(--bs-offcanvas-padding-x)*-.5);margin-top:calc(var(--bs-offcanvas-padding-y)*-.5);padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)}.profile-body .offcanvas-title{line-height:var(--bs-offcanvas-title-line-height);margin-bottom:0}.profile-body .offcanvas-body{flex-grow:1;overflow-y:auto;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.profile-body .placeholder{background-color:currentcolor;cursor:wait;display:inline-block;min-height:1em;opacity:.5;vertical-align:middle}.profile-body .placeholder.btn:before{content:"";display:inline-block}.profile-body .placeholder-xs{min-height:.6em}.profile-body .placeholder-sm{min-height:.8em}.profile-body .placeholder-lg{min-height:1.2em}.profile-body .placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}.profile-body .placeholder-wave{animation:placeholder-wave 2s linear infinite;-webkit-mask-image:linear-gradient(130deg,#000 55%,#000c 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,#000c 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%}.profile-body .clearfix:after{clear:both;content:"";display:block}.profile-body .text-bg-primary{background-color:RGBA(var(--bs-primary-rgb),1)!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.profile-body .text-bg-secondary{background-color:RGBA(var(--bs-secondary-rgb),1)!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.profile-body .text-bg-success{background-color:RGBA(var(--bs-success-rgb),1)!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.profile-body .text-bg-info{background-color:RGBA(var(--bs-info-rgb),1)!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.profile-body .text-bg-warning{background-color:RGBA(var(--bs-warning-rgb),1)!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.profile-body .text-bg-danger{background-color:RGBA(var(--bs-danger-rgb),1)!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.profile-body .text-bg-light{background-color:RGBA(var(--bs-light-rgb),1)!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.profile-body .text-bg-dark{background-color:RGBA(var(--bs-dark-rgb),1)!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.profile-body .link-primary{color:RGBA(var(--bs-primary-rgb),1)!important;color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),1)!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.profile-body .link-primary:focus,.profile-body .link-primary:hover{color:#0a58ca!important;color:RGBA(10,88,202,var(--bs-link-opacity,1))!important;text-decoration-color:#0a58ca!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important}.profile-body .link-secondary{color:RGBA(var(--bs-secondary-rgb),1)!important;color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),1)!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.profile-body .link-secondary:focus,.profile-body .link-secondary:hover{color:#565e64!important;color:RGBA(86,94,100,var(--bs-link-opacity,1))!important;text-decoration-color:#565e64!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important}.profile-body .link-success{color:RGBA(var(--bs-success-rgb),1)!important;color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),1)!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.profile-body .link-success:focus,.profile-body .link-success:hover{color:#146c43!important;color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;text-decoration-color:#146c43!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important}.profile-body .link-info{color:RGBA(var(--bs-info-rgb),1)!important;color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),1)!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.profile-body .link-info:focus,.profile-body .link-info:hover{color:#3dd5f3!important;color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;text-decoration-color:#3dd5f3!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important}.profile-body .link-warning{color:RGBA(var(--bs-warning-rgb),1)!important;color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),1)!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.profile-body .link-warning:focus,.profile-body .link-warning:hover{color:#ffcd39!important;color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;text-decoration-color:#ffcd39!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important}.profile-body .link-danger{color:RGBA(var(--bs-danger-rgb),1)!important;color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),1)!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.profile-body .link-danger:focus,.profile-body .link-danger:hover{color:#b02a37!important;color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;text-decoration-color:#b02a37!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important}.profile-body .link-light{color:RGBA(var(--bs-light-rgb),1)!important;color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),1)!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.profile-body .link-light:focus,.profile-body .link-light:hover{color:#f9fafb!important;color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;text-decoration-color:#f9fafb!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.profile-body .link-dark{color:RGBA(var(--bs-dark-rgb),1)!important;color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),1)!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.profile-body .link-dark:focus,.profile-body .link-dark:hover{color:#1a1e21!important;color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;text-decoration-color:#1a1e21!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important}.profile-body .link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),1)!important;color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),1)!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.profile-body .link-body-emphasis:focus,.profile-body .link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),.75)!important;color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),.75)!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important}.profile-body .focus-ring:focus{box-shadow:0 0 0 var(--bs-focus-ring-width) var(--bs-focus-ring-color);box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);outline:0}.profile-body .icon-link{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:inline-flex;gap:.375rem;text-decoration-color:rgba(var(--bs-link-color-rgb),.5);text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-underline-offset:.25em}.profile-body .icon-link>.bi{fill:currentcolor;flex-shrink:0;height:1em;transition:transform .2s ease-in-out;width:1em}@media(prefers-reduced-motion:reduce){.profile-body .icon-link>.bi{transition:none}}.profile-body .icon-link-hover:focus-visible>.bi,.profile-body .icon-link-hover:hover>.bi{transform:translate3d(.25em,0,0);transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.profile-body .ratio{position:relative;width:100%}.profile-body .ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.profile-body .ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.profile-body .ratio-1x1{--bs-aspect-ratio:100%}.profile-body .ratio-4x3{--bs-aspect-ratio:75%}.profile-body .ratio-16x9{--bs-aspect-ratio:56.25%}.profile-body .ratio-21x9{--bs-aspect-ratio:42.8571428571%}.profile-body .fixed-top{left:0;position:fixed;right:0;top:0;z-index:1030}.profile-body .fixed-bottom{bottom:0;left:0;position:fixed;right:0;z-index:1030}.profile-body .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.profile-body .sticky-bottom{bottom:0;position:-webkit-sticky;position:sticky;z-index:1020}@media(min-width:576px){.profile-body .sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.profile-body .sticky-sm-bottom{bottom:0;position:-webkit-sticky;position:sticky;z-index:1020}}@media(min-width:768px){.profile-body .sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.profile-body .sticky-md-bottom{bottom:0;position:-webkit-sticky;position:sticky;z-index:1020}}@media(min-width:992px){.profile-body .sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.profile-body .sticky-lg-bottom{bottom:0;position:-webkit-sticky;position:sticky;z-index:1020}}@media(min-width:1200px){.profile-body .sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.profile-body .sticky-xl-bottom{bottom:0;position:-webkit-sticky;position:sticky;z-index:1020}}@media(min-width:1400px){.profile-body .sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.profile-body .sticky-xxl-bottom{bottom:0;position:-webkit-sticky;position:sticky;z-index:1020}}.profile-body .hstack{align-items:center;align-self:stretch;display:flex;flex-direction:row}.profile-body .vstack{align-self:stretch;display:flex;flex:1 1 auto;flex-direction:column}.profile-body .visually-hidden,.profile-body .visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;white-space:nowrap!important;width:1px!important}.profile-body .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.profile-body .visually-hidden:not(caption){position:absolute!important}.profile-body .stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.profile-body .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-body .vr{align-self:stretch;background-color:currentcolor;display:inline-block;min-height:1em;opacity:.25;width:var(--bs-border-width)}.profile-body .align-baseline{vertical-align:initial!important}.profile-body .align-top{vertical-align:top!important}.profile-body .align-middle{vertical-align:middle!important}.profile-body .align-bottom{vertical-align:bottom!important}.profile-body .align-text-bottom{vertical-align:text-bottom!important}.profile-body .align-text-top{vertical-align:text-top!important}.profile-body .float-start{float:left!important}.profile-body .float-end{float:right!important}.profile-body .float-none{float:none!important}.profile-body .object-fit-contain{object-fit:contain!important}.profile-body .object-fit-cover{object-fit:cover!important}.profile-body .object-fit-fill{object-fit:fill!important}.profile-body .object-fit-scale{object-fit:scale-down!important}.profile-body .object-fit-none{object-fit:none!important}.profile-body .opacity-0{opacity:0!important}.profile-body .opacity-25{opacity:.25!important}.profile-body .opacity-50{opacity:.5!important}.profile-body .opacity-75{opacity:.75!important}.profile-body .opacity-100{opacity:1!important}.profile-body .overflow-auto{overflow:auto!important}.profile-body .overflow-hidden{overflow:hidden!important}.profile-body .overflow-visible{overflow:visible!important}.profile-body .overflow-scroll{overflow:scroll!important}.profile-body .overflow-x-auto{overflow-x:auto!important}.profile-body .overflow-x-hidden{overflow-x:hidden!important}.profile-body .overflow-x-visible{overflow-x:visible!important}.profile-body .overflow-x-scroll{overflow-x:scroll!important}.profile-body .overflow-y-auto{overflow-y:auto!important}.profile-body .overflow-y-hidden{overflow-y:hidden!important}.profile-body .overflow-y-visible{overflow-y:visible!important}.profile-body .overflow-y-scroll{overflow-y:scroll!important}.profile-body .d-inline{display:inline!important}.profile-body .d-inline-block{display:inline-block!important}.profile-body .d-block{display:block!important}.profile-body .d-grid{display:grid!important}.profile-body .d-inline-grid{display:inline-grid!important}.profile-body .d-table{display:table!important}.profile-body .d-table-row{display:table-row!important}.profile-body .d-table-cell{display:table-cell!important}.profile-body .d-flex{display:flex!important}.profile-body .d-inline-flex{display:inline-flex!important}.profile-body .d-none{display:none!important}.profile-body .shadow{box-shadow:var(--bs-box-shadow)!important}.profile-body .shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.profile-body .shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.profile-body .shadow-none{box-shadow:none!important}.profile-body .focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb),var(--bs-focus-ring-opacity))}.profile-body .focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb),var(--bs-focus-ring-opacity))}.profile-body .focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb),var(--bs-focus-ring-opacity))}.profile-body .focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb),var(--bs-focus-ring-opacity))}.profile-body .focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb),var(--bs-focus-ring-opacity))}.profile-body .focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb),var(--bs-focus-ring-opacity))}.profile-body .focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb),var(--bs-focus-ring-opacity))}.profile-body .focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb),var(--bs-focus-ring-opacity))}.profile-body .position-static{position:static!important}.profile-body .position-relative{position:relative!important}.profile-body .position-absolute{position:absolute!important}.profile-body .position-fixed{position:fixed!important}.profile-body .position-sticky{position:-webkit-sticky!important;position:sticky!important}.profile-body .top-0{top:0!important}.profile-body .top-50{top:50%!important}.profile-body .top-100{top:100%!important}.profile-body .bottom-0{bottom:0!important}.profile-body .bottom-50{bottom:50%!important}.profile-body .bottom-100{bottom:100%!important}.profile-body .start-0{left:0!important}.profile-body .start-50{left:50%!important}.profile-body .start-100{left:100%!important}.profile-body .end-0{right:0!important}.profile-body .end-50{right:50%!important}.profile-body .end-100{right:100%!important}.profile-body .translate-middle{transform:translate(-50%,-50%)!important}.profile-body .translate-middle-x{transform:translateX(-50%)!important}.profile-body .translate-middle-y{transform:translateY(-50%)!important}.profile-body .border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.profile-body .border-0{border:0!important}.profile-body .border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.profile-body .border-top-0{border-top:0!important}.profile-body .border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.profile-body .border-end-0{border-right:0!important}.profile-body .border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.profile-body .border-bottom-0{border-bottom:0!important}.profile-body .border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.profile-body .border-start-0{border-left:0!important}.profile-body .border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.profile-body .border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.profile-body .border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.profile-body .border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.profile-body .border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.profile-body .border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.profile-body .border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.profile-body .border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.profile-body .border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.profile-body .border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.profile-body .border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.profile-body .border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.profile-body .border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.profile-body .border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.profile-body .border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.profile-body .border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.profile-body .border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.profile-body .border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.profile-body .border-1{border-width:1px!important}.profile-body .border-2{border-width:2px!important}.profile-body .border-3{border-width:3px!important}.profile-body .border-4{border-width:4px!important}.profile-body .border-5{border-width:5px!important}.profile-body .border-opacity-10{--bs-border-opacity:0.1}.profile-body .border-opacity-25{--bs-border-opacity:0.25}.profile-body .border-opacity-50{--bs-border-opacity:0.5}.profile-body .border-opacity-75{--bs-border-opacity:0.75}.profile-body .border-opacity-100{--bs-border-opacity:1}.profile-body .w-25{width:25%!important}.profile-body .w-50{width:50%!important}.profile-body .w-75{width:75%!important}.profile-body .w-100{width:100%!important}.profile-body .w-auto{width:auto!important}.profile-body .mw-100{max-width:100%!important}.profile-body .vw-100{width:100vw!important}.profile-body .min-vw-100{min-width:100vw!important}.profile-body .h-25{height:25%!important}.profile-body .h-50{height:50%!important}.profile-body .h-75{height:75%!important}.profile-body .h-100{height:100%!important}.profile-body .h-auto{height:auto!important}.profile-body .mh-100{max-height:100%!important}.profile-body .vh-100{height:100vh!important}.profile-body .min-vh-100{min-height:100vh!important}.profile-body .flex-fill{flex:1 1 auto!important}.profile-body .flex-row{flex-direction:row!important}.profile-body .flex-column{flex-direction:column!important}.profile-body .flex-row-reverse{flex-direction:row-reverse!important}.profile-body .flex-column-reverse{flex-direction:column-reverse!important}.profile-body .flex-grow-0{flex-grow:0!important}.profile-body .flex-grow-1{flex-grow:1!important}.profile-body .flex-shrink-0{flex-shrink:0!important}.profile-body .flex-shrink-1{flex-shrink:1!important}.profile-body .flex-wrap{flex-wrap:wrap!important}.profile-body .flex-nowrap{flex-wrap:nowrap!important}.profile-body .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.profile-body .justify-content-start{justify-content:flex-start!important}.profile-body .justify-content-end{justify-content:flex-end!important}.profile-body .justify-content-center{justify-content:center!important}.profile-body .justify-content-between{justify-content:space-between!important}.profile-body .justify-content-around{justify-content:space-around!important}.profile-body .justify-content-evenly{justify-content:space-evenly!important}.profile-body .align-items-start{align-items:flex-start!important}.profile-body .align-items-end{align-items:flex-end!important}.profile-body .align-items-center{align-items:center!important}.profile-body .align-items-baseline{align-items:baseline!important}.profile-body .align-items-stretch{align-items:stretch!important}.profile-body .align-content-start{align-content:flex-start!important}.profile-body .align-content-end{align-content:flex-end!important}.profile-body .align-content-center{align-content:center!important}.profile-body .align-content-between{align-content:space-between!important}.profile-body .align-content-around{align-content:space-around!important}.profile-body .align-content-stretch{align-content:stretch!important}.profile-body .align-self-auto{align-self:auto!important}.profile-body .align-self-start{align-self:flex-start!important}.profile-body .align-self-end{align-self:flex-end!important}.profile-body .align-self-center{align-self:center!important}.profile-body .align-self-baseline{align-self:baseline!important}.profile-body .align-self-stretch{align-self:stretch!important}.profile-body .order-first{order:-1!important}.profile-body .order-0{order:0!important}.profile-body .order-1{order:1!important}.profile-body .order-2{order:2!important}.profile-body .order-3{order:3!important}.profile-body .order-4{order:4!important}.profile-body .order-5{order:5!important}.profile-body .order-last{order:6!important}.profile-body .m-0{margin:0!important}.profile-body .m-1{margin:.25rem!important}.profile-body .m-2{margin:.5rem!important}.profile-body .m-3{margin:1rem!important}.profile-body .m-4{margin:1.5rem!important}.profile-body .m-5{margin:3rem!important}.profile-body .m-auto{margin:auto!important}.profile-body .mx-0{margin-left:0!important;margin-right:0!important}.profile-body .mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.profile-body .mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.profile-body .mx-3{margin-left:1rem!important;margin-right:1rem!important}.profile-body .mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.profile-body .mx-5{margin-left:3rem!important;margin-right:3rem!important}.profile-body .mx-auto{margin-left:auto!important;margin-right:auto!important}.profile-body .my-0{margin-bottom:0!important;margin-top:0!important}.profile-body .my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.profile-body .my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.profile-body .my-3{margin-bottom:1rem!important;margin-top:1rem!important}.profile-body .my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.profile-body .my-5{margin-bottom:3rem!important;margin-top:3rem!important}.profile-body .my-auto{margin-bottom:auto!important;margin-top:auto!important}.profile-body .mt-0{margin-top:0!important}.profile-body .mt-1{margin-top:.25rem!important}.profile-body .mt-2{margin-top:.5rem!important}.profile-body .mt-3{margin-top:1rem!important}.profile-body .mt-4{margin-top:1.5rem!important}.profile-body .mt-5{margin-top:3rem!important}.profile-body .mt-auto{margin-top:auto!important}.profile-body .me-0{margin-right:0!important}.profile-body .me-1{margin-right:.25rem!important}.profile-body .me-2{margin-right:.5rem!important}.profile-body .me-3{margin-right:1rem!important}.profile-body .me-4{margin-right:1.5rem!important}.profile-body .me-5{margin-right:3rem!important}.profile-body .me-auto{margin-right:auto!important}.profile-body .mb-0{margin-bottom:0!important}.profile-body .mb-1{margin-bottom:.25rem!important}.profile-body .mb-2{margin-bottom:.5rem!important}.profile-body .mb-3{margin-bottom:1rem!important}.profile-body .mb-4{margin-bottom:1.5rem!important}.profile-body .mb-5{margin-bottom:3rem!important}.profile-body .mb-auto{margin-bottom:auto!important}.profile-body .ms-0{margin-left:0!important}.profile-body .ms-1{margin-left:.25rem!important}.profile-body .ms-2{margin-left:.5rem!important}.profile-body .ms-3{margin-left:1rem!important}.profile-body .ms-4{margin-left:1.5rem!important}.profile-body .ms-5{margin-left:3rem!important}.profile-body .ms-auto{margin-left:auto!important}.profile-body .p-0{padding:0!important}.profile-body .p-1{padding:.25rem!important}.profile-body .p-2{padding:.5rem!important}.profile-body .p-3{padding:1rem!important}.profile-body .p-4{padding:1.5rem!important}.profile-body .p-5{padding:3rem!important}.profile-body .px-0{padding-left:0!important;padding-right:0!important}.profile-body .px-1{padding-left:.25rem!important;padding-right:.25rem!important}.profile-body .px-2{padding-left:.5rem!important;padding-right:.5rem!important}.profile-body .px-3{padding-left:1rem!important;padding-right:1rem!important}.profile-body .px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.profile-body .px-5{padding-left:3rem!important;padding-right:3rem!important}.profile-body .py-0{padding-bottom:0!important;padding-top:0!important}.profile-body .py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.profile-body .py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.profile-body .py-3{padding-bottom:1rem!important;padding-top:1rem!important}.profile-body .py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.profile-body .py-5{padding-bottom:3rem!important;padding-top:3rem!important}.profile-body .pt-0{padding-top:0!important}.profile-body .pt-1{padding-top:.25rem!important}.profile-body .pt-2{padding-top:.5rem!important}.profile-body .pt-3{padding-top:1rem!important}.profile-body .pt-4{padding-top:1.5rem!important}.profile-body .pt-5{padding-top:3rem!important}.profile-body .pe-0{padding-right:0!important}.profile-body .pe-1{padding-right:.25rem!important}.profile-body .pe-2{padding-right:.5rem!important}.profile-body .pe-3{padding-right:1rem!important}.profile-body .pe-4{padding-right:1.5rem!important}.profile-body .pe-5{padding-right:3rem!important}.profile-body .pb-0{padding-bottom:0!important}.profile-body .pb-1{padding-bottom:.25rem!important}.profile-body .pb-2{padding-bottom:.5rem!important}.profile-body .pb-3{padding-bottom:1rem!important}.profile-body .pb-4{padding-bottom:1.5rem!important}.profile-body .pb-5{padding-bottom:3rem!important}.profile-body .ps-0{padding-left:0!important}.profile-body .ps-1{padding-left:.25rem!important}.profile-body .ps-2{padding-left:.5rem!important}.profile-body .ps-3{padding-left:1rem!important}.profile-body .ps-4{padding-left:1.5rem!important}.profile-body .ps-5{padding-left:3rem!important}.profile-body .gap-0{gap:0!important}.profile-body .gap-1{gap:.25rem!important}.profile-body .gap-2{gap:.5rem!important}.profile-body .gap-3{gap:1rem!important}.profile-body .gap-4{gap:1.5rem!important}.profile-body .gap-5{gap:3rem!important}.profile-body .row-gap-0{row-gap:0!important}.profile-body .row-gap-1{row-gap:.25rem!important}.profile-body .row-gap-2{row-gap:.5rem!important}.profile-body .row-gap-3{row-gap:1rem!important}.profile-body .row-gap-4{row-gap:1.5rem!important}.profile-body .row-gap-5{row-gap:3rem!important}.profile-body .column-gap-0{column-gap:0!important}.profile-body .column-gap-1{column-gap:.25rem!important}.profile-body .column-gap-2{column-gap:.5rem!important}.profile-body .column-gap-3{column-gap:1rem!important}.profile-body .column-gap-4{column-gap:1.5rem!important}.profile-body .column-gap-5{column-gap:3rem!important}.profile-body .font-monospace{font-family:var(--bs-font-monospace)!important}.profile-body .fs-1{font-size:calc(1.375rem + 1.5vw)!important}.profile-body .fs-2{font-size:calc(1.325rem + .9vw)!important}.profile-body .fs-3{font-size:calc(1.3rem + .6vw)!important}.profile-body .fs-4{font-size:calc(1.275rem + .3vw)!important}.profile-body .fs-5{font-size:1.25rem!important}.profile-body .fs-6{font-size:1rem!important}.profile-body .fst-italic{font-style:italic!important}.profile-body .fst-normal{font-style:normal!important}.profile-body .fw-lighter{font-weight:lighter!important}.profile-body .fw-light{font-weight:300!important}.profile-body .fw-normal{font-weight:400!important}.profile-body .fw-medium{font-weight:500!important}.profile-body .fw-semibold{font-weight:600!important}.profile-body .fw-bold{font-weight:700!important}.profile-body .fw-bolder{font-weight:bolder!important}.profile-body .lh-1{line-height:1!important}.profile-body .lh-sm{line-height:1.25!important}.profile-body .lh-base{line-height:1.5!important}.profile-body .lh-lg{line-height:2!important}.profile-body .text-start{text-align:left!important}.profile-body .text-end{text-align:right!important}.profile-body .text-center{text-align:center!important}.profile-body .text-decoration-none{text-decoration:none!important}.profile-body .text-decoration-underline{text-decoration:underline!important}.profile-body .text-decoration-line-through{text-decoration:line-through!important}.profile-body .text-lowercase{text-transform:lowercase!important}.profile-body .text-uppercase{text-transform:uppercase!important}.profile-body .text-capitalize{text-transform:capitalize!important}.profile-body .text-wrap{white-space:normal!important}.profile-body .text-nowrap{white-space:nowrap!important}.profile-body .text-break{word-wrap:break-word!important;word-break:break-word!important}.profile-body .text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.profile-body .text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.profile-body .text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.profile-body .text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.profile-body .text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.profile-body .text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.profile-body .text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.profile-body .text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.profile-body .text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.profile-body .text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.profile-body .text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.profile-body .text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.profile-body .text-black-50{--bs-text-opacity:1;color:#00000080!important}.profile-body .text-white-50{--bs-text-opacity:1;color:#ffffff80!important}.profile-body .text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.profile-body .text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.profile-body .text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.profile-body .text-reset{--bs-text-opacity:1;color:inherit!important}.profile-body .text-opacity-25{--bs-text-opacity:0.25}.profile-body .text-opacity-50{--bs-text-opacity:0.5}.profile-body .text-opacity-75{--bs-text-opacity:0.75}.profile-body .text-opacity-100{--bs-text-opacity:1}.profile-body .text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.profile-body .text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.profile-body .text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.profile-body .text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.profile-body .text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.profile-body .text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.profile-body .text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.profile-body .text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.profile-body .link-opacity-10,.profile-body .link-opacity-10-hover:hover{--bs-link-opacity:0.1}.profile-body .link-opacity-25,.profile-body .link-opacity-25-hover:hover{--bs-link-opacity:0.25}.profile-body .link-opacity-50,.profile-body .link-opacity-50-hover:hover{--bs-link-opacity:0.5}.profile-body .link-opacity-75,.profile-body .link-opacity-75-hover:hover{--bs-link-opacity:0.75}.profile-body .link-opacity-100,.profile-body .link-opacity-100-hover:hover{--bs-link-opacity:1}.profile-body .link-offset-1,.profile-body .link-offset-1-hover:hover{text-underline-offset:.125em!important}.profile-body .link-offset-2,.profile-body .link-offset-2-hover:hover{text-underline-offset:.25em!important}.profile-body .link-offset-3,.profile-body .link-offset-3-hover:hover{text-underline-offset:.375em!important}.profile-body .link-underline-primary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.profile-body .link-underline-secondary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.profile-body .link-underline-success{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.profile-body .link-underline-info{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.profile-body .link-underline-warning{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.profile-body .link-underline-danger{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.profile-body .link-underline-light{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.profile-body .link-underline-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.profile-body .link-underline{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-link-color-rgb),1)!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.profile-body .link-underline-opacity-0,.profile-body .link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.profile-body .link-underline-opacity-10,.profile-body .link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.profile-body .link-underline-opacity-25,.profile-body .link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.profile-body .link-underline-opacity-50,.profile-body .link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.profile-body .link-underline-opacity-75,.profile-body .link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.profile-body .link-underline-opacity-100,.profile-body .link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.profile-body .bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.profile-body .bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.profile-body .bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.profile-body .bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.profile-body .bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.profile-body .bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.profile-body .bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.profile-body .bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.profile-body .bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.profile-body .bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.profile-body .bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.profile-body .bg-transparent{--bs-bg-opacity:1;background-color:#0000!important}.profile-body .bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.profile-body .bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.profile-body .bg-opacity-10{--bs-bg-opacity:0.1}.profile-body .bg-opacity-25{--bs-bg-opacity:0.25}.profile-body .bg-opacity-50{--bs-bg-opacity:0.5}.profile-body .bg-opacity-75{--bs-bg-opacity:0.75}.profile-body .bg-opacity-100{--bs-bg-opacity:1}.profile-body .bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.profile-body .bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.profile-body .bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.profile-body .bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.profile-body .bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.profile-body .bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.profile-body .bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.profile-body .bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.profile-body .bg-gradient{background-image:var(--bs-gradient)!important}.profile-body .user-select-all{-webkit-user-select:all!important;user-select:all!important}.profile-body .user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.profile-body .user-select-none{-webkit-user-select:none!important;user-select:none!important}.profile-body .pe-none{pointer-events:none!important}.profile-body .pe-auto{pointer-events:auto!important}.profile-body .rounded{border-radius:var(--bs-border-radius)!important}.profile-body .rounded-0{border-radius:0!important}.profile-body .rounded-1{border-radius:var(--bs-border-radius-sm)!important}.profile-body .rounded-2{border-radius:var(--bs-border-radius)!important}.profile-body .rounded-3{border-radius:var(--bs-border-radius-lg)!important}.profile-body .rounded-4{border-radius:var(--bs-border-radius-xl)!important}.profile-body .rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.profile-body .rounded-circle{border-radius:50%!important}.profile-body .rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.profile-body .rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.profile-body .rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.profile-body .rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.profile-body .rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.profile-body .rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.profile-body .rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.profile-body .rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.profile-body .rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.profile-body .rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.profile-body .rounded-end{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.profile-body .rounded-end-0{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.profile-body .rounded-end-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.profile-body .rounded-end-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.profile-body .rounded-end-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.profile-body .rounded-end-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.profile-body .rounded-end-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.profile-body .rounded-end-circle{border-bottom-right-radius:50%!important;border-top-right-radius:50%!important}.profile-body .rounded-end-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.profile-body .rounded-bottom{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.profile-body .rounded-bottom-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.profile-body .rounded-bottom-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.profile-body .rounded-bottom-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.profile-body .rounded-bottom-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.profile-body .rounded-bottom-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.profile-body .rounded-bottom-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.profile-body .rounded-bottom-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.profile-body .rounded-bottom-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.profile-body .rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.profile-body .rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.profile-body .rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.profile-body .rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.profile-body .rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.profile-body .rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.profile-body .rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.profile-body .rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.profile-body .rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.profile-body .visible{visibility:visible!important}.profile-body .invisible{visibility:hidden!important}.profile-body .z-n1{z-index:-1!important}.profile-body .z-0{z-index:0!important}.profile-body .z-1{z-index:1!important}.profile-body .z-2{z-index:2!important}.profile-body .z-3{z-index:3!important}@media(min-width:576px){.profile-body .float-sm-start{float:left!important}.profile-body .float-sm-end{float:right!important}.profile-body .float-sm-none{float:none!important}.profile-body .object-fit-sm-contain{object-fit:contain!important}.profile-body .object-fit-sm-cover{object-fit:cover!important}.profile-body .object-fit-sm-fill{object-fit:fill!important}.profile-body .object-fit-sm-scale{object-fit:scale-down!important}.profile-body .object-fit-sm-none{object-fit:none!important}.profile-body .d-sm-inline{display:inline!important}.profile-body .d-sm-inline-block{display:inline-block!important}.profile-body .d-sm-block{display:block!important}.profile-body .d-sm-grid{display:grid!important}.profile-body .d-sm-inline-grid{display:inline-grid!important}.profile-body .d-sm-table{display:table!important}.profile-body .d-sm-table-row{display:table-row!important}.profile-body .d-sm-table-cell{display:table-cell!important}.profile-body .d-sm-flex{display:flex!important}.profile-body .d-sm-inline-flex{display:inline-flex!important}.profile-body .d-sm-none{display:none!important}.profile-body .flex-sm-fill{flex:1 1 auto!important}.profile-body .flex-sm-row{flex-direction:row!important}.profile-body .flex-sm-column{flex-direction:column!important}.profile-body .flex-sm-row-reverse{flex-direction:row-reverse!important}.profile-body .flex-sm-column-reverse{flex-direction:column-reverse!important}.profile-body .flex-sm-grow-0{flex-grow:0!important}.profile-body .flex-sm-grow-1{flex-grow:1!important}.profile-body .flex-sm-shrink-0{flex-shrink:0!important}.profile-body .flex-sm-shrink-1{flex-shrink:1!important}.profile-body .flex-sm-wrap{flex-wrap:wrap!important}.profile-body .flex-sm-nowrap{flex-wrap:nowrap!important}.profile-body .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.profile-body .justify-content-sm-start{justify-content:flex-start!important}.profile-body .justify-content-sm-end{justify-content:flex-end!important}.profile-body .justify-content-sm-center{justify-content:center!important}.profile-body .justify-content-sm-between{justify-content:space-between!important}.profile-body .justify-content-sm-around{justify-content:space-around!important}.profile-body .justify-content-sm-evenly{justify-content:space-evenly!important}.profile-body .align-items-sm-start{align-items:flex-start!important}.profile-body .align-items-sm-end{align-items:flex-end!important}.profile-body .align-items-sm-center{align-items:center!important}.profile-body .align-items-sm-baseline{align-items:baseline!important}.profile-body .align-items-sm-stretch{align-items:stretch!important}.profile-body .align-content-sm-start{align-content:flex-start!important}.profile-body .align-content-sm-end{align-content:flex-end!important}.profile-body .align-content-sm-center{align-content:center!important}.profile-body .align-content-sm-between{align-content:space-between!important}.profile-body .align-content-sm-around{align-content:space-around!important}.profile-body .align-content-sm-stretch{align-content:stretch!important}.profile-body .align-self-sm-auto{align-self:auto!important}.profile-body .align-self-sm-start{align-self:flex-start!important}.profile-body .align-self-sm-end{align-self:flex-end!important}.profile-body .align-self-sm-center{align-self:center!important}.profile-body .align-self-sm-baseline{align-self:baseline!important}.profile-body .align-self-sm-stretch{align-self:stretch!important}.profile-body .order-sm-first{order:-1!important}.profile-body .order-sm-0{order:0!important}.profile-body .order-sm-1{order:1!important}.profile-body .order-sm-2{order:2!important}.profile-body .order-sm-3{order:3!important}.profile-body .order-sm-4{order:4!important}.profile-body .order-sm-5{order:5!important}.profile-body .order-sm-last{order:6!important}.profile-body .m-sm-0{margin:0!important}.profile-body .m-sm-1{margin:.25rem!important}.profile-body .m-sm-2{margin:.5rem!important}.profile-body .m-sm-3{margin:1rem!important}.profile-body .m-sm-4{margin:1.5rem!important}.profile-body .m-sm-5{margin:3rem!important}.profile-body .m-sm-auto{margin:auto!important}.profile-body .mx-sm-0{margin-left:0!important;margin-right:0!important}.profile-body .mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.profile-body .mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.profile-body .mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.profile-body .mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.profile-body .mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.profile-body .mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.profile-body .my-sm-0{margin-bottom:0!important;margin-top:0!important}.profile-body .my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.profile-body .my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.profile-body .my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.profile-body .my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.profile-body .my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.profile-body .my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.profile-body .mt-sm-0{margin-top:0!important}.profile-body .mt-sm-1{margin-top:.25rem!important}.profile-body .mt-sm-2{margin-top:.5rem!important}.profile-body .mt-sm-3{margin-top:1rem!important}.profile-body .mt-sm-4{margin-top:1.5rem!important}.profile-body .mt-sm-5{margin-top:3rem!important}.profile-body .mt-sm-auto{margin-top:auto!important}.profile-body .me-sm-0{margin-right:0!important}.profile-body .me-sm-1{margin-right:.25rem!important}.profile-body .me-sm-2{margin-right:.5rem!important}.profile-body .me-sm-3{margin-right:1rem!important}.profile-body .me-sm-4{margin-right:1.5rem!important}.profile-body .me-sm-5{margin-right:3rem!important}.profile-body .me-sm-auto{margin-right:auto!important}.profile-body .mb-sm-0{margin-bottom:0!important}.profile-body .mb-sm-1{margin-bottom:.25rem!important}.profile-body .mb-sm-2{margin-bottom:.5rem!important}.profile-body .mb-sm-3{margin-bottom:1rem!important}.profile-body .mb-sm-4{margin-bottom:1.5rem!important}.profile-body .mb-sm-5{margin-bottom:3rem!important}.profile-body .mb-sm-auto{margin-bottom:auto!important}.profile-body .ms-sm-0{margin-left:0!important}.profile-body .ms-sm-1{margin-left:.25rem!important}.profile-body .ms-sm-2{margin-left:.5rem!important}.profile-body .ms-sm-3{margin-left:1rem!important}.profile-body .ms-sm-4{margin-left:1.5rem!important}.profile-body .ms-sm-5{margin-left:3rem!important}.profile-body .ms-sm-auto{margin-left:auto!important}.profile-body .p-sm-0{padding:0!important}.profile-body .p-sm-1{padding:.25rem!important}.profile-body .p-sm-2{padding:.5rem!important}.profile-body .p-sm-3{padding:1rem!important}.profile-body .p-sm-4{padding:1.5rem!important}.profile-body .p-sm-5{padding:3rem!important}.profile-body .px-sm-0{padding-left:0!important;padding-right:0!important}.profile-body .px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.profile-body .px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.profile-body .px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.profile-body .px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.profile-body .px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.profile-body .py-sm-0{padding-bottom:0!important;padding-top:0!important}.profile-body .py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.profile-body .py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.profile-body .py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.profile-body .py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.profile-body .py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.profile-body .pt-sm-0{padding-top:0!important}.profile-body .pt-sm-1{padding-top:.25rem!important}.profile-body .pt-sm-2{padding-top:.5rem!important}.profile-body .pt-sm-3{padding-top:1rem!important}.profile-body .pt-sm-4{padding-top:1.5rem!important}.profile-body .pt-sm-5{padding-top:3rem!important}.profile-body .pe-sm-0{padding-right:0!important}.profile-body .pe-sm-1{padding-right:.25rem!important}.profile-body .pe-sm-2{padding-right:.5rem!important}.profile-body .pe-sm-3{padding-right:1rem!important}.profile-body .pe-sm-4{padding-right:1.5rem!important}.profile-body .pe-sm-5{padding-right:3rem!important}.profile-body .pb-sm-0{padding-bottom:0!important}.profile-body .pb-sm-1{padding-bottom:.25rem!important}.profile-body .pb-sm-2{padding-bottom:.5rem!important}.profile-body .pb-sm-3{padding-bottom:1rem!important}.profile-body .pb-sm-4{padding-bottom:1.5rem!important}.profile-body .pb-sm-5{padding-bottom:3rem!important}.profile-body .ps-sm-0{padding-left:0!important}.profile-body .ps-sm-1{padding-left:.25rem!important}.profile-body .ps-sm-2{padding-left:.5rem!important}.profile-body .ps-sm-3{padding-left:1rem!important}.profile-body .ps-sm-4{padding-left:1.5rem!important}.profile-body .ps-sm-5{padding-left:3rem!important}.profile-body .gap-sm-0{gap:0!important}.profile-body .gap-sm-1{gap:.25rem!important}.profile-body .gap-sm-2{gap:.5rem!important}.profile-body .gap-sm-3{gap:1rem!important}.profile-body .gap-sm-4{gap:1.5rem!important}.profile-body .gap-sm-5{gap:3rem!important}.profile-body .row-gap-sm-0{row-gap:0!important}.profile-body .row-gap-sm-1{row-gap:.25rem!important}.profile-body .row-gap-sm-2{row-gap:.5rem!important}.profile-body .row-gap-sm-3{row-gap:1rem!important}.profile-body .row-gap-sm-4{row-gap:1.5rem!important}.profile-body .row-gap-sm-5{row-gap:3rem!important}.profile-body .column-gap-sm-0{column-gap:0!important}.profile-body .column-gap-sm-1{column-gap:.25rem!important}.profile-body .column-gap-sm-2{column-gap:.5rem!important}.profile-body .column-gap-sm-3{column-gap:1rem!important}.profile-body .column-gap-sm-4{column-gap:1.5rem!important}.profile-body .column-gap-sm-5{column-gap:3rem!important}.profile-body .text-sm-start{text-align:left!important}.profile-body .text-sm-end{text-align:right!important}.profile-body .text-sm-center{text-align:center!important}}@media(min-width:768px){.profile-body .float-md-start{float:left!important}.profile-body .float-md-end{float:right!important}.profile-body .float-md-none{float:none!important}.profile-body .object-fit-md-contain{object-fit:contain!important}.profile-body .object-fit-md-cover{object-fit:cover!important}.profile-body .object-fit-md-fill{object-fit:fill!important}.profile-body .object-fit-md-scale{object-fit:scale-down!important}.profile-body .object-fit-md-none{object-fit:none!important}.profile-body .d-md-inline{display:inline!important}.profile-body .d-md-inline-block{display:inline-block!important}.profile-body .d-md-block{display:block!important}.profile-body .d-md-grid{display:grid!important}.profile-body .d-md-inline-grid{display:inline-grid!important}.profile-body .d-md-table{display:table!important}.profile-body .d-md-table-row{display:table-row!important}.profile-body .d-md-table-cell{display:table-cell!important}.profile-body .d-md-flex{display:flex!important}.profile-body .d-md-inline-flex{display:inline-flex!important}.profile-body .d-md-none{display:none!important}.profile-body .flex-md-fill{flex:1 1 auto!important}.profile-body .flex-md-row{flex-direction:row!important}.profile-body .flex-md-column{flex-direction:column!important}.profile-body .flex-md-row-reverse{flex-direction:row-reverse!important}.profile-body .flex-md-column-reverse{flex-direction:column-reverse!important}.profile-body .flex-md-grow-0{flex-grow:0!important}.profile-body .flex-md-grow-1{flex-grow:1!important}.profile-body .flex-md-shrink-0{flex-shrink:0!important}.profile-body .flex-md-shrink-1{flex-shrink:1!important}.profile-body .flex-md-wrap{flex-wrap:wrap!important}.profile-body .flex-md-nowrap{flex-wrap:nowrap!important}.profile-body .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.profile-body .justify-content-md-start{justify-content:flex-start!important}.profile-body .justify-content-md-end{justify-content:flex-end!important}.profile-body .justify-content-md-center{justify-content:center!important}.profile-body .justify-content-md-between{justify-content:space-between!important}.profile-body .justify-content-md-around{justify-content:space-around!important}.profile-body .justify-content-md-evenly{justify-content:space-evenly!important}.profile-body .align-items-md-start{align-items:flex-start!important}.profile-body .align-items-md-end{align-items:flex-end!important}.profile-body .align-items-md-center{align-items:center!important}.profile-body .align-items-md-baseline{align-items:baseline!important}.profile-body .align-items-md-stretch{align-items:stretch!important}.profile-body .align-content-md-start{align-content:flex-start!important}.profile-body .align-content-md-end{align-content:flex-end!important}.profile-body .align-content-md-center{align-content:center!important}.profile-body .align-content-md-between{align-content:space-between!important}.profile-body .align-content-md-around{align-content:space-around!important}.profile-body .align-content-md-stretch{align-content:stretch!important}.profile-body .align-self-md-auto{align-self:auto!important}.profile-body .align-self-md-start{align-self:flex-start!important}.profile-body .align-self-md-end{align-self:flex-end!important}.profile-body .align-self-md-center{align-self:center!important}.profile-body .align-self-md-baseline{align-self:baseline!important}.profile-body .align-self-md-stretch{align-self:stretch!important}.profile-body .order-md-first{order:-1!important}.profile-body .order-md-0{order:0!important}.profile-body .order-md-1{order:1!important}.profile-body .order-md-2{order:2!important}.profile-body .order-md-3{order:3!important}.profile-body .order-md-4{order:4!important}.profile-body .order-md-5{order:5!important}.profile-body .order-md-last{order:6!important}.profile-body .m-md-0{margin:0!important}.profile-body .m-md-1{margin:.25rem!important}.profile-body .m-md-2{margin:.5rem!important}.profile-body .m-md-3{margin:1rem!important}.profile-body .m-md-4{margin:1.5rem!important}.profile-body .m-md-5{margin:3rem!important}.profile-body .m-md-auto{margin:auto!important}.profile-body .mx-md-0{margin-left:0!important;margin-right:0!important}.profile-body .mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.profile-body .mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.profile-body .mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.profile-body .mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.profile-body .mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.profile-body .mx-md-auto{margin-left:auto!important;margin-right:auto!important}.profile-body .my-md-0{margin-bottom:0!important;margin-top:0!important}.profile-body .my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.profile-body .my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.profile-body .my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.profile-body .my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.profile-body .my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.profile-body .my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.profile-body .mt-md-0{margin-top:0!important}.profile-body .mt-md-1{margin-top:.25rem!important}.profile-body .mt-md-2{margin-top:.5rem!important}.profile-body .mt-md-3{margin-top:1rem!important}.profile-body .mt-md-4{margin-top:1.5rem!important}.profile-body .mt-md-5{margin-top:3rem!important}.profile-body .mt-md-auto{margin-top:auto!important}.profile-body .me-md-0{margin-right:0!important}.profile-body .me-md-1{margin-right:.25rem!important}.profile-body .me-md-2{margin-right:.5rem!important}.profile-body .me-md-3{margin-right:1rem!important}.profile-body .me-md-4{margin-right:1.5rem!important}.profile-body .me-md-5{margin-right:3rem!important}.profile-body .me-md-auto{margin-right:auto!important}.profile-body .mb-md-0{margin-bottom:0!important}.profile-body .mb-md-1{margin-bottom:.25rem!important}.profile-body .mb-md-2{margin-bottom:.5rem!important}.profile-body .mb-md-3{margin-bottom:1rem!important}.profile-body .mb-md-4{margin-bottom:1.5rem!important}.profile-body .mb-md-5{margin-bottom:3rem!important}.profile-body .mb-md-auto{margin-bottom:auto!important}.profile-body .ms-md-0{margin-left:0!important}.profile-body .ms-md-1{margin-left:.25rem!important}.profile-body .ms-md-2{margin-left:.5rem!important}.profile-body .ms-md-3{margin-left:1rem!important}.profile-body .ms-md-4{margin-left:1.5rem!important}.profile-body .ms-md-5{margin-left:3rem!important}.profile-body .ms-md-auto{margin-left:auto!important}.profile-body .p-md-0{padding:0!important}.profile-body .p-md-1{padding:.25rem!important}.profile-body .p-md-2{padding:.5rem!important}.profile-body .p-md-3{padding:1rem!important}.profile-body .p-md-4{padding:1.5rem!important}.profile-body .p-md-5{padding:3rem!important}.profile-body .px-md-0{padding-left:0!important;padding-right:0!important}.profile-body .px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.profile-body .px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.profile-body .px-md-3{padding-left:1rem!important;padding-right:1rem!important}.profile-body .px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.profile-body .px-md-5{padding-left:3rem!important;padding-right:3rem!important}.profile-body .py-md-0{padding-bottom:0!important;padding-top:0!important}.profile-body .py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.profile-body .py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.profile-body .py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.profile-body .py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.profile-body .py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.profile-body .pt-md-0{padding-top:0!important}.profile-body .pt-md-1{padding-top:.25rem!important}.profile-body .pt-md-2{padding-top:.5rem!important}.profile-body .pt-md-3{padding-top:1rem!important}.profile-body .pt-md-4{padding-top:1.5rem!important}.profile-body .pt-md-5{padding-top:3rem!important}.profile-body .pe-md-0{padding-right:0!important}.profile-body .pe-md-1{padding-right:.25rem!important}.profile-body .pe-md-2{padding-right:.5rem!important}.profile-body .pe-md-3{padding-right:1rem!important}.profile-body .pe-md-4{padding-right:1.5rem!important}.profile-body .pe-md-5{padding-right:3rem!important}.profile-body .pb-md-0{padding-bottom:0!important}.profile-body .pb-md-1{padding-bottom:.25rem!important}.profile-body .pb-md-2{padding-bottom:.5rem!important}.profile-body .pb-md-3{padding-bottom:1rem!important}.profile-body .pb-md-4{padding-bottom:1.5rem!important}.profile-body .pb-md-5{padding-bottom:3rem!important}.profile-body .ps-md-0{padding-left:0!important}.profile-body .ps-md-1{padding-left:.25rem!important}.profile-body .ps-md-2{padding-left:.5rem!important}.profile-body .ps-md-3{padding-left:1rem!important}.profile-body .ps-md-4{padding-left:1.5rem!important}.profile-body .ps-md-5{padding-left:3rem!important}.profile-body .gap-md-0{gap:0!important}.profile-body .gap-md-1{gap:.25rem!important}.profile-body .gap-md-2{gap:.5rem!important}.profile-body .gap-md-3{gap:1rem!important}.profile-body .gap-md-4{gap:1.5rem!important}.profile-body .gap-md-5{gap:3rem!important}.profile-body .row-gap-md-0{row-gap:0!important}.profile-body .row-gap-md-1{row-gap:.25rem!important}.profile-body .row-gap-md-2{row-gap:.5rem!important}.profile-body .row-gap-md-3{row-gap:1rem!important}.profile-body .row-gap-md-4{row-gap:1.5rem!important}.profile-body .row-gap-md-5{row-gap:3rem!important}.profile-body .column-gap-md-0{column-gap:0!important}.profile-body .column-gap-md-1{column-gap:.25rem!important}.profile-body .column-gap-md-2{column-gap:.5rem!important}.profile-body .column-gap-md-3{column-gap:1rem!important}.profile-body .column-gap-md-4{column-gap:1.5rem!important}.profile-body .column-gap-md-5{column-gap:3rem!important}.profile-body .text-md-start{text-align:left!important}.profile-body .text-md-end{text-align:right!important}.profile-body .text-md-center{text-align:center!important}}@media(min-width:992px){.profile-body .float-lg-start{float:left!important}.profile-body .float-lg-end{float:right!important}.profile-body .float-lg-none{float:none!important}.profile-body .object-fit-lg-contain{object-fit:contain!important}.profile-body .object-fit-lg-cover{object-fit:cover!important}.profile-body .object-fit-lg-fill{object-fit:fill!important}.profile-body .object-fit-lg-scale{object-fit:scale-down!important}.profile-body .object-fit-lg-none{object-fit:none!important}.profile-body .d-lg-inline{display:inline!important}.profile-body .d-lg-inline-block{display:inline-block!important}.profile-body .d-lg-block{display:block!important}.profile-body .d-lg-grid{display:grid!important}.profile-body .d-lg-inline-grid{display:inline-grid!important}.profile-body .d-lg-table{display:table!important}.profile-body .d-lg-table-row{display:table-row!important}.profile-body .d-lg-table-cell{display:table-cell!important}.profile-body .d-lg-flex{display:flex!important}.profile-body .d-lg-inline-flex{display:inline-flex!important}.profile-body .d-lg-none{display:none!important}.profile-body .flex-lg-fill{flex:1 1 auto!important}.profile-body .flex-lg-row{flex-direction:row!important}.profile-body .flex-lg-column{flex-direction:column!important}.profile-body .flex-lg-row-reverse{flex-direction:row-reverse!important}.profile-body .flex-lg-column-reverse{flex-direction:column-reverse!important}.profile-body .flex-lg-grow-0{flex-grow:0!important}.profile-body .flex-lg-grow-1{flex-grow:1!important}.profile-body .flex-lg-shrink-0{flex-shrink:0!important}.profile-body .flex-lg-shrink-1{flex-shrink:1!important}.profile-body .flex-lg-wrap{flex-wrap:wrap!important}.profile-body .flex-lg-nowrap{flex-wrap:nowrap!important}.profile-body .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.profile-body .justify-content-lg-start{justify-content:flex-start!important}.profile-body .justify-content-lg-end{justify-content:flex-end!important}.profile-body .justify-content-lg-center{justify-content:center!important}.profile-body .justify-content-lg-between{justify-content:space-between!important}.profile-body .justify-content-lg-around{justify-content:space-around!important}.profile-body .justify-content-lg-evenly{justify-content:space-evenly!important}.profile-body .align-items-lg-start{align-items:flex-start!important}.profile-body .align-items-lg-end{align-items:flex-end!important}.profile-body .align-items-lg-center{align-items:center!important}.profile-body .align-items-lg-baseline{align-items:baseline!important}.profile-body .align-items-lg-stretch{align-items:stretch!important}.profile-body .align-content-lg-start{align-content:flex-start!important}.profile-body .align-content-lg-end{align-content:flex-end!important}.profile-body .align-content-lg-center{align-content:center!important}.profile-body .align-content-lg-between{align-content:space-between!important}.profile-body .align-content-lg-around{align-content:space-around!important}.profile-body .align-content-lg-stretch{align-content:stretch!important}.profile-body .align-self-lg-auto{align-self:auto!important}.profile-body .align-self-lg-start{align-self:flex-start!important}.profile-body .align-self-lg-end{align-self:flex-end!important}.profile-body .align-self-lg-center{align-self:center!important}.profile-body .align-self-lg-baseline{align-self:baseline!important}.profile-body .align-self-lg-stretch{align-self:stretch!important}.profile-body .order-lg-first{order:-1!important}.profile-body .order-lg-0{order:0!important}.profile-body .order-lg-1{order:1!important}.profile-body .order-lg-2{order:2!important}.profile-body .order-lg-3{order:3!important}.profile-body .order-lg-4{order:4!important}.profile-body .order-lg-5{order:5!important}.profile-body .order-lg-last{order:6!important}.profile-body .m-lg-0{margin:0!important}.profile-body .m-lg-1{margin:.25rem!important}.profile-body .m-lg-2{margin:.5rem!important}.profile-body .m-lg-3{margin:1rem!important}.profile-body .m-lg-4{margin:1.5rem!important}.profile-body .m-lg-5{margin:3rem!important}.profile-body .m-lg-auto{margin:auto!important}.profile-body .mx-lg-0{margin-left:0!important;margin-right:0!important}.profile-body .mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.profile-body .mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.profile-body .mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.profile-body .mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.profile-body .mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.profile-body .mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.profile-body .my-lg-0{margin-bottom:0!important;margin-top:0!important}.profile-body .my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.profile-body .my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.profile-body .my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.profile-body .my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.profile-body .my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.profile-body .my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.profile-body .mt-lg-0{margin-top:0!important}.profile-body .mt-lg-1{margin-top:.25rem!important}.profile-body .mt-lg-2{margin-top:.5rem!important}.profile-body .mt-lg-3{margin-top:1rem!important}.profile-body .mt-lg-4{margin-top:1.5rem!important}.profile-body .mt-lg-5{margin-top:3rem!important}.profile-body .mt-lg-auto{margin-top:auto!important}.profile-body .me-lg-0{margin-right:0!important}.profile-body .me-lg-1{margin-right:.25rem!important}.profile-body .me-lg-2{margin-right:.5rem!important}.profile-body .me-lg-3{margin-right:1rem!important}.profile-body .me-lg-4{margin-right:1.5rem!important}.profile-body .me-lg-5{margin-right:3rem!important}.profile-body .me-lg-auto{margin-right:auto!important}.profile-body .mb-lg-0{margin-bottom:0!important}.profile-body .mb-lg-1{margin-bottom:.25rem!important}.profile-body .mb-lg-2{margin-bottom:.5rem!important}.profile-body .mb-lg-3{margin-bottom:1rem!important}.profile-body .mb-lg-4{margin-bottom:1.5rem!important}.profile-body .mb-lg-5{margin-bottom:3rem!important}.profile-body .mb-lg-auto{margin-bottom:auto!important}.profile-body .ms-lg-0{margin-left:0!important}.profile-body .ms-lg-1{margin-left:.25rem!important}.profile-body .ms-lg-2{margin-left:.5rem!important}.profile-body .ms-lg-3{margin-left:1rem!important}.profile-body .ms-lg-4{margin-left:1.5rem!important}.profile-body .ms-lg-5{margin-left:3rem!important}.profile-body .ms-lg-auto{margin-left:auto!important}.profile-body .p-lg-0{padding:0!important}.profile-body .p-lg-1{padding:.25rem!important}.profile-body .p-lg-2{padding:.5rem!important}.profile-body .p-lg-3{padding:1rem!important}.profile-body .p-lg-4{padding:1.5rem!important}.profile-body .p-lg-5{padding:3rem!important}.profile-body .px-lg-0{padding-left:0!important;padding-right:0!important}.profile-body .px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.profile-body .px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.profile-body .px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.profile-body .px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.profile-body .px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.profile-body .py-lg-0{padding-bottom:0!important;padding-top:0!important}.profile-body .py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.profile-body .py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.profile-body .py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.profile-body .py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.profile-body .py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.profile-body .pt-lg-0{padding-top:0!important}.profile-body .pt-lg-1{padding-top:.25rem!important}.profile-body .pt-lg-2{padding-top:.5rem!important}.profile-body .pt-lg-3{padding-top:1rem!important}.profile-body .pt-lg-4{padding-top:1.5rem!important}.profile-body .pt-lg-5{padding-top:3rem!important}.profile-body .pe-lg-0{padding-right:0!important}.profile-body .pe-lg-1{padding-right:.25rem!important}.profile-body .pe-lg-2{padding-right:.5rem!important}.profile-body .pe-lg-3{padding-right:1rem!important}.profile-body .pe-lg-4{padding-right:1.5rem!important}.profile-body .pe-lg-5{padding-right:3rem!important}.profile-body .pb-lg-0{padding-bottom:0!important}.profile-body .pb-lg-1{padding-bottom:.25rem!important}.profile-body .pb-lg-2{padding-bottom:.5rem!important}.profile-body .pb-lg-3{padding-bottom:1rem!important}.profile-body .pb-lg-4{padding-bottom:1.5rem!important}.profile-body .pb-lg-5{padding-bottom:3rem!important}.profile-body .ps-lg-0{padding-left:0!important}.profile-body .ps-lg-1{padding-left:.25rem!important}.profile-body .ps-lg-2{padding-left:.5rem!important}.profile-body .ps-lg-3{padding-left:1rem!important}.profile-body .ps-lg-4{padding-left:1.5rem!important}.profile-body .ps-lg-5{padding-left:3rem!important}.profile-body .gap-lg-0{gap:0!important}.profile-body .gap-lg-1{gap:.25rem!important}.profile-body .gap-lg-2{gap:.5rem!important}.profile-body .gap-lg-3{gap:1rem!important}.profile-body .gap-lg-4{gap:1.5rem!important}.profile-body .gap-lg-5{gap:3rem!important}.profile-body .row-gap-lg-0{row-gap:0!important}.profile-body .row-gap-lg-1{row-gap:.25rem!important}.profile-body .row-gap-lg-2{row-gap:.5rem!important}.profile-body .row-gap-lg-3{row-gap:1rem!important}.profile-body .row-gap-lg-4{row-gap:1.5rem!important}.profile-body .row-gap-lg-5{row-gap:3rem!important}.profile-body .column-gap-lg-0{column-gap:0!important}.profile-body .column-gap-lg-1{column-gap:.25rem!important}.profile-body .column-gap-lg-2{column-gap:.5rem!important}.profile-body .column-gap-lg-3{column-gap:1rem!important}.profile-body .column-gap-lg-4{column-gap:1.5rem!important}.profile-body .column-gap-lg-5{column-gap:3rem!important}.profile-body .text-lg-start{text-align:left!important}.profile-body .text-lg-end{text-align:right!important}.profile-body .text-lg-center{text-align:center!important}}@media(min-width:1200px){.profile-body .float-xl-start{float:left!important}.profile-body .float-xl-end{float:right!important}.profile-body .float-xl-none{float:none!important}.profile-body .object-fit-xl-contain{object-fit:contain!important}.profile-body .object-fit-xl-cover{object-fit:cover!important}.profile-body .object-fit-xl-fill{object-fit:fill!important}.profile-body .object-fit-xl-scale{object-fit:scale-down!important}.profile-body .object-fit-xl-none{object-fit:none!important}.profile-body .d-xl-inline{display:inline!important}.profile-body .d-xl-inline-block{display:inline-block!important}.profile-body .d-xl-block{display:block!important}.profile-body .d-xl-grid{display:grid!important}.profile-body .d-xl-inline-grid{display:inline-grid!important}.profile-body .d-xl-table{display:table!important}.profile-body .d-xl-table-row{display:table-row!important}.profile-body .d-xl-table-cell{display:table-cell!important}.profile-body .d-xl-flex{display:flex!important}.profile-body .d-xl-inline-flex{display:inline-flex!important}.profile-body .d-xl-none{display:none!important}.profile-body .flex-xl-fill{flex:1 1 auto!important}.profile-body .flex-xl-row{flex-direction:row!important}.profile-body .flex-xl-column{flex-direction:column!important}.profile-body .flex-xl-row-reverse{flex-direction:row-reverse!important}.profile-body .flex-xl-column-reverse{flex-direction:column-reverse!important}.profile-body .flex-xl-grow-0{flex-grow:0!important}.profile-body .flex-xl-grow-1{flex-grow:1!important}.profile-body .flex-xl-shrink-0{flex-shrink:0!important}.profile-body .flex-xl-shrink-1{flex-shrink:1!important}.profile-body .flex-xl-wrap{flex-wrap:wrap!important}.profile-body .flex-xl-nowrap{flex-wrap:nowrap!important}.profile-body .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.profile-body .justify-content-xl-start{justify-content:flex-start!important}.profile-body .justify-content-xl-end{justify-content:flex-end!important}.profile-body .justify-content-xl-center{justify-content:center!important}.profile-body .justify-content-xl-between{justify-content:space-between!important}.profile-body .justify-content-xl-around{justify-content:space-around!important}.profile-body .justify-content-xl-evenly{justify-content:space-evenly!important}.profile-body .align-items-xl-start{align-items:flex-start!important}.profile-body .align-items-xl-end{align-items:flex-end!important}.profile-body .align-items-xl-center{align-items:center!important}.profile-body .align-items-xl-baseline{align-items:baseline!important}.profile-body .align-items-xl-stretch{align-items:stretch!important}.profile-body .align-content-xl-start{align-content:flex-start!important}.profile-body .align-content-xl-end{align-content:flex-end!important}.profile-body .align-content-xl-center{align-content:center!important}.profile-body .align-content-xl-between{align-content:space-between!important}.profile-body .align-content-xl-around{align-content:space-around!important}.profile-body .align-content-xl-stretch{align-content:stretch!important}.profile-body .align-self-xl-auto{align-self:auto!important}.profile-body .align-self-xl-start{align-self:flex-start!important}.profile-body .align-self-xl-end{align-self:flex-end!important}.profile-body .align-self-xl-center{align-self:center!important}.profile-body .align-self-xl-baseline{align-self:baseline!important}.profile-body .align-self-xl-stretch{align-self:stretch!important}.profile-body .order-xl-first{order:-1!important}.profile-body .order-xl-0{order:0!important}.profile-body .order-xl-1{order:1!important}.profile-body .order-xl-2{order:2!important}.profile-body .order-xl-3{order:3!important}.profile-body .order-xl-4{order:4!important}.profile-body .order-xl-5{order:5!important}.profile-body .order-xl-last{order:6!important}.profile-body .m-xl-0{margin:0!important}.profile-body .m-xl-1{margin:.25rem!important}.profile-body .m-xl-2{margin:.5rem!important}.profile-body .m-xl-3{margin:1rem!important}.profile-body .m-xl-4{margin:1.5rem!important}.profile-body .m-xl-5{margin:3rem!important}.profile-body .m-xl-auto{margin:auto!important}.profile-body .mx-xl-0{margin-left:0!important;margin-right:0!important}.profile-body .mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.profile-body .mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.profile-body .mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.profile-body .mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.profile-body .mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.profile-body .mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.profile-body .my-xl-0{margin-bottom:0!important;margin-top:0!important}.profile-body .my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.profile-body .my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.profile-body .my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.profile-body .my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.profile-body .my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.profile-body .my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.profile-body .mt-xl-0{margin-top:0!important}.profile-body .mt-xl-1{margin-top:.25rem!important}.profile-body .mt-xl-2{margin-top:.5rem!important}.profile-body .mt-xl-3{margin-top:1rem!important}.profile-body .mt-xl-4{margin-top:1.5rem!important}.profile-body .mt-xl-5{margin-top:3rem!important}.profile-body .mt-xl-auto{margin-top:auto!important}.profile-body .me-xl-0{margin-right:0!important}.profile-body .me-xl-1{margin-right:.25rem!important}.profile-body .me-xl-2{margin-right:.5rem!important}.profile-body .me-xl-3{margin-right:1rem!important}.profile-body .me-xl-4{margin-right:1.5rem!important}.profile-body .me-xl-5{margin-right:3rem!important}.profile-body .me-xl-auto{margin-right:auto!important}.profile-body .mb-xl-0{margin-bottom:0!important}.profile-body .mb-xl-1{margin-bottom:.25rem!important}.profile-body .mb-xl-2{margin-bottom:.5rem!important}.profile-body .mb-xl-3{margin-bottom:1rem!important}.profile-body .mb-xl-4{margin-bottom:1.5rem!important}.profile-body .mb-xl-5{margin-bottom:3rem!important}.profile-body .mb-xl-auto{margin-bottom:auto!important}.profile-body .ms-xl-0{margin-left:0!important}.profile-body .ms-xl-1{margin-left:.25rem!important}.profile-body .ms-xl-2{margin-left:.5rem!important}.profile-body .ms-xl-3{margin-left:1rem!important}.profile-body .ms-xl-4{margin-left:1.5rem!important}.profile-body .ms-xl-5{margin-left:3rem!important}.profile-body .ms-xl-auto{margin-left:auto!important}.profile-body .p-xl-0{padding:0!important}.profile-body .p-xl-1{padding:.25rem!important}.profile-body .p-xl-2{padding:.5rem!important}.profile-body .p-xl-3{padding:1rem!important}.profile-body .p-xl-4{padding:1.5rem!important}.profile-body .p-xl-5{padding:3rem!important}.profile-body .px-xl-0{padding-left:0!important;padding-right:0!important}.profile-body .px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.profile-body .px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.profile-body .px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.profile-body .px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.profile-body .px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.profile-body .py-xl-0{padding-bottom:0!important;padding-top:0!important}.profile-body .py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.profile-body .py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.profile-body .py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.profile-body .py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.profile-body .py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.profile-body .pt-xl-0{padding-top:0!important}.profile-body .pt-xl-1{padding-top:.25rem!important}.profile-body .pt-xl-2{padding-top:.5rem!important}.profile-body .pt-xl-3{padding-top:1rem!important}.profile-body .pt-xl-4{padding-top:1.5rem!important}.profile-body .pt-xl-5{padding-top:3rem!important}.profile-body .pe-xl-0{padding-right:0!important}.profile-body .pe-xl-1{padding-right:.25rem!important}.profile-body .pe-xl-2{padding-right:.5rem!important}.profile-body .pe-xl-3{padding-right:1rem!important}.profile-body .pe-xl-4{padding-right:1.5rem!important}.profile-body .pe-xl-5{padding-right:3rem!important}.profile-body .pb-xl-0{padding-bottom:0!important}.profile-body .pb-xl-1{padding-bottom:.25rem!important}.profile-body .pb-xl-2{padding-bottom:.5rem!important}.profile-body .pb-xl-3{padding-bottom:1rem!important}.profile-body .pb-xl-4{padding-bottom:1.5rem!important}.profile-body .pb-xl-5{padding-bottom:3rem!important}.profile-body .ps-xl-0{padding-left:0!important}.profile-body .ps-xl-1{padding-left:.25rem!important}.profile-body .ps-xl-2{padding-left:.5rem!important}.profile-body .ps-xl-3{padding-left:1rem!important}.profile-body .ps-xl-4{padding-left:1.5rem!important}.profile-body .ps-xl-5{padding-left:3rem!important}.profile-body .gap-xl-0{gap:0!important}.profile-body .gap-xl-1{gap:.25rem!important}.profile-body .gap-xl-2{gap:.5rem!important}.profile-body .gap-xl-3{gap:1rem!important}.profile-body .gap-xl-4{gap:1.5rem!important}.profile-body .gap-xl-5{gap:3rem!important}.profile-body .row-gap-xl-0{row-gap:0!important}.profile-body .row-gap-xl-1{row-gap:.25rem!important}.profile-body .row-gap-xl-2{row-gap:.5rem!important}.profile-body .row-gap-xl-3{row-gap:1rem!important}.profile-body .row-gap-xl-4{row-gap:1.5rem!important}.profile-body .row-gap-xl-5{row-gap:3rem!important}.profile-body .column-gap-xl-0{column-gap:0!important}.profile-body .column-gap-xl-1{column-gap:.25rem!important}.profile-body .column-gap-xl-2{column-gap:.5rem!important}.profile-body .column-gap-xl-3{column-gap:1rem!important}.profile-body .column-gap-xl-4{column-gap:1.5rem!important}.profile-body .column-gap-xl-5{column-gap:3rem!important}.profile-body .text-xl-start{text-align:left!important}.profile-body .text-xl-end{text-align:right!important}.profile-body .text-xl-center{text-align:center!important}}@media(min-width:1400px){.profile-body .float-xxl-start{float:left!important}.profile-body .float-xxl-end{float:right!important}.profile-body .float-xxl-none{float:none!important}.profile-body .object-fit-xxl-contain{object-fit:contain!important}.profile-body .object-fit-xxl-cover{object-fit:cover!important}.profile-body .object-fit-xxl-fill{object-fit:fill!important}.profile-body .object-fit-xxl-scale{object-fit:scale-down!important}.profile-body .object-fit-xxl-none{object-fit:none!important}.profile-body .d-xxl-inline{display:inline!important}.profile-body .d-xxl-inline-block{display:inline-block!important}.profile-body .d-xxl-block{display:block!important}.profile-body .d-xxl-grid{display:grid!important}.profile-body .d-xxl-inline-grid{display:inline-grid!important}.profile-body .d-xxl-table{display:table!important}.profile-body .d-xxl-table-row{display:table-row!important}.profile-body .d-xxl-table-cell{display:table-cell!important}.profile-body .d-xxl-flex{display:flex!important}.profile-body .d-xxl-inline-flex{display:inline-flex!important}.profile-body .d-xxl-none{display:none!important}.profile-body .flex-xxl-fill{flex:1 1 auto!important}.profile-body .flex-xxl-row{flex-direction:row!important}.profile-body .flex-xxl-column{flex-direction:column!important}.profile-body .flex-xxl-row-reverse{flex-direction:row-reverse!important}.profile-body .flex-xxl-column-reverse{flex-direction:column-reverse!important}.profile-body .flex-xxl-grow-0{flex-grow:0!important}.profile-body .flex-xxl-grow-1{flex-grow:1!important}.profile-body .flex-xxl-shrink-0{flex-shrink:0!important}.profile-body .flex-xxl-shrink-1{flex-shrink:1!important}.profile-body .flex-xxl-wrap{flex-wrap:wrap!important}.profile-body .flex-xxl-nowrap{flex-wrap:nowrap!important}.profile-body .flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.profile-body .justify-content-xxl-start{justify-content:flex-start!important}.profile-body .justify-content-xxl-end{justify-content:flex-end!important}.profile-body .justify-content-xxl-center{justify-content:center!important}.profile-body .justify-content-xxl-between{justify-content:space-between!important}.profile-body .justify-content-xxl-around{justify-content:space-around!important}.profile-body .justify-content-xxl-evenly{justify-content:space-evenly!important}.profile-body .align-items-xxl-start{align-items:flex-start!important}.profile-body .align-items-xxl-end{align-items:flex-end!important}.profile-body .align-items-xxl-center{align-items:center!important}.profile-body .align-items-xxl-baseline{align-items:baseline!important}.profile-body .align-items-xxl-stretch{align-items:stretch!important}.profile-body .align-content-xxl-start{align-content:flex-start!important}.profile-body .align-content-xxl-end{align-content:flex-end!important}.profile-body .align-content-xxl-center{align-content:center!important}.profile-body .align-content-xxl-between{align-content:space-between!important}.profile-body .align-content-xxl-around{align-content:space-around!important}.profile-body .align-content-xxl-stretch{align-content:stretch!important}.profile-body .align-self-xxl-auto{align-self:auto!important}.profile-body .align-self-xxl-start{align-self:flex-start!important}.profile-body .align-self-xxl-end{align-self:flex-end!important}.profile-body .align-self-xxl-center{align-self:center!important}.profile-body .align-self-xxl-baseline{align-self:baseline!important}.profile-body .align-self-xxl-stretch{align-self:stretch!important}.profile-body .order-xxl-first{order:-1!important}.profile-body .order-xxl-0{order:0!important}.profile-body .order-xxl-1{order:1!important}.profile-body .order-xxl-2{order:2!important}.profile-body .order-xxl-3{order:3!important}.profile-body .order-xxl-4{order:4!important}.profile-body .order-xxl-5{order:5!important}.profile-body .order-xxl-last{order:6!important}.profile-body .m-xxl-0{margin:0!important}.profile-body .m-xxl-1{margin:.25rem!important}.profile-body .m-xxl-2{margin:.5rem!important}.profile-body .m-xxl-3{margin:1rem!important}.profile-body .m-xxl-4{margin:1.5rem!important}.profile-body .m-xxl-5{margin:3rem!important}.profile-body .m-xxl-auto{margin:auto!important}.profile-body .mx-xxl-0{margin-left:0!important;margin-right:0!important}.profile-body .mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.profile-body .mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.profile-body .mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.profile-body .mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.profile-body .mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.profile-body .mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.profile-body .my-xxl-0{margin-bottom:0!important;margin-top:0!important}.profile-body .my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.profile-body .my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.profile-body .my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.profile-body .my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.profile-body .my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.profile-body .my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.profile-body .mt-xxl-0{margin-top:0!important}.profile-body .mt-xxl-1{margin-top:.25rem!important}.profile-body .mt-xxl-2{margin-top:.5rem!important}.profile-body .mt-xxl-3{margin-top:1rem!important}.profile-body .mt-xxl-4{margin-top:1.5rem!important}.profile-body .mt-xxl-5{margin-top:3rem!important}.profile-body .mt-xxl-auto{margin-top:auto!important}.profile-body .me-xxl-0{margin-right:0!important}.profile-body .me-xxl-1{margin-right:.25rem!important}.profile-body .me-xxl-2{margin-right:.5rem!important}.profile-body .me-xxl-3{margin-right:1rem!important}.profile-body .me-xxl-4{margin-right:1.5rem!important}.profile-body .me-xxl-5{margin-right:3rem!important}.profile-body .me-xxl-auto{margin-right:auto!important}.profile-body .mb-xxl-0{margin-bottom:0!important}.profile-body .mb-xxl-1{margin-bottom:.25rem!important}.profile-body .mb-xxl-2{margin-bottom:.5rem!important}.profile-body .mb-xxl-3{margin-bottom:1rem!important}.profile-body .mb-xxl-4{margin-bottom:1.5rem!important}.profile-body .mb-xxl-5{margin-bottom:3rem!important}.profile-body .mb-xxl-auto{margin-bottom:auto!important}.profile-body .ms-xxl-0{margin-left:0!important}.profile-body .ms-xxl-1{margin-left:.25rem!important}.profile-body .ms-xxl-2{margin-left:.5rem!important}.profile-body .ms-xxl-3{margin-left:1rem!important}.profile-body .ms-xxl-4{margin-left:1.5rem!important}.profile-body .ms-xxl-5{margin-left:3rem!important}.profile-body .ms-xxl-auto{margin-left:auto!important}.profile-body .p-xxl-0{padding:0!important}.profile-body .p-xxl-1{padding:.25rem!important}.profile-body .p-xxl-2{padding:.5rem!important}.profile-body .p-xxl-3{padding:1rem!important}.profile-body .p-xxl-4{padding:1.5rem!important}.profile-body .p-xxl-5{padding:3rem!important}.profile-body .px-xxl-0{padding-left:0!important;padding-right:0!important}.profile-body .px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.profile-body .px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.profile-body .px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.profile-body .px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.profile-body .px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.profile-body .py-xxl-0{padding-bottom:0!important;padding-top:0!important}.profile-body .py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.profile-body .py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.profile-body .py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.profile-body .py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.profile-body .py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.profile-body .pt-xxl-0{padding-top:0!important}.profile-body .pt-xxl-1{padding-top:.25rem!important}.profile-body .pt-xxl-2{padding-top:.5rem!important}.profile-body .pt-xxl-3{padding-top:1rem!important}.profile-body .pt-xxl-4{padding-top:1.5rem!important}.profile-body .pt-xxl-5{padding-top:3rem!important}.profile-body .pe-xxl-0{padding-right:0!important}.profile-body .pe-xxl-1{padding-right:.25rem!important}.profile-body .pe-xxl-2{padding-right:.5rem!important}.profile-body .pe-xxl-3{padding-right:1rem!important}.profile-body .pe-xxl-4{padding-right:1.5rem!important}.profile-body .pe-xxl-5{padding-right:3rem!important}.profile-body .pb-xxl-0{padding-bottom:0!important}.profile-body .pb-xxl-1{padding-bottom:.25rem!important}.profile-body .pb-xxl-2{padding-bottom:.5rem!important}.profile-body .pb-xxl-3{padding-bottom:1rem!important}.profile-body .pb-xxl-4{padding-bottom:1.5rem!important}.profile-body .pb-xxl-5{padding-bottom:3rem!important}.profile-body .ps-xxl-0{padding-left:0!important}.profile-body .ps-xxl-1{padding-left:.25rem!important}.profile-body .ps-xxl-2{padding-left:.5rem!important}.profile-body .ps-xxl-3{padding-left:1rem!important}.profile-body .ps-xxl-4{padding-left:1.5rem!important}.profile-body .ps-xxl-5{padding-left:3rem!important}.profile-body .gap-xxl-0{gap:0!important}.profile-body .gap-xxl-1{gap:.25rem!important}.profile-body .gap-xxl-2{gap:.5rem!important}.profile-body .gap-xxl-3{gap:1rem!important}.profile-body .gap-xxl-4{gap:1.5rem!important}.profile-body .gap-xxl-5{gap:3rem!important}.profile-body .row-gap-xxl-0{row-gap:0!important}.profile-body .row-gap-xxl-1{row-gap:.25rem!important}.profile-body .row-gap-xxl-2{row-gap:.5rem!important}.profile-body .row-gap-xxl-3{row-gap:1rem!important}.profile-body .row-gap-xxl-4{row-gap:1.5rem!important}.profile-body .row-gap-xxl-5{row-gap:3rem!important}.profile-body .column-gap-xxl-0{column-gap:0!important}.profile-body .column-gap-xxl-1{column-gap:.25rem!important}.profile-body .column-gap-xxl-2{column-gap:.5rem!important}.profile-body .column-gap-xxl-3{column-gap:1rem!important}.profile-body .column-gap-xxl-4{column-gap:1.5rem!important}.profile-body .column-gap-xxl-5{column-gap:3rem!important}.profile-body .text-xxl-start{text-align:left!important}.profile-body .text-xxl-end{text-align:right!important}.profile-body .text-xxl-center{text-align:center!important}}@media(min-width:1200px){.profile-body .fs-1{font-size:2.5rem!important}.profile-body .fs-2{font-size:2rem!important}.profile-body .fs-3{font-size:1.75rem!important}.profile-body .fs-4{font-size:1.5rem!important}}@media print{.profile-body .d-print-inline{display:inline!important}.profile-body .d-print-inline-block{display:inline-block!important}.profile-body .d-print-block{display:block!important}.profile-body .d-print-grid{display:grid!important}.profile-body .d-print-inline-grid{display:inline-grid!important}.profile-body .d-print-table{display:table!important}.profile-body .d-print-table-row{display:table-row!important}.profile-body .d-print-table-cell{display:table-cell!important}.profile-body .d-print-flex{display:flex!important}.profile-body .d-print-inline-flex{display:inline-flex!important}.profile-body .d-print-none{display:none!important}}.profile-body .back-button{background:#013d00;border-radius:25px;color:#fff;cursor:pointer;font-size:20px;font-weight:700;height:50px;padding:10px;right:10px;top:10px;width:50px;z-index:100}.profile-body .main-content .h1,.profile-body .main-content .h2,.profile-body .main-content .h3,.profile-body .main-content .h4,.profile-body .main-content .h5,.profile-body .main-content .h6,.profile-body .main-content h1,.profile-body .main-content h2,.profile-body .main-content h3,.profile-body .main-content h4,.profile-body .main-content h5,.profile-body .main-content h6{color:#fff}.profile-body .main-content .stat{font-size:25px}.profile-body .main-content .h1,.profile-body .main-content h1{background:#013d01;border:3px solid #fff;border-radius:25px;display:inline-block;padding:10px}.profile-body .main-content .equipped-skin{display:inline-block;height:100px;margin-right:10px;width:100px}.profile-body .main-content .cluster{background-color:#013d00;border:1px solid #011c01;border-radius:25px;padding-left:10px;padding-top:10px}.profile-body .main-content .container{border:5px solid #fff;border-radius:25px;padding:10px}.profile-body .main-content .xp-graph{background-color:#013301;border-radius:5px;height:calc(100vh - 800px);padding:10px}.profile-body .main-content .leaderboard-card{background:#011c01;border-radius:5px;box-shadow:0 2px 10px #0000001a;margin-bottom:30px;overflow:hidden}.profile-body .main-content .leaderboard-card__top{background:#013d00;padding:20px 0 10px}.profile-body .main-content .leaderboard-card__body{margin-top:-40px;padding:15px;z-index:inherit}.profile-body .main-content .leaderboard-card__first{transform:scale(1.05)}.profile-body .main-content .leaderboard-card__first .leaderboard-card__top{background:linear-gradient(45deg,#7e57c2,#ab47bc);color:#fff}.profile-blue{background:blue;/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */font-family:Roboto,sans-serif;overflow-y:auto}.profile-blue :root,.profile-blue [data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,#ffffff26,#fff0);--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:#212529bf;--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:#21252980;--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem #00000026;--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:#0d6efd40;--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}.profile-blue [data-bs-theme=dark]{--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:#dee2e6bf;--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:#dee2e680;--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:#ffffff26;--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f;color-scheme:dark}.profile-blue *,.profile-blue :after,.profile-blue :before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){.profile-blue :root{scroll-behavior:smooth}}.profile-blue body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align)}.profile-blue hr{border:0;border-top:var(--bs-border-width) solid;color:inherit;margin:1rem 0;opacity:.25}.profile-blue .h1,.profile-blue .h2,.profile-blue .h3,.profile-blue .h4,.profile-blue .h5,.profile-blue .h6,.profile-blue h1,.profile-blue h2,.profile-blue h3,.profile-blue h4,.profile-blue h5,.profile-blue h6{color:var(--bs-heading-color);font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}.profile-blue .h1,.profile-blue h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.profile-blue .h1,.profile-blue h1{font-size:2.5rem}}.profile-blue .h2,.profile-blue h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){.profile-blue .h2,.profile-blue h2{font-size:2rem}}.profile-blue .h3,.profile-blue h3{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){.profile-blue .h3,.profile-blue h3{font-size:1.75rem}}.profile-blue .h4,.profile-blue h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){.profile-blue .h4,.profile-blue h4{font-size:1.5rem}}.profile-blue .h5,.profile-blue h5{font-size:1.25rem}.profile-blue .h6,.profile-blue h6{font-size:1rem}.profile-blue p{margin-bottom:1rem;margin-top:0}.profile-blue abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.profile-blue address{font-style:normal;line-height:inherit;margin-bottom:1rem}.profile-blue ol,.profile-blue ul{padding-left:2rem}.profile-blue dl,.profile-blue ol,.profile-blue ul{margin-bottom:1rem;margin-top:0}.profile-blue ol ol,.profile-blue ol ul,.profile-blue ul ol,.profile-blue ul ul{margin-bottom:0}.profile-blue dt{font-weight:700}.profile-blue dd{margin-bottom:.5rem;margin-left:0}.profile-blue blockquote{margin:0 0 1rem}.profile-blue b,.profile-blue strong{font-weight:bolder}.profile-blue .small,.profile-blue small{font-size:.875em}.profile-blue .mark,.profile-blue mark{background-color:var(--bs-highlight-bg);color:var(--bs-highlight-color);padding:.1875em}.profile-blue sub,.profile-blue sup{font-size:.75em;line-height:0;position:relative;vertical-align:initial}.profile-blue sub{bottom:-.25em}.profile-blue sup{top:-.5em}.profile-blue a{color:rgba(var(--bs-link-color-rgb),1);color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}.profile-blue a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}.profile-blue a:not([href]):not([class]),.profile-blue a:not([href]):not([class]):hover{color:inherit;text-decoration:none}.profile-blue code,.profile-blue kbd,.profile-blue pre,.profile-blue samp{font-family:var(--bs-font-monospace);font-size:1em}.profile-blue pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}.profile-blue pre code{color:inherit;font-size:inherit;word-break:normal}.profile-blue code{word-wrap:break-word;color:var(--bs-code-color);font-size:.875em}a>.profile-blue code{color:inherit}.profile-blue kbd{background-color:var(--bs-body-color);border-radius:.25rem;color:var(--bs-body-bg);font-size:.875em;padding:.1875rem .375rem}.profile-blue kbd kbd{font-size:1em;padding:0}.profile-blue figure{margin:0 0 1rem}.profile-blue img,.profile-blue svg{vertical-align:middle}.profile-blue table{border-collapse:collapse;caption-side:bottom}.profile-blue caption{color:var(--bs-secondary-color);padding-bottom:.5rem;padding-top:.5rem;text-align:left}.profile-blue th{text-align:inherit;text-align:-webkit-match-parent}.profile-blue tbody,.profile-blue td,.profile-blue tfoot,.profile-blue th,.profile-blue thead,.profile-blue tr{border:0 solid;border-color:inherit}.profile-blue label{display:inline-block}.profile-blue button{border-radius:0}.profile-blue button:focus:not(:focus-visible){outline:0}.profile-blue button,.profile-blue input,.profile-blue optgroup,.profile-blue select,.profile-blue textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}.profile-blue button,.profile-blue select{text-transform:none}.profile-blue [role=button]{cursor:pointer}.profile-blue select{word-wrap:normal}.profile-blue select:disabled{opacity:1}.profile-blue [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}.profile-blue [type=button],.profile-blue [type=reset],.profile-blue [type=submit],.profile-blue button{-webkit-appearance:button}.profile-blue [type=button]:not(:disabled),.profile-blue [type=reset]:not(:disabled),.profile-blue [type=submit]:not(:disabled),.profile-blue button:not(:disabled){cursor:pointer}.profile-blue ::-moz-focus-inner{border-style:none;padding:0}.profile-blue textarea{resize:vertical}.profile-blue fieldset{border:0;margin:0;min-width:0;padding:0}.profile-blue legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media(min-width:1200px){.profile-blue legend{font-size:1.5rem}}.profile-blue legend+*{clear:left}.profile-blue ::-webkit-datetime-edit-day-field,.profile-blue ::-webkit-datetime-edit-fields-wrapper,.profile-blue ::-webkit-datetime-edit-hour-field,.profile-blue ::-webkit-datetime-edit-minute,.profile-blue ::-webkit-datetime-edit-month-field,.profile-blue ::-webkit-datetime-edit-text,.profile-blue ::-webkit-datetime-edit-year-field{padding:0}.profile-blue ::-webkit-inner-spin-button{height:auto}.profile-blue [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.profile-blue ::-webkit-search-decoration{-webkit-appearance:none}.profile-blue ::-webkit-color-swatch-wrapper{padding:0}.profile-blue ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.profile-blue ::file-selector-button{-webkit-appearance:button;font:inherit}.profile-blue output{display:inline-block}.profile-blue iframe{border:0}.profile-blue summary{cursor:pointer;display:list-item}.profile-blue progress{vertical-align:initial}.profile-blue [hidden]{display:none!important}.profile-blue .lead{font-size:1.25rem;font-weight:300}.profile-blue .display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.profile-blue .display-1{font-size:5rem}}.profile-blue .display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.profile-blue .display-2{font-size:4.5rem}}.profile-blue .display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.profile-blue .display-3{font-size:4rem}}.profile-blue .display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.profile-blue .display-4{font-size:3.5rem}}.profile-blue .display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.profile-blue .display-5{font-size:3rem}}.profile-blue .display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.profile-blue .display-6{font-size:2.5rem}}.profile-blue .list-inline,.profile-blue .list-unstyled{list-style:none;padding-left:0}.profile-blue .list-inline-item{display:inline-block}.profile-blue .list-inline-item:not(:last-child){margin-right:.5rem}.profile-blue .initialism{font-size:.875em;text-transform:uppercase}.profile-blue .blockquote{font-size:1.25rem;margin-bottom:1rem}.profile-blue .blockquote>:last-child{margin-bottom:0}.profile-blue .blockquote-footer{color:#6c757d;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.profile-blue .blockquote-footer:before{content:"— "}.profile-blue .img-fluid{height:auto;max-width:100%}.profile-blue .img-thumbnail{background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);height:auto;max-width:100%;padding:.25rem}.profile-blue .figure{display:inline-block}.profile-blue .figure-img{line-height:1;margin-bottom:.5rem}.profile-blue .figure-caption{color:var(--bs-secondary-color);font-size:.875em}.profile-blue .container,.profile-blue .container-fluid,.profile-blue .container-lg,.profile-blue .container-md,.profile-blue .container-sm,.profile-blue .container-xl,.profile-blue .container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}@media(min-width:576px){.profile-blue .container,.profile-blue .container-sm{max-width:540px}}@media(min-width:768px){.profile-blue .container,.profile-blue .container-md,.profile-blue .container-sm{max-width:720px}}@media(min-width:992px){.profile-blue .container,.profile-blue .container-lg,.profile-blue .container-md,.profile-blue .container-sm{max-width:960px}}@media(min-width:1200px){.profile-blue .container,.profile-blue .container-lg,.profile-blue .container-md,.profile-blue .container-sm,.profile-blue .container-xl{max-width:1140px}}@media(min-width:1400px){.profile-blue .container,.profile-blue .container-lg,.profile-blue .container-md,.profile-blue .container-sm,.profile-blue .container-xl,.profile-blue .container-xxl{max-width:1320px}}.profile-blue :root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.profile-blue .row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.profile-blue .row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.profile-blue .col{flex:1 0}.profile-blue .row-cols-auto>*{flex:0 0 auto;width:auto}.profile-blue .row-cols-1>*{flex:0 0 auto;width:100%}.profile-blue .row-cols-2>*{flex:0 0 auto;width:50%}.profile-blue .row-cols-3>*{flex:0 0 auto;width:33.33333333%}.profile-blue .row-cols-4>*{flex:0 0 auto;width:25%}.profile-blue .row-cols-5>*{flex:0 0 auto;width:20%}.profile-blue .row-cols-6>*{flex:0 0 auto;width:16.66666667%}.profile-blue .col-auto{flex:0 0 auto;width:auto}.profile-blue .col-1{flex:0 0 auto;width:8.33333333%}.profile-blue .col-2{flex:0 0 auto;width:16.66666667%}.profile-blue .col-3{flex:0 0 auto;width:25%}.profile-blue .col-4{flex:0 0 auto;width:33.33333333%}.profile-blue .col-5{flex:0 0 auto;width:41.66666667%}.profile-blue .col-6{flex:0 0 auto;width:50%}.profile-blue .col-7{flex:0 0 auto;width:58.33333333%}.profile-blue .col-8{flex:0 0 auto;width:66.66666667%}.profile-blue .col-9{flex:0 0 auto;width:75%}.profile-blue .col-10{flex:0 0 auto;width:83.33333333%}.profile-blue .col-11{flex:0 0 auto;width:91.66666667%}.profile-blue .col-12{flex:0 0 auto;width:100%}.profile-blue .offset-1{margin-left:8.33333333%}.profile-blue .offset-2{margin-left:16.66666667%}.profile-blue .offset-3{margin-left:25%}.profile-blue .offset-4{margin-left:33.33333333%}.profile-blue .offset-5{margin-left:41.66666667%}.profile-blue .offset-6{margin-left:50%}.profile-blue .offset-7{margin-left:58.33333333%}.profile-blue .offset-8{margin-left:66.66666667%}.profile-blue .offset-9{margin-left:75%}.profile-blue .offset-10{margin-left:83.33333333%}.profile-blue .offset-11{margin-left:91.66666667%}.profile-blue .g-0,.profile-blue .gx-0{--bs-gutter-x:0}.profile-blue .g-0,.profile-blue .gy-0{--bs-gutter-y:0}.profile-blue .g-1,.profile-blue .gx-1{--bs-gutter-x:0.25rem}.profile-blue .g-1,.profile-blue .gy-1{--bs-gutter-y:0.25rem}.profile-blue .g-2,.profile-blue .gx-2{--bs-gutter-x:0.5rem}.profile-blue .g-2,.profile-blue .gy-2{--bs-gutter-y:0.5rem}.profile-blue .g-3,.profile-blue .gx-3{--bs-gutter-x:1rem}.profile-blue .g-3,.profile-blue .gy-3{--bs-gutter-y:1rem}.profile-blue .g-4,.profile-blue .gx-4{--bs-gutter-x:1.5rem}.profile-blue .g-4,.profile-blue .gy-4{--bs-gutter-y:1.5rem}.profile-blue .g-5,.profile-blue .gx-5{--bs-gutter-x:3rem}.profile-blue .g-5,.profile-blue .gy-5{--bs-gutter-y:3rem}@media(min-width:576px){.profile-blue .col-sm{flex:1 0}.profile-blue .row-cols-sm-auto>*{flex:0 0 auto;width:auto}.profile-blue .row-cols-sm-1>*{flex:0 0 auto;width:100%}.profile-blue .row-cols-sm-2>*{flex:0 0 auto;width:50%}.profile-blue .row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.profile-blue .row-cols-sm-4>*{flex:0 0 auto;width:25%}.profile-blue .row-cols-sm-5>*{flex:0 0 auto;width:20%}.profile-blue .row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.profile-blue .col-sm-auto{flex:0 0 auto;width:auto}.profile-blue .col-sm-1{flex:0 0 auto;width:8.33333333%}.profile-blue .col-sm-2{flex:0 0 auto;width:16.66666667%}.profile-blue .col-sm-3{flex:0 0 auto;width:25%}.profile-blue .col-sm-4{flex:0 0 auto;width:33.33333333%}.profile-blue .col-sm-5{flex:0 0 auto;width:41.66666667%}.profile-blue .col-sm-6{flex:0 0 auto;width:50%}.profile-blue .col-sm-7{flex:0 0 auto;width:58.33333333%}.profile-blue .col-sm-8{flex:0 0 auto;width:66.66666667%}.profile-blue .col-sm-9{flex:0 0 auto;width:75%}.profile-blue .col-sm-10{flex:0 0 auto;width:83.33333333%}.profile-blue .col-sm-11{flex:0 0 auto;width:91.66666667%}.profile-blue .col-sm-12{flex:0 0 auto;width:100%}.profile-blue .offset-sm-0{margin-left:0}.profile-blue .offset-sm-1{margin-left:8.33333333%}.profile-blue .offset-sm-2{margin-left:16.66666667%}.profile-blue .offset-sm-3{margin-left:25%}.profile-blue .offset-sm-4{margin-left:33.33333333%}.profile-blue .offset-sm-5{margin-left:41.66666667%}.profile-blue .offset-sm-6{margin-left:50%}.profile-blue .offset-sm-7{margin-left:58.33333333%}.profile-blue .offset-sm-8{margin-left:66.66666667%}.profile-blue .offset-sm-9{margin-left:75%}.profile-blue .offset-sm-10{margin-left:83.33333333%}.profile-blue .offset-sm-11{margin-left:91.66666667%}.profile-blue .g-sm-0,.profile-blue .gx-sm-0{--bs-gutter-x:0}.profile-blue .g-sm-0,.profile-blue .gy-sm-0{--bs-gutter-y:0}.profile-blue .g-sm-1,.profile-blue .gx-sm-1{--bs-gutter-x:0.25rem}.profile-blue .g-sm-1,.profile-blue .gy-sm-1{--bs-gutter-y:0.25rem}.profile-blue .g-sm-2,.profile-blue .gx-sm-2{--bs-gutter-x:0.5rem}.profile-blue .g-sm-2,.profile-blue .gy-sm-2{--bs-gutter-y:0.5rem}.profile-blue .g-sm-3,.profile-blue .gx-sm-3{--bs-gutter-x:1rem}.profile-blue .g-sm-3,.profile-blue .gy-sm-3{--bs-gutter-y:1rem}.profile-blue .g-sm-4,.profile-blue .gx-sm-4{--bs-gutter-x:1.5rem}.profile-blue .g-sm-4,.profile-blue .gy-sm-4{--bs-gutter-y:1.5rem}.profile-blue .g-sm-5,.profile-blue .gx-sm-5{--bs-gutter-x:3rem}.profile-blue .g-sm-5,.profile-blue .gy-sm-5{--bs-gutter-y:3rem}}@media(min-width:768px){.profile-blue .col-md{flex:1 0}.profile-blue .row-cols-md-auto>*{flex:0 0 auto;width:auto}.profile-blue .row-cols-md-1>*{flex:0 0 auto;width:100%}.profile-blue .row-cols-md-2>*{flex:0 0 auto;width:50%}.profile-blue .row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.profile-blue .row-cols-md-4>*{flex:0 0 auto;width:25%}.profile-blue .row-cols-md-5>*{flex:0 0 auto;width:20%}.profile-blue .row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.profile-blue .col-md-auto{flex:0 0 auto;width:auto}.profile-blue .col-md-1{flex:0 0 auto;width:8.33333333%}.profile-blue .col-md-2{flex:0 0 auto;width:16.66666667%}.profile-blue .col-md-3{flex:0 0 auto;width:25%}.profile-blue .col-md-4{flex:0 0 auto;width:33.33333333%}.profile-blue .col-md-5{flex:0 0 auto;width:41.66666667%}.profile-blue .col-md-6{flex:0 0 auto;width:50%}.profile-blue .col-md-7{flex:0 0 auto;width:58.33333333%}.profile-blue .col-md-8{flex:0 0 auto;width:66.66666667%}.profile-blue .col-md-9{flex:0 0 auto;width:75%}.profile-blue .col-md-10{flex:0 0 auto;width:83.33333333%}.profile-blue .col-md-11{flex:0 0 auto;width:91.66666667%}.profile-blue .col-md-12{flex:0 0 auto;width:100%}.profile-blue .offset-md-0{margin-left:0}.profile-blue .offset-md-1{margin-left:8.33333333%}.profile-blue .offset-md-2{margin-left:16.66666667%}.profile-blue .offset-md-3{margin-left:25%}.profile-blue .offset-md-4{margin-left:33.33333333%}.profile-blue .offset-md-5{margin-left:41.66666667%}.profile-blue .offset-md-6{margin-left:50%}.profile-blue .offset-md-7{margin-left:58.33333333%}.profile-blue .offset-md-8{margin-left:66.66666667%}.profile-blue .offset-md-9{margin-left:75%}.profile-blue .offset-md-10{margin-left:83.33333333%}.profile-blue .offset-md-11{margin-left:91.66666667%}.profile-blue .g-md-0,.profile-blue .gx-md-0{--bs-gutter-x:0}.profile-blue .g-md-0,.profile-blue .gy-md-0{--bs-gutter-y:0}.profile-blue .g-md-1,.profile-blue .gx-md-1{--bs-gutter-x:0.25rem}.profile-blue .g-md-1,.profile-blue .gy-md-1{--bs-gutter-y:0.25rem}.profile-blue .g-md-2,.profile-blue .gx-md-2{--bs-gutter-x:0.5rem}.profile-blue .g-md-2,.profile-blue .gy-md-2{--bs-gutter-y:0.5rem}.profile-blue .g-md-3,.profile-blue .gx-md-3{--bs-gutter-x:1rem}.profile-blue .g-md-3,.profile-blue .gy-md-3{--bs-gutter-y:1rem}.profile-blue .g-md-4,.profile-blue .gx-md-4{--bs-gutter-x:1.5rem}.profile-blue .g-md-4,.profile-blue .gy-md-4{--bs-gutter-y:1.5rem}.profile-blue .g-md-5,.profile-blue .gx-md-5{--bs-gutter-x:3rem}.profile-blue .g-md-5,.profile-blue .gy-md-5{--bs-gutter-y:3rem}}@media(min-width:992px){.profile-blue .col-lg{flex:1 0}.profile-blue .row-cols-lg-auto>*{flex:0 0 auto;width:auto}.profile-blue .row-cols-lg-1>*{flex:0 0 auto;width:100%}.profile-blue .row-cols-lg-2>*{flex:0 0 auto;width:50%}.profile-blue .row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.profile-blue .row-cols-lg-4>*{flex:0 0 auto;width:25%}.profile-blue .row-cols-lg-5>*{flex:0 0 auto;width:20%}.profile-blue .row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.profile-blue .col-lg-auto{flex:0 0 auto;width:auto}.profile-blue .col-lg-1{flex:0 0 auto;width:8.33333333%}.profile-blue .col-lg-2{flex:0 0 auto;width:16.66666667%}.profile-blue .col-lg-3{flex:0 0 auto;width:25%}.profile-blue .col-lg-4{flex:0 0 auto;width:33.33333333%}.profile-blue .col-lg-5{flex:0 0 auto;width:41.66666667%}.profile-blue .col-lg-6{flex:0 0 auto;width:50%}.profile-blue .col-lg-7{flex:0 0 auto;width:58.33333333%}.profile-blue .col-lg-8{flex:0 0 auto;width:66.66666667%}.profile-blue .col-lg-9{flex:0 0 auto;width:75%}.profile-blue .col-lg-10{flex:0 0 auto;width:83.33333333%}.profile-blue .col-lg-11{flex:0 0 auto;width:91.66666667%}.profile-blue .col-lg-12{flex:0 0 auto;width:100%}.profile-blue .offset-lg-0{margin-left:0}.profile-blue .offset-lg-1{margin-left:8.33333333%}.profile-blue .offset-lg-2{margin-left:16.66666667%}.profile-blue .offset-lg-3{margin-left:25%}.profile-blue .offset-lg-4{margin-left:33.33333333%}.profile-blue .offset-lg-5{margin-left:41.66666667%}.profile-blue .offset-lg-6{margin-left:50%}.profile-blue .offset-lg-7{margin-left:58.33333333%}.profile-blue .offset-lg-8{margin-left:66.66666667%}.profile-blue .offset-lg-9{margin-left:75%}.profile-blue .offset-lg-10{margin-left:83.33333333%}.profile-blue .offset-lg-11{margin-left:91.66666667%}.profile-blue .g-lg-0,.profile-blue .gx-lg-0{--bs-gutter-x:0}.profile-blue .g-lg-0,.profile-blue .gy-lg-0{--bs-gutter-y:0}.profile-blue .g-lg-1,.profile-blue .gx-lg-1{--bs-gutter-x:0.25rem}.profile-blue .g-lg-1,.profile-blue .gy-lg-1{--bs-gutter-y:0.25rem}.profile-blue .g-lg-2,.profile-blue .gx-lg-2{--bs-gutter-x:0.5rem}.profile-blue .g-lg-2,.profile-blue .gy-lg-2{--bs-gutter-y:0.5rem}.profile-blue .g-lg-3,.profile-blue .gx-lg-3{--bs-gutter-x:1rem}.profile-blue .g-lg-3,.profile-blue .gy-lg-3{--bs-gutter-y:1rem}.profile-blue .g-lg-4,.profile-blue .gx-lg-4{--bs-gutter-x:1.5rem}.profile-blue .g-lg-4,.profile-blue .gy-lg-4{--bs-gutter-y:1.5rem}.profile-blue .g-lg-5,.profile-blue .gx-lg-5{--bs-gutter-x:3rem}.profile-blue .g-lg-5,.profile-blue .gy-lg-5{--bs-gutter-y:3rem}}@media(min-width:1200px){.profile-blue .col-xl{flex:1 0}.profile-blue .row-cols-xl-auto>*{flex:0 0 auto;width:auto}.profile-blue .row-cols-xl-1>*{flex:0 0 auto;width:100%}.profile-blue .row-cols-xl-2>*{flex:0 0 auto;width:50%}.profile-blue .row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.profile-blue .row-cols-xl-4>*{flex:0 0 auto;width:25%}.profile-blue .row-cols-xl-5>*{flex:0 0 auto;width:20%}.profile-blue .row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.profile-blue .col-xl-auto{flex:0 0 auto;width:auto}.profile-blue .col-xl-1{flex:0 0 auto;width:8.33333333%}.profile-blue .col-xl-2{flex:0 0 auto;width:16.66666667%}.profile-blue .col-xl-3{flex:0 0 auto;width:25%}.profile-blue .col-xl-4{flex:0 0 auto;width:33.33333333%}.profile-blue .col-xl-5{flex:0 0 auto;width:41.66666667%}.profile-blue .col-xl-6{flex:0 0 auto;width:50%}.profile-blue .col-xl-7{flex:0 0 auto;width:58.33333333%}.profile-blue .col-xl-8{flex:0 0 auto;width:66.66666667%}.profile-blue .col-xl-9{flex:0 0 auto;width:75%}.profile-blue .col-xl-10{flex:0 0 auto;width:83.33333333%}.profile-blue .col-xl-11{flex:0 0 auto;width:91.66666667%}.profile-blue .col-xl-12{flex:0 0 auto;width:100%}.profile-blue .offset-xl-0{margin-left:0}.profile-blue .offset-xl-1{margin-left:8.33333333%}.profile-blue .offset-xl-2{margin-left:16.66666667%}.profile-blue .offset-xl-3{margin-left:25%}.profile-blue .offset-xl-4{margin-left:33.33333333%}.profile-blue .offset-xl-5{margin-left:41.66666667%}.profile-blue .offset-xl-6{margin-left:50%}.profile-blue .offset-xl-7{margin-left:58.33333333%}.profile-blue .offset-xl-8{margin-left:66.66666667%}.profile-blue .offset-xl-9{margin-left:75%}.profile-blue .offset-xl-10{margin-left:83.33333333%}.profile-blue .offset-xl-11{margin-left:91.66666667%}.profile-blue .g-xl-0,.profile-blue .gx-xl-0{--bs-gutter-x:0}.profile-blue .g-xl-0,.profile-blue .gy-xl-0{--bs-gutter-y:0}.profile-blue .g-xl-1,.profile-blue .gx-xl-1{--bs-gutter-x:0.25rem}.profile-blue .g-xl-1,.profile-blue .gy-xl-1{--bs-gutter-y:0.25rem}.profile-blue .g-xl-2,.profile-blue .gx-xl-2{--bs-gutter-x:0.5rem}.profile-blue .g-xl-2,.profile-blue .gy-xl-2{--bs-gutter-y:0.5rem}.profile-blue .g-xl-3,.profile-blue .gx-xl-3{--bs-gutter-x:1rem}.profile-blue .g-xl-3,.profile-blue .gy-xl-3{--bs-gutter-y:1rem}.profile-blue .g-xl-4,.profile-blue .gx-xl-4{--bs-gutter-x:1.5rem}.profile-blue .g-xl-4,.profile-blue .gy-xl-4{--bs-gutter-y:1.5rem}.profile-blue .g-xl-5,.profile-blue .gx-xl-5{--bs-gutter-x:3rem}.profile-blue .g-xl-5,.profile-blue .gy-xl-5{--bs-gutter-y:3rem}}@media(min-width:1400px){.profile-blue .col-xxl{flex:1 0}.profile-blue .row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.profile-blue .row-cols-xxl-1>*{flex:0 0 auto;width:100%}.profile-blue .row-cols-xxl-2>*{flex:0 0 auto;width:50%}.profile-blue .row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.profile-blue .row-cols-xxl-4>*{flex:0 0 auto;width:25%}.profile-blue .row-cols-xxl-5>*{flex:0 0 auto;width:20%}.profile-blue .row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.profile-blue .col-xxl-auto{flex:0 0 auto;width:auto}.profile-blue .col-xxl-1{flex:0 0 auto;width:8.33333333%}.profile-blue .col-xxl-2{flex:0 0 auto;width:16.66666667%}.profile-blue .col-xxl-3{flex:0 0 auto;width:25%}.profile-blue .col-xxl-4{flex:0 0 auto;width:33.33333333%}.profile-blue .col-xxl-5{flex:0 0 auto;width:41.66666667%}.profile-blue .col-xxl-6{flex:0 0 auto;width:50%}.profile-blue .col-xxl-7{flex:0 0 auto;width:58.33333333%}.profile-blue .col-xxl-8{flex:0 0 auto;width:66.66666667%}.profile-blue .col-xxl-9{flex:0 0 auto;width:75%}.profile-blue .col-xxl-10{flex:0 0 auto;width:83.33333333%}.profile-blue .col-xxl-11{flex:0 0 auto;width:91.66666667%}.profile-blue .col-xxl-12{flex:0 0 auto;width:100%}.profile-blue .offset-xxl-0{margin-left:0}.profile-blue .offset-xxl-1{margin-left:8.33333333%}.profile-blue .offset-xxl-2{margin-left:16.66666667%}.profile-blue .offset-xxl-3{margin-left:25%}.profile-blue .offset-xxl-4{margin-left:33.33333333%}.profile-blue .offset-xxl-5{margin-left:41.66666667%}.profile-blue .offset-xxl-6{margin-left:50%}.profile-blue .offset-xxl-7{margin-left:58.33333333%}.profile-blue .offset-xxl-8{margin-left:66.66666667%}.profile-blue .offset-xxl-9{margin-left:75%}.profile-blue .offset-xxl-10{margin-left:83.33333333%}.profile-blue .offset-xxl-11{margin-left:91.66666667%}.profile-blue .g-xxl-0,.profile-blue .gx-xxl-0{--bs-gutter-x:0}.profile-blue .g-xxl-0,.profile-blue .gy-xxl-0{--bs-gutter-y:0}.profile-blue .g-xxl-1,.profile-blue .gx-xxl-1{--bs-gutter-x:0.25rem}.profile-blue .g-xxl-1,.profile-blue .gy-xxl-1{--bs-gutter-y:0.25rem}.profile-blue .g-xxl-2,.profile-blue .gx-xxl-2{--bs-gutter-x:0.5rem}.profile-blue .g-xxl-2,.profile-blue .gy-xxl-2{--bs-gutter-y:0.5rem}.profile-blue .g-xxl-3,.profile-blue .gx-xxl-3{--bs-gutter-x:1rem}.profile-blue .g-xxl-3,.profile-blue .gy-xxl-3{--bs-gutter-y:1rem}.profile-blue .g-xxl-4,.profile-blue .gx-xxl-4{--bs-gutter-x:1.5rem}.profile-blue .g-xxl-4,.profile-blue .gy-xxl-4{--bs-gutter-y:1.5rem}.profile-blue .g-xxl-5,.profile-blue .gx-xxl-5{--bs-gutter-x:3rem}.profile-blue .g-xxl-5,.profile-blue .gy-xxl-5{--bs-gutter-y:3rem}}.profile-blue .table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:#0000;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb),0.05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb),0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb),0.075);border-color:var(--bs-table-border-color);margin-bottom:1rem;vertical-align:top;width:100%}.profile-blue .table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));color:var(--bs-table-color);color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));padding:.5rem}.profile-blue .table>tbody{vertical-align:inherit}.profile-blue .table>thead{vertical-align:bottom}.profile-blue .table-group-divider{border-top:calc(var(--bs-border-width)*2) solid}.profile-blue .caption-top{caption-side:top}.profile-blue .table-sm>:not(caption)>*>*{padding:.25rem}.profile-blue .table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.profile-blue .table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.profile-blue .table-borderless>:not(caption)>*>*{border-bottom-width:0}.profile-blue .table-borderless>:not(:first-child){border-top-width:0}.profile-blue .table-striped-columns>:not(caption)>tr>:nth-child(2n),.profile-blue .table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.profile-blue .table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.profile-blue .table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.profile-blue .table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#a6b5cc;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000}.profile-blue .table-primary,.profile-blue .table-secondary{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.profile-blue .table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#b5b6b7;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000}.profile-blue .table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#a7b9b1;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000}.profile-blue .table-info,.profile-blue .table-success{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.profile-blue .table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a6c3ca;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000}.profile-blue .table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#ccc2a4;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000}.profile-blue .table-danger,.profile-blue .table-warning{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.profile-blue .table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000}.profile-blue .table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000}.profile-blue .table-dark,.profile-blue .table-light{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.profile-blue .table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#4d5154;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff}.profile-blue .table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media(max-width:575.98px){.profile-blue .table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:767.98px){.profile-blue .table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:991.98px){.profile-blue .table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1199.98px){.profile-blue .table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1399.98px){.profile-blue .table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.profile-blue .form-label{margin-bottom:.5rem}.profile-blue .col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + var(--bs-border-width));padding-top:calc(.375rem + var(--bs-border-width))}.profile-blue .col-form-label-lg{font-size:1.25rem;padding-bottom:calc(.5rem + var(--bs-border-width));padding-top:calc(.5rem + var(--bs-border-width))}.profile-blue .col-form-label-sm{font-size:.875rem;padding-bottom:calc(.25rem + var(--bs-border-width));padding-top:calc(.25rem + var(--bs-border-width))}.profile-blue .form-text{color:var(--bs-secondary-color);font-size:.875em;margin-top:.25rem}.profile-blue .form-control{-webkit-appearance:none;appearance:none;background-clip:padding-box;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);color:var(--bs-body-color);display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.profile-blue .form-control{transition:none}}.profile-blue .form-control[type=file]{overflow:hidden}.profile-blue .form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.profile-blue .form-control:focus{background-color:var(--bs-body-bg);border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;color:var(--bs-body-color);outline:0}.profile-blue .form-control::-webkit-date-and-time-value{height:1.5em;margin:0;min-width:85px}.profile-blue .form-control::-webkit-datetime-edit{display:block;padding:0}.profile-blue .form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.profile-blue .form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.profile-blue .form-control::-webkit-file-upload-button{background-color:var(--bs-tertiary-bg);border:0 solid;border-color:inherit;border-inline-end-width:var(--bs-border-width);border-radius:0;color:var(--bs-body-color);margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.profile-blue .form-control::file-selector-button{background-color:var(--bs-tertiary-bg);border:0 solid;border-color:inherit;border-inline-end-width:var(--bs-border-width);border-radius:0;color:var(--bs-body-color);margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.profile-blue .form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.profile-blue .form-control::file-selector-button{transition:none}}.profile-blue .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}.profile-blue .form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.profile-blue .form-control-plaintext{background-color:#0000;border:solid #0000;border-width:var(--bs-border-width) 0;color:var(--bs-body-color);display:block;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.profile-blue .form-control-plaintext:focus{outline:0}.profile-blue .form-control-plaintext.form-control-lg,.profile-blue .form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.profile-blue .form-control-sm{border-radius:var(--bs-border-radius-sm);font-size:.875rem;min-height:calc(1.5em + .5rem + var(--bs-border-width)*2);padding:.25rem .5rem}.profile-blue .form-control-sm::-webkit-file-upload-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.profile-blue .form-control-sm::file-selector-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.profile-blue .form-control-lg{border-radius:var(--bs-border-radius-lg);font-size:1.25rem;min-height:calc(1.5em + 1rem + var(--bs-border-width)*2);padding:.5rem 1rem}.profile-blue .form-control-lg::-webkit-file-upload-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}.profile-blue .form-control-lg::file-selector-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}.profile-blue textarea.form-control{min-height:calc(1.5em + .75rem + var(--bs-border-width)*2)}.profile-blue textarea.form-control-sm{min-height:calc(1.5em + .5rem + var(--bs-border-width)*2)}.profile-blue textarea.form-control-lg{min-height:calc(1.5em + 1rem + var(--bs-border-width)*2)}.profile-blue .form-control-color{height:calc(1.5em + .75rem + var(--bs-border-width)*2);padding:.375rem;width:3rem}.profile-blue .form-control-color:not(:disabled):not([readonly]){cursor:pointer}.profile-blue .form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.profile-blue .form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.profile-blue .form-control-color.form-control-sm{height:calc(1.5em + .5rem + var(--bs-border-width)*2)}.profile-blue .form-control-color.form-control-lg{height:calc(1.5em + 1rem + var(--bs-border-width)*2)}.profile-blue .form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");-webkit-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),none;background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);color:var(--bs-body-color);display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem 2.25rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.profile-blue .form-select{transition:none}}.profile-blue .form-select:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.profile-blue .form-select[multiple],.profile-blue .form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.profile-blue .form-select:disabled{background-color:var(--bs-secondary-bg)}.profile-blue .form-select:-moz-focusring{color:#0000;text-shadow:0 0 0 var(--bs-body-color)}.profile-blue .form-select-sm{border-radius:var(--bs-border-radius-sm);font-size:.875rem;padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.profile-blue .form-select-lg{border-radius:var(--bs-border-radius-lg);font-size:1.25rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.profile-blue [data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E")}.profile-blue .form-check{display:block;margin-bottom:.125rem;min-height:1.5rem;padding-left:1.5em}.profile-blue .form-check .form-check-input{float:left;margin-left:-1.5em}.profile-blue .form-check-reverse{padding-left:0;padding-right:1.5em;text-align:right}.profile-blue .form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:-1.5em}.profile-blue .form-check-input{--bs-form-check-bg:var(--bs-body-bg);-webkit-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-position:50%;background-repeat:no-repeat;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);flex-shrink:0;height:1em;margin-top:.25em;-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:top;width:1em}.profile-blue .form-check-input[type=checkbox]{border-radius:.25em}.profile-blue .form-check-input[type=radio]{border-radius:50%}.profile-blue .form-check-input:active{filter:brightness(90%)}.profile-blue .form-check-input:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.profile-blue .form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.profile-blue .form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.profile-blue .form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.profile-blue .form-check-input[type=checkbox]:indeterminate{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");background-color:#0d6efd;border-color:#0d6efd}.profile-blue .form-check-input:disabled{filter:none;opacity:.5;pointer-events:none}.profile-blue .form-check-input:disabled~.form-check-label,.profile-blue .form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.profile-blue .form-switch{padding-left:2.5em}.profile-blue .form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-image:var(--bs-form-switch-bg);background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@media(prefers-reduced-motion:reduce){.profile-blue .form-switch .form-check-input{transition:none}}.profile-blue .form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E")}.profile-blue .form-switch .form-check-input:checked{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");background-position:100%}.profile-blue .form-switch.form-check-reverse{padding-left:0;padding-right:2.5em}.profile-blue .form-switch.form-check-reverse .form-check-input{margin-left:0;margin-right:-2.5em}.profile-blue .form-check-inline{display:inline-block;margin-right:1rem}.profile-blue .btn-check{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.profile-blue .btn-check:disabled+.btn,.profile-blue .btn-check[disabled]+.btn{filter:none;opacity:.65;pointer-events:none}.profile-blue [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E")}.profile-blue .form-range{-webkit-appearance:none;appearance:none;background-color:#0000;height:1.5rem;padding:0;width:100%}.profile-blue .form-range:focus{outline:0}.profile-blue .form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.profile-blue .form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.profile-blue .form-range::-moz-focus-outer{border:0}.profile-blue .form-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.profile-blue .form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.profile-blue .form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.profile-blue .form-range::-webkit-slider-runnable-track{background-color:var(--bs-secondary-bg);border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.profile-blue .form-range::-moz-range-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.profile-blue .form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.profile-blue .form-range::-moz-range-thumb:active{background-color:#b6d4fe}.profile-blue .form-range::-moz-range-track{background-color:var(--bs-secondary-bg);border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.profile-blue .form-range:disabled{pointer-events:none}.profile-blue .form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.profile-blue .form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.profile-blue .form-floating{position:relative}.profile-blue .form-floating>.form-control,.profile-blue .form-floating>.form-control-plaintext,.profile-blue .form-floating>.form-select{height:calc(3.5rem + var(--bs-border-width)*2);line-height:1.25;min-height:calc(3.5rem + var(--bs-border-width)*2)}.profile-blue .form-floating>label{border:var(--bs-border-width) solid #0000;height:100%;left:0;overflow:hidden;padding:1rem .75rem;pointer-events:none;position:absolute;text-align:start;text-overflow:ellipsis;top:0;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out;white-space:nowrap;z-index:2}@media(prefers-reduced-motion:reduce){.profile-blue .form-floating>label{transition:none}}.profile-blue .form-floating>.form-control,.profile-blue .form-floating>.form-control-plaintext{padding:1rem .75rem}.profile-blue .form-floating>.form-control-plaintext::placeholder,.profile-blue .form-floating>.form-control::placeholder{color:#0000}.profile-blue .form-floating>.form-control-plaintext:focus,.profile-blue .form-floating>.form-control-plaintext:not(:placeholder-shown),.profile-blue .form-floating>.form-control:focus,.profile-blue .form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.profile-blue .form-floating>.form-control-plaintext:-webkit-autofill,.profile-blue .form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.profile-blue .form-floating>.form-select{padding-bottom:.625rem;padding-top:1.625rem}.profile-blue .form-floating>.form-control-plaintext~label,.profile-blue .form-floating>.form-control:focus~label,.profile-blue .form-floating>.form-control:not(:placeholder-shown)~label,.profile-blue .form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.profile-blue .form-floating>.form-control-plaintext~label:after,.profile-blue .form-floating>.form-control:focus~label:after,.profile-blue .form-floating>.form-control:not(:placeholder-shown)~label:after,.profile-blue .form-floating>.form-select~label:after{background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius);content:"";height:1.5em;inset:1rem .375rem;position:absolute;z-index:-1}.profile-blue .form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.profile-blue .form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.profile-blue .form-floating>.form-control:disabled~label,.profile-blue .form-floating>:disabled~label{color:#6c757d}.profile-blue .form-floating>.form-control:disabled~label:after,.profile-blue .form-floating>:disabled~label:after{background-color:var(--bs-secondary-bg)}.profile-blue .input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.profile-blue .input-group>.form-control,.profile-blue .input-group>.form-floating,.profile-blue .input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.profile-blue .input-group>.form-control:focus,.profile-blue .input-group>.form-floating:focus-within,.profile-blue .input-group>.form-select:focus{z-index:5}.profile-blue .input-group .btn{position:relative;z-index:2}.profile-blue .input-group .btn:focus{z-index:5}.profile-blue .input-group-text{align-items:center;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);color:var(--bs-body-color);display:flex;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;white-space:nowrap}.profile-blue .input-group-lg>.btn,.profile-blue .input-group-lg>.form-control,.profile-blue .input-group-lg>.form-select,.profile-blue .input-group-lg>.input-group-text{border-radius:var(--bs-border-radius-lg);font-size:1.25rem;padding:.5rem 1rem}.profile-blue .input-group-sm>.btn,.profile-blue .input-group-sm>.form-control,.profile-blue .input-group-sm>.form-select,.profile-blue .input-group-sm>.input-group-text{border-radius:var(--bs-border-radius-sm);font-size:.875rem;padding:.25rem .5rem}.profile-blue .input-group-lg>.form-select,.profile-blue .input-group-sm>.form-select{padding-right:3rem}.profile-blue .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.profile-blue .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.profile-blue .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.profile-blue .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.profile-blue .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.profile-blue .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.profile-blue .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.profile-blue .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-bottom-right-radius:0;border-top-right-radius:0}.profile-blue .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:calc(var(--bs-border-width)*-1)}.profile-blue .input-group>.form-floating:not(:first-child)>.form-control,.profile-blue .input-group>.form-floating:not(:first-child)>.form-select{border-bottom-left-radius:0;border-top-left-radius:0}.profile-blue .valid-feedback{color:var(--bs-form-valid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.profile-blue .valid-tooltip{background-color:var(--bs-success);border-radius:var(--bs-border-radius);color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.profile-blue.is-valid~.valid-feedback,.profile-blue.is-valid~.valid-tooltip,.was-validated .profile-blue:valid~.valid-feedback,.was-validated .profile-blue:valid~.valid-tooltip{display:block}.profile-blue .form-control.is-valid,.was-validated .profile-blue .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem)}.profile-blue .form-control.is-valid:focus,.was-validated .profile-blue .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.profile-blue textarea.form-control.is-valid,.was-validated .profile-blue textarea.form-control:valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.profile-blue .form-select.is-valid,.was-validated .profile-blue .form-select:valid{border-color:var(--bs-form-valid-border-color)}.profile-blue .form-select.is-valid:not([multiple]):not([size]),.profile-blue .form-select.is-valid:not([multiple])[size="1"],.was-validated .profile-blue .form-select:valid:not([multiple]):not([size]),.was-validated .profile-blue .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.profile-blue .form-select.is-valid:focus,.was-validated .profile-blue .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.profile-blue .form-control-color.is-valid,.was-validated .profile-blue .form-control-color:valid{width:calc(3.75rem + 1.5em)}.profile-blue .form-check-input.is-valid,.was-validated .profile-blue .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.profile-blue .form-check-input.is-valid:checked,.was-validated .profile-blue .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.profile-blue .form-check-input.is-valid:focus,.was-validated .profile-blue .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.profile-blue .form-check-input.is-valid~.form-check-label,.was-validated .profile-blue .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.profile-blue .form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.profile-blue .input-group>.form-control:not(:focus).is-valid,.profile-blue .input-group>.form-floating:not(:focus-within).is-valid,.profile-blue .input-group>.form-select:not(:focus).is-valid,.was-validated .profile-blue .input-group>.form-control:not(:focus):valid,.was-validated .profile-blue .input-group>.form-floating:not(:focus-within):valid,.was-validated .profile-blue .input-group>.form-select:not(:focus):valid{z-index:3}.profile-blue .invalid-feedback{color:var(--bs-form-invalid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.profile-blue .invalid-tooltip{background-color:var(--bs-danger);border-radius:var(--bs-border-radius);color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.profile-blue.is-invalid~.invalid-feedback,.profile-blue.is-invalid~.invalid-tooltip,.was-validated .profile-blue:invalid~.invalid-feedback,.was-validated .profile-blue:invalid~.invalid-tooltip{display:block}.profile-blue .form-control.is-invalid,.was-validated .profile-blue .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem)}.profile-blue .form-control.is-invalid:focus,.was-validated .profile-blue .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.profile-blue textarea.form-control.is-invalid,.was-validated .profile-blue textarea.form-control:invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.profile-blue .form-select.is-invalid,.was-validated .profile-blue .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.profile-blue .form-select.is-invalid:not([multiple]):not([size]),.profile-blue .form-select.is-invalid:not([multiple])[size="1"],.was-validated .profile-blue .form-select:invalid:not([multiple]):not([size]),.was-validated .profile-blue .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.profile-blue .form-select.is-invalid:focus,.was-validated .profile-blue .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.profile-blue .form-control-color.is-invalid,.was-validated .profile-blue .form-control-color:invalid{width:calc(3.75rem + 1.5em)}.profile-blue .form-check-input.is-invalid,.was-validated .profile-blue .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.profile-blue .form-check-input.is-invalid:checked,.was-validated .profile-blue .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.profile-blue .form-check-input.is-invalid:focus,.was-validated .profile-blue .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.profile-blue .form-check-input.is-invalid~.form-check-label,.was-validated .profile-blue .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.profile-blue .form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.profile-blue .input-group>.form-control:not(:focus).is-invalid,.profile-blue .input-group>.form-floating:not(:focus-within).is-invalid,.profile-blue .input-group>.form-select:not(:focus).is-invalid,.was-validated .profile-blue .input-group>.form-control:not(:focus):invalid,.was-validated .profile-blue .input-group>.form-floating:not(:focus-within):invalid,.was-validated .profile-blue .input-group>.form-select:not(:focus):invalid{z-index:4}.profile-blue .btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:#0000;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:#0000;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:#0000;--bs-btn-box-shadow:inset 0 1px 0 #ffffff26,0 1px 1px rgba(0,0,0,.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);background-color:var(--bs-btn-bg);border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);color:var(--bs-btn-color);cursor:pointer;display:inline-block;font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle}@media(prefers-reduced-motion:reduce){.profile-blue .btn{transition:none}}.profile-blue .btn:hover{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);color:var(--bs-btn-hover-color)}.btn-check+.profile-blue .btn:hover{background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color);color:var(--bs-btn-color)}.profile-blue .btn:focus-visible{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);color:var(--bs-btn-hover-color);outline:0}.btn-check:focus-visible+.profile-blue .btn{border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:checked+.profile-blue .btn,.profile-blue .btn.active,.profile-blue .btn.show,.profile-blue .btn:first-child:active,:not(.btn-check)+.profile-blue .btn:active{background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color);color:var(--bs-btn-active-color)}.btn-check:checked+.profile-blue .btn:focus-visible,.profile-blue .btn.active:focus-visible,.profile-blue .btn.show:focus-visible,.profile-blue .btn:first-child:active:focus-visible,:not(.btn-check)+.profile-blue .btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.profile-blue .btn.disabled,.profile-blue .btn:disabled,fieldset:disabled .profile-blue .btn{background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);color:var(--bs-btn-disabled-color);opacity:var(--bs-btn-disabled-opacity);pointer-events:none}.profile-blue .btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.profile-blue .btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.profile-blue .btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.profile-blue .btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.profile-blue .btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.profile-blue .btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.profile-blue .btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.profile-blue .btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.profile-blue .btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.profile-blue .btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.profile-blue .btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.profile-blue .btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.profile-blue .btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.profile-blue .btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.profile-blue .btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.profile-blue .btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.profile-blue .btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:#0000;--bs-btn-border-color:#0000;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:#0000;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:#0000;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:#0000;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.profile-blue .btn-link:focus-visible{color:var(--bs-btn-color)}.profile-blue .btn-link:hover{color:var(--bs-btn-hover-color)}.profile-blue .btn-group-lg>.btn,.profile-blue .btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.profile-blue .btn-group-sm>.btn,.profile-blue .btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.profile-blue .fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.profile-blue .fade{transition:none}}.profile-blue .fade:not(.show){opacity:0}.profile-blue .collapse:not(.show){display:none}.profile-blue .collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.profile-blue .collapsing{transition:none}}.profile-blue .collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media(prefers-reduced-motion:reduce){.profile-blue .collapsing.collapse-horizontal{transition:none}}.profile-blue .dropdown,.profile-blue .dropdown-center,.profile-blue .dropend,.profile-blue .dropstart,.profile-blue .dropup,.profile-blue .dropup-center{position:relative}.profile-blue .dropdown-toggle{white-space:nowrap}.profile-blue .dropdown-toggle:after{border-bottom:0;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.profile-blue .dropdown-toggle:empty:after{margin-left:0}.profile-blue .dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;background-clip:padding-box;background-color:var(--bs-dropdown-bg);border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius);color:var(--bs-dropdown-color);display:none;font-size:var(--bs-dropdown-font-size);list-style:none;margin:0;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);position:absolute;text-align:left;z-index:var(--bs-dropdown-zindex)}.profile-blue .dropdown-menu[data-bs-popper]{left:0;margin-top:var(--bs-dropdown-spacer);top:100%}.profile-blue .dropdown-menu-start{--bs-position:start}.profile-blue .dropdown-menu-start[data-bs-popper]{left:0;right:auto}.profile-blue .dropdown-menu-end{--bs-position:end}.profile-blue .dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media(min-width:576px){.profile-blue .dropdown-menu-sm-start{--bs-position:start}.profile-blue .dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.profile-blue .dropdown-menu-sm-end{--bs-position:end}.profile-blue .dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media(min-width:768px){.profile-blue .dropdown-menu-md-start{--bs-position:start}.profile-blue .dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.profile-blue .dropdown-menu-md-end{--bs-position:end}.profile-blue .dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media(min-width:992px){.profile-blue .dropdown-menu-lg-start{--bs-position:start}.profile-blue .dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.profile-blue .dropdown-menu-lg-end{--bs-position:end}.profile-blue .dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media(min-width:1200px){.profile-blue .dropdown-menu-xl-start{--bs-position:start}.profile-blue .dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.profile-blue .dropdown-menu-xl-end{--bs-position:end}.profile-blue .dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media(min-width:1400px){.profile-blue .dropdown-menu-xxl-start{--bs-position:start}.profile-blue .dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.profile-blue .dropdown-menu-xxl-end{--bs-position:end}.profile-blue .dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}.profile-blue .dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:var(--bs-dropdown-spacer);margin-top:0;top:auto}.profile-blue .dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.profile-blue .dropup .dropdown-toggle:empty:after{margin-left:0}.profile-blue .dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:var(--bs-dropdown-spacer);margin-top:0;right:auto;top:0}.profile-blue .dropend .dropdown-toggle:after{border-bottom:.3em solid #0000;border-left:.3em solid;border-right:0;border-top:.3em solid #0000;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.profile-blue .dropend .dropdown-toggle:empty:after{margin-left:0}.profile-blue .dropend .dropdown-toggle:after{vertical-align:0}.profile-blue .dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:var(--bs-dropdown-spacer);margin-top:0;right:100%;top:0}.profile-blue .dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.profile-blue .dropstart .dropdown-toggle:before{border-bottom:.3em solid #0000;border-right:.3em solid;border-top:.3em solid #0000;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.profile-blue .dropstart .dropdown-toggle:empty:after{margin-left:0}.profile-blue .dropstart .dropdown-toggle:before{vertical-align:0}.profile-blue .dropdown-divider{border-top:1px solid var(--bs-dropdown-divider-bg);height:0;margin:var(--bs-dropdown-divider-margin-y) 0;opacity:1;overflow:hidden}.profile-blue .dropdown-item{background-color:#0000;border:0;border-radius:0;border-radius:var(--bs-dropdown-item-border-radius,0);clear:both;color:var(--bs-dropdown-link-color);display:block;font-weight:400;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);text-align:inherit;text-decoration:none;white-space:nowrap;width:100%}.profile-blue .dropdown-item:focus,.profile-blue .dropdown-item:hover{background-color:var(--bs-dropdown-link-hover-bg);color:var(--bs-dropdown-link-hover-color)}.profile-blue .dropdown-item.active,.profile-blue .dropdown-item:active{background-color:var(--bs-dropdown-link-active-bg);color:var(--bs-dropdown-link-active-color);text-decoration:none}.profile-blue .dropdown-item.disabled,.profile-blue .dropdown-item:disabled{background-color:#0000;color:var(--bs-dropdown-link-disabled-color);pointer-events:none}.profile-blue .dropdown-menu.show{display:block}.profile-blue .dropdown-header{color:var(--bs-dropdown-header-color);display:block;font-size:.875rem;margin-bottom:0;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);white-space:nowrap}.profile-blue .dropdown-item-text{color:var(--bs-dropdown-link-color);display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)}.profile-blue .dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:#ffffff26;--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.profile-blue .btn-group,.profile-blue .btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.profile-blue .btn-group-vertical>.btn,.profile-blue .btn-group>.btn{flex:1 1 auto;position:relative}.profile-blue .btn-group-vertical>.btn-check:checked+.btn,.profile-blue .btn-group-vertical>.btn-check:focus+.btn,.profile-blue .btn-group-vertical>.btn.active,.profile-blue .btn-group-vertical>.btn:active,.profile-blue .btn-group-vertical>.btn:focus,.profile-blue .btn-group-vertical>.btn:hover,.profile-blue .btn-group>.btn-check:checked+.btn,.profile-blue .btn-group>.btn-check:focus+.btn,.profile-blue .btn-group>.btn.active,.profile-blue .btn-group>.btn:active,.profile-blue .btn-group>.btn:focus,.profile-blue .btn-group>.btn:hover{z-index:1}.profile-blue .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.profile-blue .btn-toolbar .input-group{width:auto}.profile-blue .btn-group{border-radius:var(--bs-border-radius)}.profile-blue .btn-group>.btn-group:not(:first-child),.profile-blue .btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(var(--bs-border-width)*-1)}.profile-blue .btn-group>.btn-group:not(:last-child)>.btn,.profile-blue .btn-group>.btn.dropdown-toggle-split:first-child,.profile-blue .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.profile-blue .btn-group>.btn-group:not(:first-child)>.btn,.profile-blue .btn-group>.btn:nth-child(n+3),.profile-blue .btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.profile-blue .dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropend .profile-blue .dropdown-toggle-split:after,.dropup .profile-blue .dropdown-toggle-split:after,.profile-blue .dropdown-toggle-split:after{margin-left:0}.dropstart .profile-blue .dropdown-toggle-split:before{margin-right:0}.profile-blue .btn-group-sm>.btn+.dropdown-toggle-split,.profile-blue .btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.profile-blue .btn-group-lg>.btn+.dropdown-toggle-split,.profile-blue .btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.profile-blue .btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.profile-blue .btn-group-vertical>.btn,.profile-blue .btn-group-vertical>.btn-group{width:100%}.profile-blue .btn-group-vertical>.btn-group:not(:first-child),.profile-blue .btn-group-vertical>.btn:not(:first-child){margin-top:calc(var(--bs-border-width)*-1)}.profile-blue .btn-group-vertical>.btn-group:not(:last-child)>.btn,.profile-blue .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.profile-blue .btn-group-vertical>.btn-group:not(:first-child)>.btn,.profile-blue .btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.profile-blue .nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.profile-blue .nav-link{background:none;border:0;color:var(--bs-nav-link-color);display:block;font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion:reduce){.profile-blue .nav-link{transition:none}}.profile-blue .nav-link:focus,.profile-blue .nav-link:hover{color:var(--bs-nav-link-hover-color)}.profile-blue .nav-link:focus-visible{box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.profile-blue .nav-link.disabled,.profile-blue .nav-link:disabled{color:var(--bs-nav-link-disabled-color);cursor:default;pointer-events:none}.profile-blue .nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.profile-blue .nav-tabs .nav-link{border:var(--bs-nav-tabs-border-width) solid #0000;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius);margin-bottom:calc(var(--bs-nav-tabs-border-width)*-1)}.profile-blue .nav-tabs .nav-link:focus,.profile-blue .nav-tabs .nav-link:hover{border-color:var(--bs-nav-tabs-link-hover-border-color);isolation:isolate}.profile-blue .nav-tabs .nav-item.show .nav-link,.profile-blue .nav-tabs .nav-link.active{background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color);color:var(--bs-nav-tabs-link-active-color)}.profile-blue .nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--bs-nav-tabs-border-width)*-1)}.profile-blue .nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.profile-blue .nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.profile-blue .nav-pills .nav-link.active,.profile-blue .nav-pills .show>.nav-link{background-color:var(--bs-nav-pills-link-active-bg);color:var(--bs-nav-pills-link-active-color)}.profile-blue .nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.profile-blue .nav-underline .nav-link{border-bottom:var(--bs-nav-underline-border-width) solid #0000;padding-left:0;padding-right:0}.profile-blue .nav-underline .nav-link:focus,.profile-blue .nav-underline .nav-link:hover{border-bottom-color:initial}.profile-blue .nav-underline .nav-link.active,.profile-blue .nav-underline .show>.nav-link{border-bottom-color:initial;color:var(--bs-nav-underline-link-active-color);font-weight:700}.profile-blue .nav-fill .nav-item,.profile-blue .nav-fill>.nav-link{flex:1 1 auto;text-align:center}.profile-blue .nav-justified .nav-item,.profile-blue .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.profile-blue .nav-fill .nav-item .nav-link,.profile-blue .nav-justified .nav-item .nav-link{width:100%}.profile-blue .tab-content>.tab-pane{display:none}.profile-blue .tab-content>.active{display:block}.profile-blue .navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb),0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb),0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(33, 37, 41, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb),0.15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);position:relative}.profile-blue .navbar>.container,.profile-blue .navbar>.container-fluid,.profile-blue .navbar>.container-lg,.profile-blue .navbar>.container-md,.profile-blue .navbar>.container-sm,.profile-blue .navbar>.container-xl,.profile-blue .navbar>.container-xxl{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.profile-blue .navbar-brand{color:var(--bs-navbar-brand-color);font-size:var(--bs-navbar-brand-font-size);margin-right:var(--bs-navbar-brand-margin-end);padding-bottom:var(--bs-navbar-brand-padding-y);padding-top:var(--bs-navbar-brand-padding-y);text-decoration:none;white-space:nowrap}.profile-blue .navbar-brand:focus,.profile-blue .navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.profile-blue .navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.profile-blue .navbar-nav .nav-link.active,.profile-blue .navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.profile-blue .navbar-nav .dropdown-menu{position:static}.profile-blue .navbar-text{color:var(--bs-navbar-color);padding-bottom:.5rem;padding-top:.5rem}.profile-blue .navbar-text a,.profile-blue .navbar-text a:focus,.profile-blue .navbar-text a:hover{color:var(--bs-navbar-active-color)}.profile-blue .navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.profile-blue .navbar-toggler{background-color:#0000;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);color:var(--bs-navbar-color);font-size:var(--bs-navbar-toggler-font-size);line-height:1;padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion:reduce){.profile-blue .navbar-toggler{transition:none}}.profile-blue .navbar-toggler:hover{text-decoration:none}.profile-blue .navbar-toggler:focus{box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width);outline:0;text-decoration:none}.profile-blue .navbar-toggler-icon{background-image:var(--bs-navbar-toggler-icon-bg);background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.profile-blue .navbar-nav-scroll{max-height:75vh;max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media(min-width:576px){.profile-blue .navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.profile-blue .navbar-expand-sm .navbar-nav{flex-direction:row}.profile-blue .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.profile-blue .navbar-expand-sm .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.profile-blue .navbar-expand-sm .navbar-nav-scroll{overflow:visible}.profile-blue .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.profile-blue .navbar-expand-sm .navbar-toggler{display:none}.profile-blue .navbar-expand-sm .offcanvas{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.profile-blue .navbar-expand-sm .offcanvas .offcanvas-header{display:none}.profile-blue .navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:768px){.profile-blue .navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.profile-blue .navbar-expand-md .navbar-nav{flex-direction:row}.profile-blue .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.profile-blue .navbar-expand-md .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.profile-blue .navbar-expand-md .navbar-nav-scroll{overflow:visible}.profile-blue .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.profile-blue .navbar-expand-md .navbar-toggler{display:none}.profile-blue .navbar-expand-md .offcanvas{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.profile-blue .navbar-expand-md .offcanvas .offcanvas-header{display:none}.profile-blue .navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:992px){.profile-blue .navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.profile-blue .navbar-expand-lg .navbar-nav{flex-direction:row}.profile-blue .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.profile-blue .navbar-expand-lg .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.profile-blue .navbar-expand-lg .navbar-nav-scroll{overflow:visible}.profile-blue .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.profile-blue .navbar-expand-lg .navbar-toggler{display:none}.profile-blue .navbar-expand-lg .offcanvas{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.profile-blue .navbar-expand-lg .offcanvas .offcanvas-header{display:none}.profile-blue .navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:1200px){.profile-blue .navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.profile-blue .navbar-expand-xl .navbar-nav{flex-direction:row}.profile-blue .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.profile-blue .navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.profile-blue .navbar-expand-xl .navbar-nav-scroll{overflow:visible}.profile-blue .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.profile-blue .navbar-expand-xl .navbar-toggler{display:none}.profile-blue .navbar-expand-xl .offcanvas{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.profile-blue .navbar-expand-xl .offcanvas .offcanvas-header{display:none}.profile-blue .navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:1400px){.profile-blue .navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.profile-blue .navbar-expand-xxl .navbar-nav{flex-direction:row}.profile-blue .navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.profile-blue .navbar-expand-xxl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.profile-blue .navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.profile-blue .navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.profile-blue .navbar-expand-xxl .navbar-toggler{display:none}.profile-blue .navbar-expand-xxl .offcanvas{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.profile-blue .navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.profile-blue .navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}.profile-blue .navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.profile-blue .navbar-expand .navbar-nav{flex-direction:row}.profile-blue .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.profile-blue .navbar-expand .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.profile-blue .navbar-expand .navbar-nav-scroll{overflow:visible}.profile-blue .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.profile-blue .navbar-expand .navbar-toggler{display:none}.profile-blue .navbar-expand .offcanvas{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.profile-blue .navbar-expand .offcanvas .offcanvas-header{display:none}.profile-blue .navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}.profile-blue .navbar-dark,.profile-blue .navbar[data-bs-theme=dark]{--bs-navbar-color:#ffffff8c;--bs-navbar-hover-color:#ffffffbf;--bs-navbar-disabled-color:#ffffff40;--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:#ffffff1a}.profile-blue .navbar-dark,.profile-blue .navbar[data-bs-theme=dark],.profile-blue [data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.profile-blue .card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb),0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;word-wrap:break-word;background-clip:initial;background-color:var(--bs-card-bg);border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius);color:var(--bs-body-color);display:flex;flex-direction:column;height:var(--bs-card-height);min-width:0;position:relative}.profile-blue .card>hr{margin-left:0;margin-right:0}.profile-blue .card>.list-group{border-bottom:inherit;border-top:inherit}.profile-blue .card>.list-group:first-child{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius);border-top-width:0}.profile-blue .card>.list-group:last-child{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-width:0}.profile-blue .card>.card-header+.list-group,.profile-blue .card>.list-group+.card-footer{border-top:0}.profile-blue .card-body{color:var(--bs-card-color);flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x)}.profile-blue .card-title{color:var(--bs-card-title-color);margin-bottom:var(--bs-card-title-spacer-y)}.profile-blue .card-subtitle{color:var(--bs-card-subtitle-color);margin-bottom:0;margin-top:calc(var(--bs-card-title-spacer-y)*-.5)}.profile-blue .card-text:last-child{margin-bottom:0}.profile-blue .card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.profile-blue .card-header{background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);margin-bottom:0;padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.profile-blue .card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.profile-blue .card-footer{background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.profile-blue .card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.profile-blue .card-header-tabs{border-bottom:0;margin-bottom:calc(var(--bs-card-cap-padding-y)*-1);margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.profile-blue .card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.profile-blue .card-header-pills{margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.profile-blue .card-img-overlay{border-radius:var(--bs-card-inner-border-radius);bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);position:absolute;right:0;top:0}.profile-blue .card-img,.profile-blue .card-img-bottom,.profile-blue .card-img-top{width:100%}.profile-blue .card-img,.profile-blue .card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.profile-blue .card-img,.profile-blue .card-img-bottom{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius)}.profile-blue .card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width:576px){.profile-blue .card-group{display:flex;flex-flow:row wrap}.profile-blue .card-group>.card{flex:1 0;margin-bottom:0}.profile-blue .card-group>.card+.card{border-left:0;margin-left:0}.profile-blue .card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.profile-blue .card-group>.card:not(:last-child) .card-header,.profile-blue .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.profile-blue .card-group>.card:not(:last-child) .card-footer,.profile-blue .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.profile-blue .card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.profile-blue .card-group>.card:not(:first-child) .card-header,.profile-blue .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.profile-blue .card-group>.card:not(:first-child) .card-footer,.profile-blue .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.profile-blue .accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");--bs-accordion-btn-focus-border-color:#86b7fe;--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem #0d6efd40;--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.profile-blue .accordion-button{align-items:center;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;color:var(--bs-accordion-btn-color);display:flex;font-size:1rem;overflow-anchor:none;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);position:relative;text-align:left;transition:var(--bs-accordion-transition);width:100%}@media(prefers-reduced-motion:reduce){.profile-blue .accordion-button{transition:none}}.profile-blue .accordion-button:not(.collapsed){background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);color:var(--bs-accordion-active-color)}.profile-blue .accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.profile-blue .accordion-button:after{background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);content:"";flex-shrink:0;height:var(--bs-accordion-btn-icon-width);margin-left:auto;transition:var(--bs-accordion-btn-icon-transition);width:var(--bs-accordion-btn-icon-width)}@media(prefers-reduced-motion:reduce){.profile-blue .accordion-button:after{transition:none}}.profile-blue .accordion-button:hover{z-index:2}.profile-blue .accordion-button:focus{border-color:var(--bs-accordion-btn-focus-border-color);box-shadow:var(--bs-accordion-btn-focus-box-shadow);outline:0;z-index:3}.profile-blue .accordion-header{margin-bottom:0}.profile-blue .accordion-item{background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);color:var(--bs-accordion-color)}.profile-blue .accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.profile-blue .accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.profile-blue .accordion-item:not(:first-of-type){border-top:0}.profile-blue .accordion-item:last-of-type{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.profile-blue .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-left-radius:var(--bs-accordion-inner-border-radius);border-bottom-right-radius:var(--bs-accordion-inner-border-radius)}.profile-blue .accordion-item:last-of-type .accordion-collapse{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.profile-blue .accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.profile-blue .accordion-flush .accordion-collapse{border-width:0}.profile-blue .accordion-flush .accordion-item{border-left:0;border-radius:0;border-right:0}.profile-blue .accordion-flush .accordion-item:first-child{border-top:0}.profile-blue .accordion-flush .accordion-item:last-child{border-bottom:0}.profile-blue .accordion-flush .accordion-item .accordion-button,.profile-blue .accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}.profile-blue [data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.profile-blue .breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius);display:flex;flex-wrap:wrap;font-size:var(--bs-breadcrumb-font-size);list-style:none;margin-bottom:var(--bs-breadcrumb-margin-bottom);padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)}.profile-blue .breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.profile-blue .breadcrumb-item+.breadcrumb-item:before{color:var(--bs-breadcrumb-divider-color);content:"/";content:var(--bs-breadcrumb-divider,"/");float:left;padding-right:var(--bs-breadcrumb-item-padding-x)}.profile-blue .breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.profile-blue .pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem #0d6efd40;--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;list-style:none;padding-left:0}.profile-blue .page-link{background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);color:var(--bs-pagination-color);display:block;font-size:var(--bs-pagination-font-size);padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);position:relative;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.profile-blue .page-link{transition:none}}.profile-blue .page-link:hover{background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color);color:var(--bs-pagination-hover-color);z-index:2}.profile-blue .page-link:focus{background-color:var(--bs-pagination-focus-bg);box-shadow:var(--bs-pagination-focus-box-shadow);color:var(--bs-pagination-focus-color);outline:0;z-index:3}.active>.profile-blue .page-link,.profile-blue .page-link.active{background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color);color:var(--bs-pagination-active-color);z-index:3}.disabled>.profile-blue .page-link,.profile-blue .page-link.disabled{background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color);color:var(--bs-pagination-disabled-color);pointer-events:none}.profile-blue .page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width)*-1)}.profile-blue .page-item:first-child .page-link{border-bottom-left-radius:var(--bs-pagination-border-radius);border-top-left-radius:var(--bs-pagination-border-radius)}.profile-blue .page-item:last-child .page-link{border-bottom-right-radius:var(--bs-pagination-border-radius);border-top-right-radius:var(--bs-pagination-border-radius)}.profile-blue .pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.profile-blue .pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.profile-blue .badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);border-radius:var(--bs-badge-border-radius);color:var(--bs-badge-color);display:inline-block;font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);text-align:center;vertical-align:initial;white-space:nowrap}.profile-blue .badge:empty{display:none}.profile-blue .btn .badge{position:relative;top:-1px}.profile-blue .alert{--bs-alert-bg:#0000;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:#0000;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);color:var(--bs-alert-color);margin-bottom:var(--bs-alert-margin-bottom);padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);position:relative}.profile-blue .alert-heading{color:inherit}.profile-blue .alert-link{color:var(--bs-alert-link-color);font-weight:700}.profile-blue .alert-dismissible{padding-right:3rem}.profile-blue .alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.profile-blue .alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.profile-blue .alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.profile-blue .alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.profile-blue .alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.profile-blue .alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.profile-blue .alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.profile-blue .alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.profile-blue .alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.profile-blue .progress,.profile-blue .progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width 0.6s ease;background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius);display:flex;font-size:var(--bs-progress-font-size);height:var(--bs-progress-height);overflow:hidden}.profile-blue .progress-bar{background-color:var(--bs-progress-bar-bg);color:var(--bs-progress-bar-color);display:flex;flex-direction:column;justify-content:center;overflow:hidden;text-align:center;transition:var(--bs-progress-bar-transition);white-space:nowrap}@media(prefers-reduced-motion:reduce){.profile-blue .progress-bar{transition:none}}.profile-blue .progress-bar-striped{background-image:linear-gradient(45deg,#ffffff26 25%,#0000 0,#0000 50%,#ffffff26 0,#ffffff26 75%,#0000 0,#0000);background-size:var(--bs-progress-height) var(--bs-progress-height)}.profile-blue .progress-stacked>.progress{overflow:visible}.profile-blue .progress-stacked>.progress>.progress-bar{width:100%}.profile-blue .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.profile-blue .progress-bar-animated{animation:none}}.profile-blue .list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;border-radius:var(--bs-list-group-border-radius);display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.profile-blue .list-group-numbered{counter-reset:section;list-style-type:none}.profile-blue .list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.profile-blue .list-group-item-action{color:var(--bs-list-group-action-color);text-align:inherit;width:100%}.profile-blue .list-group-item-action:focus,.profile-blue .list-group-item-action:hover{background-color:var(--bs-list-group-action-hover-bg);color:var(--bs-list-group-action-hover-color);text-decoration:none;z-index:1}.profile-blue .list-group-item-action:active{background-color:var(--bs-list-group-action-active-bg);color:var(--bs-list-group-action-active-color)}.profile-blue .list-group-item{background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);color:var(--bs-list-group-color);display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);position:relative;text-decoration:none}.profile-blue .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.profile-blue .list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.profile-blue .list-group-item.disabled,.profile-blue .list-group-item:disabled{background-color:var(--bs-list-group-disabled-bg);color:var(--bs-list-group-disabled-color);pointer-events:none}.profile-blue .list-group-item.active{background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color);color:var(--bs-list-group-active-color);z-index:2}.profile-blue .list-group-item+.list-group-item{border-top-width:0}.profile-blue .list-group-item+.list-group-item.active{border-top-width:var(--bs-list-group-border-width);margin-top:calc(var(--bs-list-group-border-width)*-1)}.profile-blue .list-group-horizontal{flex-direction:row}.profile-blue .list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.profile-blue .list-group-horizontal>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.profile-blue .list-group-horizontal>.list-group-item.active{margin-top:0}.profile-blue .list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.profile-blue .list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}@media(min-width:576px){.profile-blue .list-group-horizontal-sm{flex-direction:row}.profile-blue .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.profile-blue .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.profile-blue .list-group-horizontal-sm>.list-group-item.active{margin-top:0}.profile-blue .list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.profile-blue .list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media(min-width:768px){.profile-blue .list-group-horizontal-md{flex-direction:row}.profile-blue .list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.profile-blue .list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.profile-blue .list-group-horizontal-md>.list-group-item.active{margin-top:0}.profile-blue .list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.profile-blue .list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media(min-width:992px){.profile-blue .list-group-horizontal-lg{flex-direction:row}.profile-blue .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.profile-blue .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.profile-blue .list-group-horizontal-lg>.list-group-item.active{margin-top:0}.profile-blue .list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.profile-blue .list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media(min-width:1200px){.profile-blue .list-group-horizontal-xl{flex-direction:row}.profile-blue .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.profile-blue .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.profile-blue .list-group-horizontal-xl>.list-group-item.active{margin-top:0}.profile-blue .list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.profile-blue .list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media(min-width:1400px){.profile-blue .list-group-horizontal-xxl{flex-direction:row}.profile-blue .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.profile-blue .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.profile-blue .list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.profile-blue .list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.profile-blue .list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}.profile-blue .list-group-flush{border-radius:0}.profile-blue .list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.profile-blue .list-group-flush>.list-group-item:last-child{border-bottom-width:0}.profile-blue .list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.profile-blue .list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.profile-blue .list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.profile-blue .list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.profile-blue .list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.profile-blue .list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.profile-blue .list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.profile-blue .list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.profile-blue .btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem #0d6efd40;--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);background:#0000 var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;box-sizing:initial;color:var(--bs-btn-close-color);height:1em;opacity:var(--bs-btn-close-opacity);padding:.25em;width:1em}.profile-blue .btn-close:hover{color:var(--bs-btn-close-color);opacity:var(--bs-btn-close-hover-opacity);text-decoration:none}.profile-blue .btn-close:focus{box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity);outline:0}.profile-blue .btn-close.disabled,.profile-blue .btn-close:disabled{opacity:var(--bs-btn-close-disabled-opacity);pointer-events:none;-webkit-user-select:none;user-select:none}.profile-blue .btn-close-white,.profile-blue [data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.profile-blue .toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);background-clip:padding-box;background-color:var(--bs-toast-bg);border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);border-radius:var(--bs-toast-border-radius);box-shadow:var(--bs-toast-box-shadow);color:var(--bs-toast-color);font-size:var(--bs-toast-font-size);max-width:100%;pointer-events:auto;width:var(--bs-toast-max-width)}.profile-blue .toast.showing{opacity:0}.profile-blue .toast:not(.show){display:none}.profile-blue .toast-container{--bs-toast-zindex:1090;max-width:100%;pointer-events:none;position:absolute;width:-webkit-max-content;width:max-content;z-index:var(--bs-toast-zindex)}.profile-blue .toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.profile-blue .toast-header{align-items:center;background-clip:padding-box;background-color:var(--bs-toast-header-bg);border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));color:var(--bs-toast-header-color);display:flex;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x)}.profile-blue .toast-header .btn-close{margin-left:var(--bs-toast-padding-x);margin-right:calc(var(--bs-toast-padding-x)*-.5)}.profile-blue .toast-body{word-wrap:break-word;padding:var(--bs-toast-padding-x)}.profile-blue .modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:var(--bs-modal-zindex)}.profile-blue .modal-dialog{margin:var(--bs-modal-margin);pointer-events:none;position:relative;width:auto}.modal.fade .profile-blue .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media(prefers-reduced-motion:reduce){.modal.fade .profile-blue .modal-dialog{transition:none}}.modal.show .profile-blue .modal-dialog{transform:none}.modal.modal-static .profile-blue .modal-dialog{transform:scale(1.02)}.profile-blue .modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.profile-blue .modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.profile-blue .modal-dialog-scrollable .modal-body{overflow-y:auto}.profile-blue .modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - var(--bs-modal-margin)*2)}.profile-blue .modal-content{background-clip:padding-box;background-color:var(--bs-modal-bg);border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);color:var(--bs-modal-color);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.profile-blue .modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;background-color:var(--bs-backdrop-bg);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:var(--bs-backdrop-zindex)}.profile-blue .modal-backdrop.fade{opacity:0}.profile-blue .modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.profile-blue .modal-header{align-items:center;border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius);display:flex;flex-shrink:0;justify-content:space-between;padding:var(--bs-modal-header-padding)}.profile-blue .modal-header .btn-close{margin:calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)}.profile-blue .modal-title{line-height:var(--bs-modal-title-line-height);margin-bottom:0}.profile-blue .modal-body{flex:1 1 auto;padding:var(--bs-modal-padding);position:relative}.profile-blue .modal-footer{align-items:center;background-color:var(--bs-modal-footer-bg);border-bottom-left-radius:var(--bs-modal-inner-border-radius);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)}.profile-blue .modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width:576px){.profile-blue .modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.profile-blue .modal-dialog{margin-left:auto;margin-right:auto;max-width:var(--bs-modal-width)}.profile-blue .modal-sm{--bs-modal-width:300px}}@media(min-width:992px){.profile-blue .modal-lg,.profile-blue .modal-xl{--bs-modal-width:800px}}@media(min-width:1200px){.profile-blue .modal-xl{--bs-modal-width:1140px}}.profile-blue .modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.profile-blue .modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.profile-blue .modal-fullscreen .modal-footer,.profile-blue .modal-fullscreen .modal-header{border-radius:0}.profile-blue .modal-fullscreen .modal-body{overflow-y:auto}@media(max-width:575.98px){.profile-blue .modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.profile-blue .modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.profile-blue .modal-fullscreen-sm-down .modal-footer,.profile-blue .modal-fullscreen-sm-down .modal-header{border-radius:0}.profile-blue .modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width:767.98px){.profile-blue .modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.profile-blue .modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.profile-blue .modal-fullscreen-md-down .modal-footer,.profile-blue .modal-fullscreen-md-down .modal-header{border-radius:0}.profile-blue .modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width:991.98px){.profile-blue .modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.profile-blue .modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.profile-blue .modal-fullscreen-lg-down .modal-footer,.profile-blue .modal-fullscreen-lg-down .modal-header{border-radius:0}.profile-blue .modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width:1199.98px){.profile-blue .modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.profile-blue .modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.profile-blue .modal-fullscreen-xl-down .modal-footer,.profile-blue .modal-fullscreen-xl-down .modal-header{border-radius:0}.profile-blue .modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width:1399.98px){.profile-blue .modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.profile-blue .modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.profile-blue .modal-fullscreen-xxl-down .modal-footer,.profile-blue .modal-fullscreen-xxl-down .modal-header{border-radius:0}.profile-blue .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.profile-blue .tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;word-wrap:break-word;display:block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-tooltip-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:var(--bs-tooltip-margin);opacity:0;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-tooltip-zindex)}.profile-blue .tooltip.show{opacity:var(--bs-tooltip-opacity)}.profile-blue .tooltip .tooltip-arrow{display:block;height:var(--bs-tooltip-arrow-height);width:var(--bs-tooltip-arrow-width)}.profile-blue .tooltip .tooltip-arrow:before{border-color:#0000;border-style:solid;content:"";position:absolute}.profile-blue .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.profile-blue .bs-tooltip-top .tooltip-arrow{bottom:calc(var(--bs-tooltip-arrow-height)*-1)}.profile-blue .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.profile-blue .bs-tooltip-top .tooltip-arrow:before{border-top-color:var(--bs-tooltip-bg);border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;top:-1px}.profile-blue .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.profile-blue .bs-tooltip-end .tooltip-arrow{height:var(--bs-tooltip-arrow-width);left:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.profile-blue .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.profile-blue .bs-tooltip-end .tooltip-arrow:before{border-right-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;right:-1px}.profile-blue .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.profile-blue .bs-tooltip-bottom .tooltip-arrow{top:calc(var(--bs-tooltip-arrow-height)*-1)}.profile-blue .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.profile-blue .bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:var(--bs-tooltip-bg);border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);bottom:-1px}.profile-blue .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.profile-blue .bs-tooltip-start .tooltip-arrow{height:var(--bs-tooltip-arrow-width);right:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.profile-blue .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.profile-blue .bs-tooltip-start .tooltip-arrow:before{border-left-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);left:-1px}.profile-blue .tooltip-inner{background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius);color:var(--bs-tooltip-color);max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);text-align:center}.profile-blue .popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);word-wrap:break-word;background-clip:padding-box;background-color:var(--bs-popover-bg);border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius);display:block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-popover-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:var(--bs-popover-max-width);text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-popover-zindex)}.profile-blue .popover .popover-arrow{display:block;height:var(--bs-popover-arrow-height);width:var(--bs-popover-arrow-width)}.profile-blue .popover .popover-arrow:after,.profile-blue .popover .popover-arrow:before{border:0 solid #0000;content:"";display:block;position:absolute}.profile-blue .bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.profile-blue .bs-popover-top>.popover-arrow{bottom:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.profile-blue .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.profile-blue .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.profile-blue .bs-popover-top>.popover-arrow:after,.profile-blue .bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.profile-blue .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.profile-blue .bs-popover-top>.popover-arrow:before{border-top-color:var(--bs-popover-arrow-border);bottom:0}.profile-blue .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.profile-blue .bs-popover-top>.popover-arrow:after{border-top-color:var(--bs-popover-bg);bottom:var(--bs-popover-border-width)}.profile-blue .bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.profile-blue .bs-popover-end>.popover-arrow{height:var(--bs-popover-arrow-width);left:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.profile-blue .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.profile-blue .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.profile-blue .bs-popover-end>.popover-arrow:after,.profile-blue .bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.profile-blue .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.profile-blue .bs-popover-end>.popover-arrow:before{border-right-color:var(--bs-popover-arrow-border);left:0}.profile-blue .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.profile-blue .bs-popover-end>.popover-arrow:after{border-right-color:var(--bs-popover-bg);left:var(--bs-popover-border-width)}.profile-blue .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.profile-blue .bs-popover-bottom>.popover-arrow{top:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.profile-blue .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.profile-blue .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.profile-blue .bs-popover-bottom>.popover-arrow:after,.profile-blue .bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.profile-blue .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.profile-blue .bs-popover-bottom>.popover-arrow:before{border-bottom-color:var(--bs-popover-arrow-border);top:0}.profile-blue .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.profile-blue .bs-popover-bottom>.popover-arrow:after{border-bottom-color:var(--bs-popover-bg);top:var(--bs-popover-border-width)}.profile-blue .bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.profile-blue .bs-popover-bottom .popover-header:before{border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg);content:"";display:block;left:50%;margin-left:calc(var(--bs-popover-arrow-width)*-.5);position:absolute;top:0;width:var(--bs-popover-arrow-width)}.profile-blue .bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.profile-blue .bs-popover-start>.popover-arrow{height:var(--bs-popover-arrow-width);right:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.profile-blue .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.profile-blue .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.profile-blue .bs-popover-start>.popover-arrow:after,.profile-blue .bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.profile-blue .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.profile-blue .bs-popover-start>.popover-arrow:before{border-left-color:var(--bs-popover-arrow-border);right:0}.profile-blue .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.profile-blue .bs-popover-start>.popover-arrow:after{border-left-color:var(--bs-popover-bg);right:var(--bs-popover-border-width)}.profile-blue .popover-header{background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius);color:var(--bs-popover-header-color);font-size:var(--bs-popover-header-font-size);margin-bottom:0;padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)}.profile-blue .popover-header:empty{display:none}.profile-blue .popover-body{color:var(--bs-popover-body-color);padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)}.profile-blue .carousel{position:relative}.profile-blue .carousel.pointer-event{touch-action:pan-y}.profile-blue .carousel-inner{overflow:hidden;position:relative;width:100%}.profile-blue .carousel-inner:after{clear:both;content:"";display:block}.profile-blue .carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.profile-blue .carousel-item{transition:none}}.profile-blue .carousel-item-next,.profile-blue .carousel-item-prev,.profile-blue .carousel-item.active{display:block}.profile-blue .active.carousel-item-end,.profile-blue .carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.profile-blue .active.carousel-item-start,.profile-blue .carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.profile-blue .carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.profile-blue .carousel-fade .carousel-item-next.carousel-item-start,.profile-blue .carousel-fade .carousel-item-prev.carousel-item-end,.profile-blue .carousel-fade .carousel-item.active{opacity:1;z-index:1}.profile-blue .carousel-fade .active.carousel-item-end,.profile-blue .carousel-fade .active.carousel-item-start{opacity:0;transition:opacity 0s .6s;z-index:0}@media(prefers-reduced-motion:reduce){.profile-blue .carousel-fade .active.carousel-item-end,.profile-blue .carousel-fade .active.carousel-item-start{transition:none}}.profile-blue .carousel-control-next,.profile-blue .carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media(prefers-reduced-motion:reduce){.profile-blue .carousel-control-next,.profile-blue .carousel-control-prev{transition:none}}.profile-blue .carousel-control-next:focus,.profile-blue .carousel-control-next:hover,.profile-blue .carousel-control-prev:focus,.profile-blue .carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.profile-blue .carousel-control-prev{left:0}.profile-blue .carousel-control-next{right:0}.profile-blue .carousel-control-next-icon,.profile-blue .carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:2rem;width:2rem}.profile-blue .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")}.profile-blue .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.profile-blue .carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;margin-bottom:1rem;margin-left:15%;margin-right:15%;padding:0;position:absolute;right:0;z-index:2}.profile-blue .carousel-indicators [data-bs-target]{background-clip:padding-box;background-color:#fff;border:0;border-bottom:10px solid #0000;border-top:10px solid #0000;box-sizing:initial;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;transition:opacity .6s ease;width:30px}@media(prefers-reduced-motion:reduce){.profile-blue .carousel-indicators [data-bs-target]{transition:none}}.profile-blue .carousel-indicators .active{opacity:1}.profile-blue .carousel-caption{bottom:1.25rem;color:#fff;left:15%;padding-bottom:1.25rem;padding-top:1.25rem;position:absolute;right:15%;text-align:center}.profile-blue .carousel-dark .carousel-control-next-icon,.profile-blue .carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.profile-blue .carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.profile-blue .carousel-dark .carousel-caption{color:#000}.profile-blue [data-bs-theme=dark] .carousel .carousel-control-next-icon,.profile-blue [data-bs-theme=dark] .carousel .carousel-control-prev-icon,.profile-blue [data-bs-theme=dark].carousel .carousel-control-next-icon,.profile-blue [data-bs-theme=dark].carousel .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.profile-blue [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],.profile-blue [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}.profile-blue [data-bs-theme=dark] .carousel .carousel-caption,.profile-blue [data-bs-theme=dark].carousel .carousel-caption{color:#000}.profile-blue .spinner-border,.profile-blue .spinner-grow{animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);border-radius:50%;display:inline-block;height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);width:var(--bs-spinner-width)}@keyframes spinner-border{to{transform:rotate(1turn)}}.profile-blue .spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border-right-color:currentcolor;border:var(--bs-spinner-border-width) solid;border-right:var(--bs-spinner-border-width) solid #0000}.profile-blue .spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.profile-blue .spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.profile-blue .spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media(prefers-reduced-motion:reduce){.profile-blue .spinner-border,.profile-blue .spinner-grow{--bs-spinner-animation-speed:1.5s}}.profile-blue .offcanvas,.profile-blue .offcanvas-lg,.profile-blue .offcanvas-md,.profile-blue .offcanvas-sm,.profile-blue .offcanvas-xl,.profile-blue .offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media(max-width:575.98px){.profile-blue .offcanvas-sm{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media(max-width:575.98px)and (prefers-reduced-motion:reduce){.profile-blue .offcanvas-sm{transition:none}}@media(max-width:575.98px){.profile-blue .offcanvas-sm.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.profile-blue .offcanvas-sm.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.profile-blue .offcanvas-sm.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.profile-blue .offcanvas-sm.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.profile-blue .offcanvas-sm.show:not(.hiding),.profile-blue .offcanvas-sm.showing{transform:none}.profile-blue .offcanvas-sm.hiding,.profile-blue .offcanvas-sm.show,.profile-blue .offcanvas-sm.showing{visibility:visible}}@media(min-width:576px){.profile-blue .offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.profile-blue .offcanvas-sm .offcanvas-header{display:none}.profile-blue .offcanvas-sm .offcanvas-body{background-color:#0000!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(max-width:767.98px){.profile-blue .offcanvas-md{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media(max-width:767.98px)and (prefers-reduced-motion:reduce){.profile-blue .offcanvas-md{transition:none}}@media(max-width:767.98px){.profile-blue .offcanvas-md.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.profile-blue .offcanvas-md.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.profile-blue .offcanvas-md.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.profile-blue .offcanvas-md.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.profile-blue .offcanvas-md.show:not(.hiding),.profile-blue .offcanvas-md.showing{transform:none}.profile-blue .offcanvas-md.hiding,.profile-blue .offcanvas-md.show,.profile-blue .offcanvas-md.showing{visibility:visible}}@media(min-width:768px){.profile-blue .offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.profile-blue .offcanvas-md .offcanvas-header{display:none}.profile-blue .offcanvas-md .offcanvas-body{background-color:#0000!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(max-width:991.98px){.profile-blue .offcanvas-lg{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media(max-width:991.98px)and (prefers-reduced-motion:reduce){.profile-blue .offcanvas-lg{transition:none}}@media(max-width:991.98px){.profile-blue .offcanvas-lg.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.profile-blue .offcanvas-lg.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.profile-blue .offcanvas-lg.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.profile-blue .offcanvas-lg.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.profile-blue .offcanvas-lg.show:not(.hiding),.profile-blue .offcanvas-lg.showing{transform:none}.profile-blue .offcanvas-lg.hiding,.profile-blue .offcanvas-lg.show,.profile-blue .offcanvas-lg.showing{visibility:visible}}@media(min-width:992px){.profile-blue .offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.profile-blue .offcanvas-lg .offcanvas-header{display:none}.profile-blue .offcanvas-lg .offcanvas-body{background-color:#0000!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(max-width:1199.98px){.profile-blue .offcanvas-xl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media(max-width:1199.98px)and (prefers-reduced-motion:reduce){.profile-blue .offcanvas-xl{transition:none}}@media(max-width:1199.98px){.profile-blue .offcanvas-xl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.profile-blue .offcanvas-xl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.profile-blue .offcanvas-xl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.profile-blue .offcanvas-xl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.profile-blue .offcanvas-xl.show:not(.hiding),.profile-blue .offcanvas-xl.showing{transform:none}.profile-blue .offcanvas-xl.hiding,.profile-blue .offcanvas-xl.show,.profile-blue .offcanvas-xl.showing{visibility:visible}}@media(min-width:1200px){.profile-blue .offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.profile-blue .offcanvas-xl .offcanvas-header{display:none}.profile-blue .offcanvas-xl .offcanvas-body{background-color:#0000!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(max-width:1399.98px){.profile-blue .offcanvas-xxl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media(max-width:1399.98px)and (prefers-reduced-motion:reduce){.profile-blue .offcanvas-xxl{transition:none}}@media(max-width:1399.98px){.profile-blue .offcanvas-xxl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.profile-blue .offcanvas-xxl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.profile-blue .offcanvas-xxl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.profile-blue .offcanvas-xxl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.profile-blue .offcanvas-xxl.show:not(.hiding),.profile-blue .offcanvas-xxl.showing{transform:none}.profile-blue .offcanvas-xxl.hiding,.profile-blue .offcanvas-xxl.show,.profile-blue .offcanvas-xxl.showing{visibility:visible}}@media(min-width:1400px){.profile-blue .offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.profile-blue .offcanvas-xxl .offcanvas-header{display:none}.profile-blue .offcanvas-xxl .offcanvas-body{background-color:#0000!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}.profile-blue .offcanvas{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}@media(prefers-reduced-motion:reduce){.profile-blue .offcanvas{transition:none}}.profile-blue .offcanvas.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.profile-blue .offcanvas.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.profile-blue .offcanvas.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;top:0;transform:translateY(-100%)}.profile-blue .offcanvas.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0;transform:translateY(100%)}.profile-blue .offcanvas.show:not(.hiding),.profile-blue .offcanvas.showing{transform:none}.profile-blue .offcanvas.hiding,.profile-blue .offcanvas.show,.profile-blue .offcanvas.showing{visibility:visible}.profile-blue .offcanvas-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.profile-blue .offcanvas-backdrop.fade{opacity:0}.profile-blue .offcanvas-backdrop.show{opacity:.5}.profile-blue .offcanvas-header{align-items:center;display:flex;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.profile-blue .offcanvas-header .btn-close{margin-bottom:calc(var(--bs-offcanvas-padding-y)*-.5);margin-right:calc(var(--bs-offcanvas-padding-x)*-.5);margin-top:calc(var(--bs-offcanvas-padding-y)*-.5);padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)}.profile-blue .offcanvas-title{line-height:var(--bs-offcanvas-title-line-height);margin-bottom:0}.profile-blue .offcanvas-body{flex-grow:1;overflow-y:auto;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.profile-blue .placeholder{background-color:currentcolor;cursor:wait;display:inline-block;min-height:1em;opacity:.5;vertical-align:middle}.profile-blue .placeholder.btn:before{content:"";display:inline-block}.profile-blue .placeholder-xs{min-height:.6em}.profile-blue .placeholder-sm{min-height:.8em}.profile-blue .placeholder-lg{min-height:1.2em}.profile-blue .placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.profile-blue .placeholder-wave{animation:placeholder-wave 2s linear infinite;-webkit-mask-image:linear-gradient(130deg,#000 55%,#000c 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,#000c 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.profile-blue .clearfix:after{clear:both;content:"";display:block}.profile-blue .text-bg-primary{background-color:RGBA(var(--bs-primary-rgb),1)!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.profile-blue .text-bg-secondary{background-color:RGBA(var(--bs-secondary-rgb),1)!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.profile-blue .text-bg-success{background-color:RGBA(var(--bs-success-rgb),1)!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.profile-blue .text-bg-info{background-color:RGBA(var(--bs-info-rgb),1)!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.profile-blue .text-bg-warning{background-color:RGBA(var(--bs-warning-rgb),1)!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.profile-blue .text-bg-danger{background-color:RGBA(var(--bs-danger-rgb),1)!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.profile-blue .text-bg-light{background-color:RGBA(var(--bs-light-rgb),1)!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.profile-blue .text-bg-dark{background-color:RGBA(var(--bs-dark-rgb),1)!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.profile-blue .link-primary{color:RGBA(var(--bs-primary-rgb),1)!important;color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),1)!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.profile-blue .link-primary:focus,.profile-blue .link-primary:hover{color:#0a58ca!important;color:RGBA(10,88,202,var(--bs-link-opacity,1))!important;text-decoration-color:#0a58ca!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important}.profile-blue .link-secondary{color:RGBA(var(--bs-secondary-rgb),1)!important;color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),1)!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.profile-blue .link-secondary:focus,.profile-blue .link-secondary:hover{color:#565e64!important;color:RGBA(86,94,100,var(--bs-link-opacity,1))!important;text-decoration-color:#565e64!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important}.profile-blue .link-success{color:RGBA(var(--bs-success-rgb),1)!important;color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),1)!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.profile-blue .link-success:focus,.profile-blue .link-success:hover{color:#146c43!important;color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;text-decoration-color:#146c43!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important}.profile-blue .link-info{color:RGBA(var(--bs-info-rgb),1)!important;color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),1)!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.profile-blue .link-info:focus,.profile-blue .link-info:hover{color:#3dd5f3!important;color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;text-decoration-color:#3dd5f3!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important}.profile-blue .link-warning{color:RGBA(var(--bs-warning-rgb),1)!important;color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),1)!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.profile-blue .link-warning:focus,.profile-blue .link-warning:hover{color:#ffcd39!important;color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;text-decoration-color:#ffcd39!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important}.profile-blue .link-danger{color:RGBA(var(--bs-danger-rgb),1)!important;color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),1)!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.profile-blue .link-danger:focus,.profile-blue .link-danger:hover{color:#b02a37!important;color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;text-decoration-color:#b02a37!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important}.profile-blue .link-light{color:RGBA(var(--bs-light-rgb),1)!important;color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),1)!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.profile-blue .link-light:focus,.profile-blue .link-light:hover{color:#f9fafb!important;color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;text-decoration-color:#f9fafb!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.profile-blue .link-dark{color:RGBA(var(--bs-dark-rgb),1)!important;color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),1)!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.profile-blue .link-dark:focus,.profile-blue .link-dark:hover{color:#1a1e21!important;color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;text-decoration-color:#1a1e21!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important}.profile-blue .link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),1)!important;color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),1)!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.profile-blue .link-body-emphasis:focus,.profile-blue .link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),.75)!important;color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),.75)!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important}.profile-blue .focus-ring:focus{box-shadow:0 0 0 var(--bs-focus-ring-width) var(--bs-focus-ring-color);box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);outline:0}.profile-blue .icon-link{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:inline-flex;gap:.375rem;text-decoration-color:rgba(var(--bs-link-color-rgb),.5);text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-underline-offset:.25em}.profile-blue .icon-link>.bi{fill:currentcolor;flex-shrink:0;height:1em;transition:transform .2s ease-in-out;width:1em}@media(prefers-reduced-motion:reduce){.profile-blue .icon-link>.bi{transition:none}}.profile-blue .icon-link-hover:focus-visible>.bi,.profile-blue .icon-link-hover:hover>.bi{transform:translate3d(.25em,0,0);transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.profile-blue .ratio{position:relative;width:100%}.profile-blue .ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.profile-blue .ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.profile-blue .ratio-1x1{--bs-aspect-ratio:100%}.profile-blue .ratio-4x3{--bs-aspect-ratio:75%}.profile-blue .ratio-16x9{--bs-aspect-ratio:56.25%}.profile-blue .ratio-21x9{--bs-aspect-ratio:42.8571428571%}.profile-blue .fixed-top{left:0;position:fixed;right:0;top:0;z-index:1030}.profile-blue .fixed-bottom{bottom:0;left:0;position:fixed;right:0;z-index:1030}.profile-blue .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.profile-blue .sticky-bottom{bottom:0;position:-webkit-sticky;position:sticky;z-index:1020}@media(min-width:576px){.profile-blue .sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.profile-blue .sticky-sm-bottom{bottom:0;position:-webkit-sticky;position:sticky;z-index:1020}}@media(min-width:768px){.profile-blue .sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.profile-blue .sticky-md-bottom{bottom:0;position:-webkit-sticky;position:sticky;z-index:1020}}@media(min-width:992px){.profile-blue .sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.profile-blue .sticky-lg-bottom{bottom:0;position:-webkit-sticky;position:sticky;z-index:1020}}@media(min-width:1200px){.profile-blue .sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.profile-blue .sticky-xl-bottom{bottom:0;position:-webkit-sticky;position:sticky;z-index:1020}}@media(min-width:1400px){.profile-blue .sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.profile-blue .sticky-xxl-bottom{bottom:0;position:-webkit-sticky;position:sticky;z-index:1020}}.profile-blue .hstack{align-items:center;align-self:stretch;display:flex;flex-direction:row}.profile-blue .vstack{align-self:stretch;display:flex;flex:1 1 auto;flex-direction:column}.profile-blue .visually-hidden,.profile-blue .visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;white-space:nowrap!important;width:1px!important}.profile-blue .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.profile-blue .visually-hidden:not(caption){position:absolute!important}.profile-blue .stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.profile-blue .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-blue .vr{align-self:stretch;background-color:currentcolor;display:inline-block;min-height:1em;opacity:.25;width:var(--bs-border-width)}.profile-blue .align-baseline{vertical-align:initial!important}.profile-blue .align-top{vertical-align:top!important}.profile-blue .align-middle{vertical-align:middle!important}.profile-blue .align-bottom{vertical-align:bottom!important}.profile-blue .align-text-bottom{vertical-align:text-bottom!important}.profile-blue .align-text-top{vertical-align:text-top!important}.profile-blue .float-start{float:left!important}.profile-blue .float-end{float:right!important}.profile-blue .float-none{float:none!important}.profile-blue .object-fit-contain{object-fit:contain!important}.profile-blue .object-fit-cover{object-fit:cover!important}.profile-blue .object-fit-fill{object-fit:fill!important}.profile-blue .object-fit-scale{object-fit:scale-down!important}.profile-blue .object-fit-none{object-fit:none!important}.profile-blue .opacity-0{opacity:0!important}.profile-blue .opacity-25{opacity:.25!important}.profile-blue .opacity-50{opacity:.5!important}.profile-blue .opacity-75{opacity:.75!important}.profile-blue .opacity-100{opacity:1!important}.profile-blue .overflow-auto{overflow:auto!important}.profile-blue .overflow-hidden{overflow:hidden!important}.profile-blue .overflow-visible{overflow:visible!important}.profile-blue .overflow-scroll{overflow:scroll!important}.profile-blue .overflow-x-auto{overflow-x:auto!important}.profile-blue .overflow-x-hidden{overflow-x:hidden!important}.profile-blue .overflow-x-visible{overflow-x:visible!important}.profile-blue .overflow-x-scroll{overflow-x:scroll!important}.profile-blue .overflow-y-auto{overflow-y:auto!important}.profile-blue .overflow-y-hidden{overflow-y:hidden!important}.profile-blue .overflow-y-visible{overflow-y:visible!important}.profile-blue .overflow-y-scroll{overflow-y:scroll!important}.profile-blue .d-inline{display:inline!important}.profile-blue .d-inline-block{display:inline-block!important}.profile-blue .d-block{display:block!important}.profile-blue .d-grid{display:grid!important}.profile-blue .d-inline-grid{display:inline-grid!important}.profile-blue .d-table{display:table!important}.profile-blue .d-table-row{display:table-row!important}.profile-blue .d-table-cell{display:table-cell!important}.profile-blue .d-flex{display:flex!important}.profile-blue .d-inline-flex{display:inline-flex!important}.profile-blue .d-none{display:none!important}.profile-blue .shadow{box-shadow:var(--bs-box-shadow)!important}.profile-blue .shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.profile-blue .shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.profile-blue .shadow-none{box-shadow:none!important}.profile-blue .focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb),var(--bs-focus-ring-opacity))}.profile-blue .focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb),var(--bs-focus-ring-opacity))}.profile-blue .focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb),var(--bs-focus-ring-opacity))}.profile-blue .focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb),var(--bs-focus-ring-opacity))}.profile-blue .focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb),var(--bs-focus-ring-opacity))}.profile-blue .focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb),var(--bs-focus-ring-opacity))}.profile-blue .focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb),var(--bs-focus-ring-opacity))}.profile-blue .focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb),var(--bs-focus-ring-opacity))}.profile-blue .position-static{position:static!important}.profile-blue .position-relative{position:relative!important}.profile-blue .position-absolute{position:absolute!important}.profile-blue .position-fixed{position:fixed!important}.profile-blue .position-sticky{position:-webkit-sticky!important;position:sticky!important}.profile-blue .top-0{top:0!important}.profile-blue .top-50{top:50%!important}.profile-blue .top-100{top:100%!important}.profile-blue .bottom-0{bottom:0!important}.profile-blue .bottom-50{bottom:50%!important}.profile-blue .bottom-100{bottom:100%!important}.profile-blue .start-0{left:0!important}.profile-blue .start-50{left:50%!important}.profile-blue .start-100{left:100%!important}.profile-blue .end-0{right:0!important}.profile-blue .end-50{right:50%!important}.profile-blue .end-100{right:100%!important}.profile-blue .translate-middle{transform:translate(-50%,-50%)!important}.profile-blue .translate-middle-x{transform:translateX(-50%)!important}.profile-blue .translate-middle-y{transform:translateY(-50%)!important}.profile-blue .border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.profile-blue .border-0{border:0!important}.profile-blue .border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.profile-blue .border-top-0{border-top:0!important}.profile-blue .border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.profile-blue .border-end-0{border-right:0!important}.profile-blue .border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.profile-blue .border-bottom-0{border-bottom:0!important}.profile-blue .border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.profile-blue .border-start-0{border-left:0!important}.profile-blue .border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.profile-blue .border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.profile-blue .border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.profile-blue .border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.profile-blue .border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.profile-blue .border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.profile-blue .border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.profile-blue .border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.profile-blue .border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.profile-blue .border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.profile-blue .border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.profile-blue .border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.profile-blue .border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.profile-blue .border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.profile-blue .border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.profile-blue .border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.profile-blue .border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.profile-blue .border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.profile-blue .border-1{border-width:1px!important}.profile-blue .border-2{border-width:2px!important}.profile-blue .border-3{border-width:3px!important}.profile-blue .border-4{border-width:4px!important}.profile-blue .border-5{border-width:5px!important}.profile-blue .border-opacity-10{--bs-border-opacity:0.1}.profile-blue .border-opacity-25{--bs-border-opacity:0.25}.profile-blue .border-opacity-50{--bs-border-opacity:0.5}.profile-blue .border-opacity-75{--bs-border-opacity:0.75}.profile-blue .border-opacity-100{--bs-border-opacity:1}.profile-blue .w-25{width:25%!important}.profile-blue .w-50{width:50%!important}.profile-blue .w-75{width:75%!important}.profile-blue .w-100{width:100%!important}.profile-blue .w-auto{width:auto!important}.profile-blue .mw-100{max-width:100%!important}.profile-blue .vw-100{width:100vw!important}.profile-blue .min-vw-100{min-width:100vw!important}.profile-blue .h-25{height:25%!important}.profile-blue .h-50{height:50%!important}.profile-blue .h-75{height:75%!important}.profile-blue .h-100{height:100%!important}.profile-blue .h-auto{height:auto!important}.profile-blue .mh-100{max-height:100%!important}.profile-blue .vh-100{height:100vh!important}.profile-blue .min-vh-100{min-height:100vh!important}.profile-blue .flex-fill{flex:1 1 auto!important}.profile-blue .flex-row{flex-direction:row!important}.profile-blue .flex-column{flex-direction:column!important}.profile-blue .flex-row-reverse{flex-direction:row-reverse!important}.profile-blue .flex-column-reverse{flex-direction:column-reverse!important}.profile-blue .flex-grow-0{flex-grow:0!important}.profile-blue .flex-grow-1{flex-grow:1!important}.profile-blue .flex-shrink-0{flex-shrink:0!important}.profile-blue .flex-shrink-1{flex-shrink:1!important}.profile-blue .flex-wrap{flex-wrap:wrap!important}.profile-blue .flex-nowrap{flex-wrap:nowrap!important}.profile-blue .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.profile-blue .justify-content-start{justify-content:flex-start!important}.profile-blue .justify-content-end{justify-content:flex-end!important}.profile-blue .justify-content-center{justify-content:center!important}.profile-blue .justify-content-between{justify-content:space-between!important}.profile-blue .justify-content-around{justify-content:space-around!important}.profile-blue .justify-content-evenly{justify-content:space-evenly!important}.profile-blue .align-items-start{align-items:flex-start!important}.profile-blue .align-items-end{align-items:flex-end!important}.profile-blue .align-items-center{align-items:center!important}.profile-blue .align-items-baseline{align-items:baseline!important}.profile-blue .align-items-stretch{align-items:stretch!important}.profile-blue .align-content-start{align-content:flex-start!important}.profile-blue .align-content-end{align-content:flex-end!important}.profile-blue .align-content-center{align-content:center!important}.profile-blue .align-content-between{align-content:space-between!important}.profile-blue .align-content-around{align-content:space-around!important}.profile-blue .align-content-stretch{align-content:stretch!important}.profile-blue .align-self-auto{align-self:auto!important}.profile-blue .align-self-start{align-self:flex-start!important}.profile-blue .align-self-end{align-self:flex-end!important}.profile-blue .align-self-center{align-self:center!important}.profile-blue .align-self-baseline{align-self:baseline!important}.profile-blue .align-self-stretch{align-self:stretch!important}.profile-blue .order-first{order:-1!important}.profile-blue .order-0{order:0!important}.profile-blue .order-1{order:1!important}.profile-blue .order-2{order:2!important}.profile-blue .order-3{order:3!important}.profile-blue .order-4{order:4!important}.profile-blue .order-5{order:5!important}.profile-blue .order-last{order:6!important}.profile-blue .m-0{margin:0!important}.profile-blue .m-1{margin:.25rem!important}.profile-blue .m-2{margin:.5rem!important}.profile-blue .m-3{margin:1rem!important}.profile-blue .m-4{margin:1.5rem!important}.profile-blue .m-5{margin:3rem!important}.profile-blue .m-auto{margin:auto!important}.profile-blue .mx-0{margin-left:0!important;margin-right:0!important}.profile-blue .mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.profile-blue .mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.profile-blue .mx-3{margin-left:1rem!important;margin-right:1rem!important}.profile-blue .mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.profile-blue .mx-5{margin-left:3rem!important;margin-right:3rem!important}.profile-blue .mx-auto{margin-left:auto!important;margin-right:auto!important}.profile-blue .my-0{margin-bottom:0!important;margin-top:0!important}.profile-blue .my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.profile-blue .my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.profile-blue .my-3{margin-bottom:1rem!important;margin-top:1rem!important}.profile-blue .my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.profile-blue .my-5{margin-bottom:3rem!important;margin-top:3rem!important}.profile-blue .my-auto{margin-bottom:auto!important;margin-top:auto!important}.profile-blue .mt-0{margin-top:0!important}.profile-blue .mt-1{margin-top:.25rem!important}.profile-blue .mt-2{margin-top:.5rem!important}.profile-blue .mt-3{margin-top:1rem!important}.profile-blue .mt-4{margin-top:1.5rem!important}.profile-blue .mt-5{margin-top:3rem!important}.profile-blue .mt-auto{margin-top:auto!important}.profile-blue .me-0{margin-right:0!important}.profile-blue .me-1{margin-right:.25rem!important}.profile-blue .me-2{margin-right:.5rem!important}.profile-blue .me-3{margin-right:1rem!important}.profile-blue .me-4{margin-right:1.5rem!important}.profile-blue .me-5{margin-right:3rem!important}.profile-blue .me-auto{margin-right:auto!important}.profile-blue .mb-0{margin-bottom:0!important}.profile-blue .mb-1{margin-bottom:.25rem!important}.profile-blue .mb-2{margin-bottom:.5rem!important}.profile-blue .mb-3{margin-bottom:1rem!important}.profile-blue .mb-4{margin-bottom:1.5rem!important}.profile-blue .mb-5{margin-bottom:3rem!important}.profile-blue .mb-auto{margin-bottom:auto!important}.profile-blue .ms-0{margin-left:0!important}.profile-blue .ms-1{margin-left:.25rem!important}.profile-blue .ms-2{margin-left:.5rem!important}.profile-blue .ms-3{margin-left:1rem!important}.profile-blue .ms-4{margin-left:1.5rem!important}.profile-blue .ms-5{margin-left:3rem!important}.profile-blue .ms-auto{margin-left:auto!important}.profile-blue .p-0{padding:0!important}.profile-blue .p-1{padding:.25rem!important}.profile-blue .p-2{padding:.5rem!important}.profile-blue .p-3{padding:1rem!important}.profile-blue .p-4{padding:1.5rem!important}.profile-blue .p-5{padding:3rem!important}.profile-blue .px-0{padding-left:0!important;padding-right:0!important}.profile-blue .px-1{padding-left:.25rem!important;padding-right:.25rem!important}.profile-blue .px-2{padding-left:.5rem!important;padding-right:.5rem!important}.profile-blue .px-3{padding-left:1rem!important;padding-right:1rem!important}.profile-blue .px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.profile-blue .px-5{padding-left:3rem!important;padding-right:3rem!important}.profile-blue .py-0{padding-bottom:0!important;padding-top:0!important}.profile-blue .py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.profile-blue .py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.profile-blue .py-3{padding-bottom:1rem!important;padding-top:1rem!important}.profile-blue .py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.profile-blue .py-5{padding-bottom:3rem!important;padding-top:3rem!important}.profile-blue .pt-0{padding-top:0!important}.profile-blue .pt-1{padding-top:.25rem!important}.profile-blue .pt-2{padding-top:.5rem!important}.profile-blue .pt-3{padding-top:1rem!important}.profile-blue .pt-4{padding-top:1.5rem!important}.profile-blue .pt-5{padding-top:3rem!important}.profile-blue .pe-0{padding-right:0!important}.profile-blue .pe-1{padding-right:.25rem!important}.profile-blue .pe-2{padding-right:.5rem!important}.profile-blue .pe-3{padding-right:1rem!important}.profile-blue .pe-4{padding-right:1.5rem!important}.profile-blue .pe-5{padding-right:3rem!important}.profile-blue .pb-0{padding-bottom:0!important}.profile-blue .pb-1{padding-bottom:.25rem!important}.profile-blue .pb-2{padding-bottom:.5rem!important}.profile-blue .pb-3{padding-bottom:1rem!important}.profile-blue .pb-4{padding-bottom:1.5rem!important}.profile-blue .pb-5{padding-bottom:3rem!important}.profile-blue .ps-0{padding-left:0!important}.profile-blue .ps-1{padding-left:.25rem!important}.profile-blue .ps-2{padding-left:.5rem!important}.profile-blue .ps-3{padding-left:1rem!important}.profile-blue .ps-4{padding-left:1.5rem!important}.profile-blue .ps-5{padding-left:3rem!important}.profile-blue .gap-0{gap:0!important}.profile-blue .gap-1{gap:.25rem!important}.profile-blue .gap-2{gap:.5rem!important}.profile-blue .gap-3{gap:1rem!important}.profile-blue .gap-4{gap:1.5rem!important}.profile-blue .gap-5{gap:3rem!important}.profile-blue .row-gap-0{row-gap:0!important}.profile-blue .row-gap-1{row-gap:.25rem!important}.profile-blue .row-gap-2{row-gap:.5rem!important}.profile-blue .row-gap-3{row-gap:1rem!important}.profile-blue .row-gap-4{row-gap:1.5rem!important}.profile-blue .row-gap-5{row-gap:3rem!important}.profile-blue .column-gap-0{column-gap:0!important}.profile-blue .column-gap-1{column-gap:.25rem!important}.profile-blue .column-gap-2{column-gap:.5rem!important}.profile-blue .column-gap-3{column-gap:1rem!important}.profile-blue .column-gap-4{column-gap:1.5rem!important}.profile-blue .column-gap-5{column-gap:3rem!important}.profile-blue .font-monospace{font-family:var(--bs-font-monospace)!important}.profile-blue .fs-1{font-size:calc(1.375rem + 1.5vw)!important}.profile-blue .fs-2{font-size:calc(1.325rem + .9vw)!important}.profile-blue .fs-3{font-size:calc(1.3rem + .6vw)!important}.profile-blue .fs-4{font-size:calc(1.275rem + .3vw)!important}.profile-blue .fs-5{font-size:1.25rem!important}.profile-blue .fs-6{font-size:1rem!important}.profile-blue .fst-italic{font-style:italic!important}.profile-blue .fst-normal{font-style:normal!important}.profile-blue .fw-lighter{font-weight:lighter!important}.profile-blue .fw-light{font-weight:300!important}.profile-blue .fw-normal{font-weight:400!important}.profile-blue .fw-medium{font-weight:500!important}.profile-blue .fw-semibold{font-weight:600!important}.profile-blue .fw-bold{font-weight:700!important}.profile-blue .fw-bolder{font-weight:bolder!important}.profile-blue .lh-1{line-height:1!important}.profile-blue .lh-sm{line-height:1.25!important}.profile-blue .lh-base{line-height:1.5!important}.profile-blue .lh-lg{line-height:2!important}.profile-blue .text-start{text-align:left!important}.profile-blue .text-end{text-align:right!important}.profile-blue .text-center{text-align:center!important}.profile-blue .text-decoration-none{text-decoration:none!important}.profile-blue .text-decoration-underline{text-decoration:underline!important}.profile-blue .text-decoration-line-through{text-decoration:line-through!important}.profile-blue .text-lowercase{text-transform:lowercase!important}.profile-blue .text-uppercase{text-transform:uppercase!important}.profile-blue .text-capitalize{text-transform:capitalize!important}.profile-blue .text-wrap{white-space:normal!important}.profile-blue .text-nowrap{white-space:nowrap!important}.profile-blue .text-break{word-wrap:break-word!important;word-break:break-word!important}.profile-blue .text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.profile-blue .text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.profile-blue .text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.profile-blue .text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.profile-blue .text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.profile-blue .text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.profile-blue .text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.profile-blue .text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.profile-blue .text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.profile-blue .text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.profile-blue .text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.profile-blue .text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.profile-blue .text-black-50{--bs-text-opacity:1;color:#00000080!important}.profile-blue .text-white-50{--bs-text-opacity:1;color:#ffffff80!important}.profile-blue .text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.profile-blue .text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.profile-blue .text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.profile-blue .text-reset{--bs-text-opacity:1;color:inherit!important}.profile-blue .text-opacity-25{--bs-text-opacity:0.25}.profile-blue .text-opacity-50{--bs-text-opacity:0.5}.profile-blue .text-opacity-75{--bs-text-opacity:0.75}.profile-blue .text-opacity-100{--bs-text-opacity:1}.profile-blue .text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.profile-blue .text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.profile-blue .text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.profile-blue .text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.profile-blue .text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.profile-blue .text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.profile-blue .text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.profile-blue .text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.profile-blue .link-opacity-10,.profile-blue .link-opacity-10-hover:hover{--bs-link-opacity:0.1}.profile-blue .link-opacity-25,.profile-blue .link-opacity-25-hover:hover{--bs-link-opacity:0.25}.profile-blue .link-opacity-50,.profile-blue .link-opacity-50-hover:hover{--bs-link-opacity:0.5}.profile-blue .link-opacity-75,.profile-blue .link-opacity-75-hover:hover{--bs-link-opacity:0.75}.profile-blue .link-opacity-100,.profile-blue .link-opacity-100-hover:hover{--bs-link-opacity:1}.profile-blue .link-offset-1,.profile-blue .link-offset-1-hover:hover{text-underline-offset:.125em!important}.profile-blue .link-offset-2,.profile-blue .link-offset-2-hover:hover{text-underline-offset:.25em!important}.profile-blue .link-offset-3,.profile-blue .link-offset-3-hover:hover{text-underline-offset:.375em!important}.profile-blue .link-underline-primary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.profile-blue .link-underline-secondary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.profile-blue .link-underline-success{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.profile-blue .link-underline-info{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.profile-blue .link-underline-warning{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.profile-blue .link-underline-danger{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.profile-blue .link-underline-light{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.profile-blue .link-underline-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.profile-blue .link-underline{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-link-color-rgb),1)!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.profile-blue .link-underline-opacity-0,.profile-blue .link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.profile-blue .link-underline-opacity-10,.profile-blue .link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.profile-blue .link-underline-opacity-25,.profile-blue .link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.profile-blue .link-underline-opacity-50,.profile-blue .link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.profile-blue .link-underline-opacity-75,.profile-blue .link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.profile-blue .link-underline-opacity-100,.profile-blue .link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.profile-blue .bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.profile-blue .bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.profile-blue .bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.profile-blue .bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.profile-blue .bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.profile-blue .bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.profile-blue .bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.profile-blue .bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.profile-blue .bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.profile-blue .bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.profile-blue .bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.profile-blue .bg-transparent{--bs-bg-opacity:1;background-color:#0000!important}.profile-blue .bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.profile-blue .bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.profile-blue .bg-opacity-10{--bs-bg-opacity:0.1}.profile-blue .bg-opacity-25{--bs-bg-opacity:0.25}.profile-blue .bg-opacity-50{--bs-bg-opacity:0.5}.profile-blue .bg-opacity-75{--bs-bg-opacity:0.75}.profile-blue .bg-opacity-100{--bs-bg-opacity:1}.profile-blue .bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.profile-blue .bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.profile-blue .bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.profile-blue .bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.profile-blue .bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.profile-blue .bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.profile-blue .bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.profile-blue .bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.profile-blue .bg-gradient{background-image:var(--bs-gradient)!important}.profile-blue .user-select-all{-webkit-user-select:all!important;user-select:all!important}.profile-blue .user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.profile-blue .user-select-none{-webkit-user-select:none!important;user-select:none!important}.profile-blue .pe-none{pointer-events:none!important}.profile-blue .pe-auto{pointer-events:auto!important}.profile-blue .rounded{border-radius:var(--bs-border-radius)!important}.profile-blue .rounded-0{border-radius:0!important}.profile-blue .rounded-1{border-radius:var(--bs-border-radius-sm)!important}.profile-blue .rounded-2{border-radius:var(--bs-border-radius)!important}.profile-blue .rounded-3{border-radius:var(--bs-border-radius-lg)!important}.profile-blue .rounded-4{border-radius:var(--bs-border-radius-xl)!important}.profile-blue .rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.profile-blue .rounded-circle{border-radius:50%!important}.profile-blue .rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.profile-blue .rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.profile-blue .rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.profile-blue .rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.profile-blue .rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.profile-blue .rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.profile-blue .rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.profile-blue .rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.profile-blue .rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.profile-blue .rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.profile-blue .rounded-end{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.profile-blue .rounded-end-0{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.profile-blue .rounded-end-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.profile-blue .rounded-end-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.profile-blue .rounded-end-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.profile-blue .rounded-end-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.profile-blue .rounded-end-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.profile-blue .rounded-end-circle{border-bottom-right-radius:50%!important;border-top-right-radius:50%!important}.profile-blue .rounded-end-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.profile-blue .rounded-bottom{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.profile-blue .rounded-bottom-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.profile-blue .rounded-bottom-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.profile-blue .rounded-bottom-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.profile-blue .rounded-bottom-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.profile-blue .rounded-bottom-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.profile-blue .rounded-bottom-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.profile-blue .rounded-bottom-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.profile-blue .rounded-bottom-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.profile-blue .rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.profile-blue .rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.profile-blue .rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.profile-blue .rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.profile-blue .rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.profile-blue .rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.profile-blue .rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.profile-blue .rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.profile-blue .rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.profile-blue .visible{visibility:visible!important}.profile-blue .invisible{visibility:hidden!important}.profile-blue .z-n1{z-index:-1!important}.profile-blue .z-0{z-index:0!important}.profile-blue .z-1{z-index:1!important}.profile-blue .z-2{z-index:2!important}.profile-blue .z-3{z-index:3!important}@media(min-width:576px){.profile-blue .float-sm-start{float:left!important}.profile-blue .float-sm-end{float:right!important}.profile-blue .float-sm-none{float:none!important}.profile-blue .object-fit-sm-contain{object-fit:contain!important}.profile-blue .object-fit-sm-cover{object-fit:cover!important}.profile-blue .object-fit-sm-fill{object-fit:fill!important}.profile-blue .object-fit-sm-scale{object-fit:scale-down!important}.profile-blue .object-fit-sm-none{object-fit:none!important}.profile-blue .d-sm-inline{display:inline!important}.profile-blue .d-sm-inline-block{display:inline-block!important}.profile-blue .d-sm-block{display:block!important}.profile-blue .d-sm-grid{display:grid!important}.profile-blue .d-sm-inline-grid{display:inline-grid!important}.profile-blue .d-sm-table{display:table!important}.profile-blue .d-sm-table-row{display:table-row!important}.profile-blue .d-sm-table-cell{display:table-cell!important}.profile-blue .d-sm-flex{display:flex!important}.profile-blue .d-sm-inline-flex{display:inline-flex!important}.profile-blue .d-sm-none{display:none!important}.profile-blue .flex-sm-fill{flex:1 1 auto!important}.profile-blue .flex-sm-row{flex-direction:row!important}.profile-blue .flex-sm-column{flex-direction:column!important}.profile-blue .flex-sm-row-reverse{flex-direction:row-reverse!important}.profile-blue .flex-sm-column-reverse{flex-direction:column-reverse!important}.profile-blue .flex-sm-grow-0{flex-grow:0!important}.profile-blue .flex-sm-grow-1{flex-grow:1!important}.profile-blue .flex-sm-shrink-0{flex-shrink:0!important}.profile-blue .flex-sm-shrink-1{flex-shrink:1!important}.profile-blue .flex-sm-wrap{flex-wrap:wrap!important}.profile-blue .flex-sm-nowrap{flex-wrap:nowrap!important}.profile-blue .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.profile-blue .justify-content-sm-start{justify-content:flex-start!important}.profile-blue .justify-content-sm-end{justify-content:flex-end!important}.profile-blue .justify-content-sm-center{justify-content:center!important}.profile-blue .justify-content-sm-between{justify-content:space-between!important}.profile-blue .justify-content-sm-around{justify-content:space-around!important}.profile-blue .justify-content-sm-evenly{justify-content:space-evenly!important}.profile-blue .align-items-sm-start{align-items:flex-start!important}.profile-blue .align-items-sm-end{align-items:flex-end!important}.profile-blue .align-items-sm-center{align-items:center!important}.profile-blue .align-items-sm-baseline{align-items:baseline!important}.profile-blue .align-items-sm-stretch{align-items:stretch!important}.profile-blue .align-content-sm-start{align-content:flex-start!important}.profile-blue .align-content-sm-end{align-content:flex-end!important}.profile-blue .align-content-sm-center{align-content:center!important}.profile-blue .align-content-sm-between{align-content:space-between!important}.profile-blue .align-content-sm-around{align-content:space-around!important}.profile-blue .align-content-sm-stretch{align-content:stretch!important}.profile-blue .align-self-sm-auto{align-self:auto!important}.profile-blue .align-self-sm-start{align-self:flex-start!important}.profile-blue .align-self-sm-end{align-self:flex-end!important}.profile-blue .align-self-sm-center{align-self:center!important}.profile-blue .align-self-sm-baseline{align-self:baseline!important}.profile-blue .align-self-sm-stretch{align-self:stretch!important}.profile-blue .order-sm-first{order:-1!important}.profile-blue .order-sm-0{order:0!important}.profile-blue .order-sm-1{order:1!important}.profile-blue .order-sm-2{order:2!important}.profile-blue .order-sm-3{order:3!important}.profile-blue .order-sm-4{order:4!important}.profile-blue .order-sm-5{order:5!important}.profile-blue .order-sm-last{order:6!important}.profile-blue .m-sm-0{margin:0!important}.profile-blue .m-sm-1{margin:.25rem!important}.profile-blue .m-sm-2{margin:.5rem!important}.profile-blue .m-sm-3{margin:1rem!important}.profile-blue .m-sm-4{margin:1.5rem!important}.profile-blue .m-sm-5{margin:3rem!important}.profile-blue .m-sm-auto{margin:auto!important}.profile-blue .mx-sm-0{margin-left:0!important;margin-right:0!important}.profile-blue .mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.profile-blue .mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.profile-blue .mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.profile-blue .mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.profile-blue .mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.profile-blue .mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.profile-blue .my-sm-0{margin-bottom:0!important;margin-top:0!important}.profile-blue .my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.profile-blue .my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.profile-blue .my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.profile-blue .my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.profile-blue .my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.profile-blue .my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.profile-blue .mt-sm-0{margin-top:0!important}.profile-blue .mt-sm-1{margin-top:.25rem!important}.profile-blue .mt-sm-2{margin-top:.5rem!important}.profile-blue .mt-sm-3{margin-top:1rem!important}.profile-blue .mt-sm-4{margin-top:1.5rem!important}.profile-blue .mt-sm-5{margin-top:3rem!important}.profile-blue .mt-sm-auto{margin-top:auto!important}.profile-blue .me-sm-0{margin-right:0!important}.profile-blue .me-sm-1{margin-right:.25rem!important}.profile-blue .me-sm-2{margin-right:.5rem!important}.profile-blue .me-sm-3{margin-right:1rem!important}.profile-blue .me-sm-4{margin-right:1.5rem!important}.profile-blue .me-sm-5{margin-right:3rem!important}.profile-blue .me-sm-auto{margin-right:auto!important}.profile-blue .mb-sm-0{margin-bottom:0!important}.profile-blue .mb-sm-1{margin-bottom:.25rem!important}.profile-blue .mb-sm-2{margin-bottom:.5rem!important}.profile-blue .mb-sm-3{margin-bottom:1rem!important}.profile-blue .mb-sm-4{margin-bottom:1.5rem!important}.profile-blue .mb-sm-5{margin-bottom:3rem!important}.profile-blue .mb-sm-auto{margin-bottom:auto!important}.profile-blue .ms-sm-0{margin-left:0!important}.profile-blue .ms-sm-1{margin-left:.25rem!important}.profile-blue .ms-sm-2{margin-left:.5rem!important}.profile-blue .ms-sm-3{margin-left:1rem!important}.profile-blue .ms-sm-4{margin-left:1.5rem!important}.profile-blue .ms-sm-5{margin-left:3rem!important}.profile-blue .ms-sm-auto{margin-left:auto!important}.profile-blue .p-sm-0{padding:0!important}.profile-blue .p-sm-1{padding:.25rem!important}.profile-blue .p-sm-2{padding:.5rem!important}.profile-blue .p-sm-3{padding:1rem!important}.profile-blue .p-sm-4{padding:1.5rem!important}.profile-blue .p-sm-5{padding:3rem!important}.profile-blue .px-sm-0{padding-left:0!important;padding-right:0!important}.profile-blue .px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.profile-blue .px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.profile-blue .px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.profile-blue .px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.profile-blue .px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.profile-blue .py-sm-0{padding-bottom:0!important;padding-top:0!important}.profile-blue .py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.profile-blue .py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.profile-blue .py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.profile-blue .py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.profile-blue .py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.profile-blue .pt-sm-0{padding-top:0!important}.profile-blue .pt-sm-1{padding-top:.25rem!important}.profile-blue .pt-sm-2{padding-top:.5rem!important}.profile-blue .pt-sm-3{padding-top:1rem!important}.profile-blue .pt-sm-4{padding-top:1.5rem!important}.profile-blue .pt-sm-5{padding-top:3rem!important}.profile-blue .pe-sm-0{padding-right:0!important}.profile-blue .pe-sm-1{padding-right:.25rem!important}.profile-blue .pe-sm-2{padding-right:.5rem!important}.profile-blue .pe-sm-3{padding-right:1rem!important}.profile-blue .pe-sm-4{padding-right:1.5rem!important}.profile-blue .pe-sm-5{padding-right:3rem!important}.profile-blue .pb-sm-0{padding-bottom:0!important}.profile-blue .pb-sm-1{padding-bottom:.25rem!important}.profile-blue .pb-sm-2{padding-bottom:.5rem!important}.profile-blue .pb-sm-3{padding-bottom:1rem!important}.profile-blue .pb-sm-4{padding-bottom:1.5rem!important}.profile-blue .pb-sm-5{padding-bottom:3rem!important}.profile-blue .ps-sm-0{padding-left:0!important}.profile-blue .ps-sm-1{padding-left:.25rem!important}.profile-blue .ps-sm-2{padding-left:.5rem!important}.profile-blue .ps-sm-3{padding-left:1rem!important}.profile-blue .ps-sm-4{padding-left:1.5rem!important}.profile-blue .ps-sm-5{padding-left:3rem!important}.profile-blue .gap-sm-0{gap:0!important}.profile-blue .gap-sm-1{gap:.25rem!important}.profile-blue .gap-sm-2{gap:.5rem!important}.profile-blue .gap-sm-3{gap:1rem!important}.profile-blue .gap-sm-4{gap:1.5rem!important}.profile-blue .gap-sm-5{gap:3rem!important}.profile-blue .row-gap-sm-0{row-gap:0!important}.profile-blue .row-gap-sm-1{row-gap:.25rem!important}.profile-blue .row-gap-sm-2{row-gap:.5rem!important}.profile-blue .row-gap-sm-3{row-gap:1rem!important}.profile-blue .row-gap-sm-4{row-gap:1.5rem!important}.profile-blue .row-gap-sm-5{row-gap:3rem!important}.profile-blue .column-gap-sm-0{column-gap:0!important}.profile-blue .column-gap-sm-1{column-gap:.25rem!important}.profile-blue .column-gap-sm-2{column-gap:.5rem!important}.profile-blue .column-gap-sm-3{column-gap:1rem!important}.profile-blue .column-gap-sm-4{column-gap:1.5rem!important}.profile-blue .column-gap-sm-5{column-gap:3rem!important}.profile-blue .text-sm-start{text-align:left!important}.profile-blue .text-sm-end{text-align:right!important}.profile-blue .text-sm-center{text-align:center!important}}@media(min-width:768px){.profile-blue .float-md-start{float:left!important}.profile-blue .float-md-end{float:right!important}.profile-blue .float-md-none{float:none!important}.profile-blue .object-fit-md-contain{object-fit:contain!important}.profile-blue .object-fit-md-cover{object-fit:cover!important}.profile-blue .object-fit-md-fill{object-fit:fill!important}.profile-blue .object-fit-md-scale{object-fit:scale-down!important}.profile-blue .object-fit-md-none{object-fit:none!important}.profile-blue .d-md-inline{display:inline!important}.profile-blue .d-md-inline-block{display:inline-block!important}.profile-blue .d-md-block{display:block!important}.profile-blue .d-md-grid{display:grid!important}.profile-blue .d-md-inline-grid{display:inline-grid!important}.profile-blue .d-md-table{display:table!important}.profile-blue .d-md-table-row{display:table-row!important}.profile-blue .d-md-table-cell{display:table-cell!important}.profile-blue .d-md-flex{display:flex!important}.profile-blue .d-md-inline-flex{display:inline-flex!important}.profile-blue .d-md-none{display:none!important}.profile-blue .flex-md-fill{flex:1 1 auto!important}.profile-blue .flex-md-row{flex-direction:row!important}.profile-blue .flex-md-column{flex-direction:column!important}.profile-blue .flex-md-row-reverse{flex-direction:row-reverse!important}.profile-blue .flex-md-column-reverse{flex-direction:column-reverse!important}.profile-blue .flex-md-grow-0{flex-grow:0!important}.profile-blue .flex-md-grow-1{flex-grow:1!important}.profile-blue .flex-md-shrink-0{flex-shrink:0!important}.profile-blue .flex-md-shrink-1{flex-shrink:1!important}.profile-blue .flex-md-wrap{flex-wrap:wrap!important}.profile-blue .flex-md-nowrap{flex-wrap:nowrap!important}.profile-blue .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.profile-blue .justify-content-md-start{justify-content:flex-start!important}.profile-blue .justify-content-md-end{justify-content:flex-end!important}.profile-blue .justify-content-md-center{justify-content:center!important}.profile-blue .justify-content-md-between{justify-content:space-between!important}.profile-blue .justify-content-md-around{justify-content:space-around!important}.profile-blue .justify-content-md-evenly{justify-content:space-evenly!important}.profile-blue .align-items-md-start{align-items:flex-start!important}.profile-blue .align-items-md-end{align-items:flex-end!important}.profile-blue .align-items-md-center{align-items:center!important}.profile-blue .align-items-md-baseline{align-items:baseline!important}.profile-blue .align-items-md-stretch{align-items:stretch!important}.profile-blue .align-content-md-start{align-content:flex-start!important}.profile-blue .align-content-md-end{align-content:flex-end!important}.profile-blue .align-content-md-center{align-content:center!important}.profile-blue .align-content-md-between{align-content:space-between!important}.profile-blue .align-content-md-around{align-content:space-around!important}.profile-blue .align-content-md-stretch{align-content:stretch!important}.profile-blue .align-self-md-auto{align-self:auto!important}.profile-blue .align-self-md-start{align-self:flex-start!important}.profile-blue .align-self-md-end{align-self:flex-end!important}.profile-blue .align-self-md-center{align-self:center!important}.profile-blue .align-self-md-baseline{align-self:baseline!important}.profile-blue .align-self-md-stretch{align-self:stretch!important}.profile-blue .order-md-first{order:-1!important}.profile-blue .order-md-0{order:0!important}.profile-blue .order-md-1{order:1!important}.profile-blue .order-md-2{order:2!important}.profile-blue .order-md-3{order:3!important}.profile-blue .order-md-4{order:4!important}.profile-blue .order-md-5{order:5!important}.profile-blue .order-md-last{order:6!important}.profile-blue .m-md-0{margin:0!important}.profile-blue .m-md-1{margin:.25rem!important}.profile-blue .m-md-2{margin:.5rem!important}.profile-blue .m-md-3{margin:1rem!important}.profile-blue .m-md-4{margin:1.5rem!important}.profile-blue .m-md-5{margin:3rem!important}.profile-blue .m-md-auto{margin:auto!important}.profile-blue .mx-md-0{margin-left:0!important;margin-right:0!important}.profile-blue .mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.profile-blue .mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.profile-blue .mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.profile-blue .mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.profile-blue .mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.profile-blue .mx-md-auto{margin-left:auto!important;margin-right:auto!important}.profile-blue .my-md-0{margin-bottom:0!important;margin-top:0!important}.profile-blue .my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.profile-blue .my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.profile-blue .my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.profile-blue .my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.profile-blue .my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.profile-blue .my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.profile-blue .mt-md-0{margin-top:0!important}.profile-blue .mt-md-1{margin-top:.25rem!important}.profile-blue .mt-md-2{margin-top:.5rem!important}.profile-blue .mt-md-3{margin-top:1rem!important}.profile-blue .mt-md-4{margin-top:1.5rem!important}.profile-blue .mt-md-5{margin-top:3rem!important}.profile-blue .mt-md-auto{margin-top:auto!important}.profile-blue .me-md-0{margin-right:0!important}.profile-blue .me-md-1{margin-right:.25rem!important}.profile-blue .me-md-2{margin-right:.5rem!important}.profile-blue .me-md-3{margin-right:1rem!important}.profile-blue .me-md-4{margin-right:1.5rem!important}.profile-blue .me-md-5{margin-right:3rem!important}.profile-blue .me-md-auto{margin-right:auto!important}.profile-blue .mb-md-0{margin-bottom:0!important}.profile-blue .mb-md-1{margin-bottom:.25rem!important}.profile-blue .mb-md-2{margin-bottom:.5rem!important}.profile-blue .mb-md-3{margin-bottom:1rem!important}.profile-blue .mb-md-4{margin-bottom:1.5rem!important}.profile-blue .mb-md-5{margin-bottom:3rem!important}.profile-blue .mb-md-auto{margin-bottom:auto!important}.profile-blue .ms-md-0{margin-left:0!important}.profile-blue .ms-md-1{margin-left:.25rem!important}.profile-blue .ms-md-2{margin-left:.5rem!important}.profile-blue .ms-md-3{margin-left:1rem!important}.profile-blue .ms-md-4{margin-left:1.5rem!important}.profile-blue .ms-md-5{margin-left:3rem!important}.profile-blue .ms-md-auto{margin-left:auto!important}.profile-blue .p-md-0{padding:0!important}.profile-blue .p-md-1{padding:.25rem!important}.profile-blue .p-md-2{padding:.5rem!important}.profile-blue .p-md-3{padding:1rem!important}.profile-blue .p-md-4{padding:1.5rem!important}.profile-blue .p-md-5{padding:3rem!important}.profile-blue .px-md-0{padding-left:0!important;padding-right:0!important}.profile-blue .px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.profile-blue .px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.profile-blue .px-md-3{padding-left:1rem!important;padding-right:1rem!important}.profile-blue .px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.profile-blue .px-md-5{padding-left:3rem!important;padding-right:3rem!important}.profile-blue .py-md-0{padding-bottom:0!important;padding-top:0!important}.profile-blue .py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.profile-blue .py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.profile-blue .py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.profile-blue .py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.profile-blue .py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.profile-blue .pt-md-0{padding-top:0!important}.profile-blue .pt-md-1{padding-top:.25rem!important}.profile-blue .pt-md-2{padding-top:.5rem!important}.profile-blue .pt-md-3{padding-top:1rem!important}.profile-blue .pt-md-4{padding-top:1.5rem!important}.profile-blue .pt-md-5{padding-top:3rem!important}.profile-blue .pe-md-0{padding-right:0!important}.profile-blue .pe-md-1{padding-right:.25rem!important}.profile-blue .pe-md-2{padding-right:.5rem!important}.profile-blue .pe-md-3{padding-right:1rem!important}.profile-blue .pe-md-4{padding-right:1.5rem!important}.profile-blue .pe-md-5{padding-right:3rem!important}.profile-blue .pb-md-0{padding-bottom:0!important}.profile-blue .pb-md-1{padding-bottom:.25rem!important}.profile-blue .pb-md-2{padding-bottom:.5rem!important}.profile-blue .pb-md-3{padding-bottom:1rem!important}.profile-blue .pb-md-4{padding-bottom:1.5rem!important}.profile-blue .pb-md-5{padding-bottom:3rem!important}.profile-blue .ps-md-0{padding-left:0!important}.profile-blue .ps-md-1{padding-left:.25rem!important}.profile-blue .ps-md-2{padding-left:.5rem!important}.profile-blue .ps-md-3{padding-left:1rem!important}.profile-blue .ps-md-4{padding-left:1.5rem!important}.profile-blue .ps-md-5{padding-left:3rem!important}.profile-blue .gap-md-0{gap:0!important}.profile-blue .gap-md-1{gap:.25rem!important}.profile-blue .gap-md-2{gap:.5rem!important}.profile-blue .gap-md-3{gap:1rem!important}.profile-blue .gap-md-4{gap:1.5rem!important}.profile-blue .gap-md-5{gap:3rem!important}.profile-blue .row-gap-md-0{row-gap:0!important}.profile-blue .row-gap-md-1{row-gap:.25rem!important}.profile-blue .row-gap-md-2{row-gap:.5rem!important}.profile-blue .row-gap-md-3{row-gap:1rem!important}.profile-blue .row-gap-md-4{row-gap:1.5rem!important}.profile-blue .row-gap-md-5{row-gap:3rem!important}.profile-blue .column-gap-md-0{column-gap:0!important}.profile-blue .column-gap-md-1{column-gap:.25rem!important}.profile-blue .column-gap-md-2{column-gap:.5rem!important}.profile-blue .column-gap-md-3{column-gap:1rem!important}.profile-blue .column-gap-md-4{column-gap:1.5rem!important}.profile-blue .column-gap-md-5{column-gap:3rem!important}.profile-blue .text-md-start{text-align:left!important}.profile-blue .text-md-end{text-align:right!important}.profile-blue .text-md-center{text-align:center!important}}@media(min-width:992px){.profile-blue .float-lg-start{float:left!important}.profile-blue .float-lg-end{float:right!important}.profile-blue .float-lg-none{float:none!important}.profile-blue .object-fit-lg-contain{object-fit:contain!important}.profile-blue .object-fit-lg-cover{object-fit:cover!important}.profile-blue .object-fit-lg-fill{object-fit:fill!important}.profile-blue .object-fit-lg-scale{object-fit:scale-down!important}.profile-blue .object-fit-lg-none{object-fit:none!important}.profile-blue .d-lg-inline{display:inline!important}.profile-blue .d-lg-inline-block{display:inline-block!important}.profile-blue .d-lg-block{display:block!important}.profile-blue .d-lg-grid{display:grid!important}.profile-blue .d-lg-inline-grid{display:inline-grid!important}.profile-blue .d-lg-table{display:table!important}.profile-blue .d-lg-table-row{display:table-row!important}.profile-blue .d-lg-table-cell{display:table-cell!important}.profile-blue .d-lg-flex{display:flex!important}.profile-blue .d-lg-inline-flex{display:inline-flex!important}.profile-blue .d-lg-none{display:none!important}.profile-blue .flex-lg-fill{flex:1 1 auto!important}.profile-blue .flex-lg-row{flex-direction:row!important}.profile-blue .flex-lg-column{flex-direction:column!important}.profile-blue .flex-lg-row-reverse{flex-direction:row-reverse!important}.profile-blue .flex-lg-column-reverse{flex-direction:column-reverse!important}.profile-blue .flex-lg-grow-0{flex-grow:0!important}.profile-blue .flex-lg-grow-1{flex-grow:1!important}.profile-blue .flex-lg-shrink-0{flex-shrink:0!important}.profile-blue .flex-lg-shrink-1{flex-shrink:1!important}.profile-blue .flex-lg-wrap{flex-wrap:wrap!important}.profile-blue .flex-lg-nowrap{flex-wrap:nowrap!important}.profile-blue .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.profile-blue .justify-content-lg-start{justify-content:flex-start!important}.profile-blue .justify-content-lg-end{justify-content:flex-end!important}.profile-blue .justify-content-lg-center{justify-content:center!important}.profile-blue .justify-content-lg-between{justify-content:space-between!important}.profile-blue .justify-content-lg-around{justify-content:space-around!important}.profile-blue .justify-content-lg-evenly{justify-content:space-evenly!important}.profile-blue .align-items-lg-start{align-items:flex-start!important}.profile-blue .align-items-lg-end{align-items:flex-end!important}.profile-blue .align-items-lg-center{align-items:center!important}.profile-blue .align-items-lg-baseline{align-items:baseline!important}.profile-blue .align-items-lg-stretch{align-items:stretch!important}.profile-blue .align-content-lg-start{align-content:flex-start!important}.profile-blue .align-content-lg-end{align-content:flex-end!important}.profile-blue .align-content-lg-center{align-content:center!important}.profile-blue .align-content-lg-between{align-content:space-between!important}.profile-blue .align-content-lg-around{align-content:space-around!important}.profile-blue .align-content-lg-stretch{align-content:stretch!important}.profile-blue .align-self-lg-auto{align-self:auto!important}.profile-blue .align-self-lg-start{align-self:flex-start!important}.profile-blue .align-self-lg-end{align-self:flex-end!important}.profile-blue .align-self-lg-center{align-self:center!important}.profile-blue .align-self-lg-baseline{align-self:baseline!important}.profile-blue .align-self-lg-stretch{align-self:stretch!important}.profile-blue .order-lg-first{order:-1!important}.profile-blue .order-lg-0{order:0!important}.profile-blue .order-lg-1{order:1!important}.profile-blue .order-lg-2{order:2!important}.profile-blue .order-lg-3{order:3!important}.profile-blue .order-lg-4{order:4!important}.profile-blue .order-lg-5{order:5!important}.profile-blue .order-lg-last{order:6!important}.profile-blue .m-lg-0{margin:0!important}.profile-blue .m-lg-1{margin:.25rem!important}.profile-blue .m-lg-2{margin:.5rem!important}.profile-blue .m-lg-3{margin:1rem!important}.profile-blue .m-lg-4{margin:1.5rem!important}.profile-blue .m-lg-5{margin:3rem!important}.profile-blue .m-lg-auto{margin:auto!important}.profile-blue .mx-lg-0{margin-left:0!important;margin-right:0!important}.profile-blue .mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.profile-blue .mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.profile-blue .mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.profile-blue .mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.profile-blue .mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.profile-blue .mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.profile-blue .my-lg-0{margin-bottom:0!important;margin-top:0!important}.profile-blue .my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.profile-blue .my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.profile-blue .my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.profile-blue .my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.profile-blue .my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.profile-blue .my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.profile-blue .mt-lg-0{margin-top:0!important}.profile-blue .mt-lg-1{margin-top:.25rem!important}.profile-blue .mt-lg-2{margin-top:.5rem!important}.profile-blue .mt-lg-3{margin-top:1rem!important}.profile-blue .mt-lg-4{margin-top:1.5rem!important}.profile-blue .mt-lg-5{margin-top:3rem!important}.profile-blue .mt-lg-auto{margin-top:auto!important}.profile-blue .me-lg-0{margin-right:0!important}.profile-blue .me-lg-1{margin-right:.25rem!important}.profile-blue .me-lg-2{margin-right:.5rem!important}.profile-blue .me-lg-3{margin-right:1rem!important}.profile-blue .me-lg-4{margin-right:1.5rem!important}.profile-blue .me-lg-5{margin-right:3rem!important}.profile-blue .me-lg-auto{margin-right:auto!important}.profile-blue .mb-lg-0{margin-bottom:0!important}.profile-blue .mb-lg-1{margin-bottom:.25rem!important}.profile-blue .mb-lg-2{margin-bottom:.5rem!important}.profile-blue .mb-lg-3{margin-bottom:1rem!important}.profile-blue .mb-lg-4{margin-bottom:1.5rem!important}.profile-blue .mb-lg-5{margin-bottom:3rem!important}.profile-blue .mb-lg-auto{margin-bottom:auto!important}.profile-blue .ms-lg-0{margin-left:0!important}.profile-blue .ms-lg-1{margin-left:.25rem!important}.profile-blue .ms-lg-2{margin-left:.5rem!important}.profile-blue .ms-lg-3{margin-left:1rem!important}.profile-blue .ms-lg-4{margin-left:1.5rem!important}.profile-blue .ms-lg-5{margin-left:3rem!important}.profile-blue .ms-lg-auto{margin-left:auto!important}.profile-blue .p-lg-0{padding:0!important}.profile-blue .p-lg-1{padding:.25rem!important}.profile-blue .p-lg-2{padding:.5rem!important}.profile-blue .p-lg-3{padding:1rem!important}.profile-blue .p-lg-4{padding:1.5rem!important}.profile-blue .p-lg-5{padding:3rem!important}.profile-blue .px-lg-0{padding-left:0!important;padding-right:0!important}.profile-blue .px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.profile-blue .px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.profile-blue .px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.profile-blue .px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.profile-blue .px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.profile-blue .py-lg-0{padding-bottom:0!important;padding-top:0!important}.profile-blue .py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.profile-blue .py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.profile-blue .py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.profile-blue .py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.profile-blue .py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.profile-blue .pt-lg-0{padding-top:0!important}.profile-blue .pt-lg-1{padding-top:.25rem!important}.profile-blue .pt-lg-2{padding-top:.5rem!important}.profile-blue .pt-lg-3{padding-top:1rem!important}.profile-blue .pt-lg-4{padding-top:1.5rem!important}.profile-blue .pt-lg-5{padding-top:3rem!important}.profile-blue .pe-lg-0{padding-right:0!important}.profile-blue .pe-lg-1{padding-right:.25rem!important}.profile-blue .pe-lg-2{padding-right:.5rem!important}.profile-blue .pe-lg-3{padding-right:1rem!important}.profile-blue .pe-lg-4{padding-right:1.5rem!important}.profile-blue .pe-lg-5{padding-right:3rem!important}.profile-blue .pb-lg-0{padding-bottom:0!important}.profile-blue .pb-lg-1{padding-bottom:.25rem!important}.profile-blue .pb-lg-2{padding-bottom:.5rem!important}.profile-blue .pb-lg-3{padding-bottom:1rem!important}.profile-blue .pb-lg-4{padding-bottom:1.5rem!important}.profile-blue .pb-lg-5{padding-bottom:3rem!important}.profile-blue .ps-lg-0{padding-left:0!important}.profile-blue .ps-lg-1{padding-left:.25rem!important}.profile-blue .ps-lg-2{padding-left:.5rem!important}.profile-blue .ps-lg-3{padding-left:1rem!important}.profile-blue .ps-lg-4{padding-left:1.5rem!important}.profile-blue .ps-lg-5{padding-left:3rem!important}.profile-blue .gap-lg-0{gap:0!important}.profile-blue .gap-lg-1{gap:.25rem!important}.profile-blue .gap-lg-2{gap:.5rem!important}.profile-blue .gap-lg-3{gap:1rem!important}.profile-blue .gap-lg-4{gap:1.5rem!important}.profile-blue .gap-lg-5{gap:3rem!important}.profile-blue .row-gap-lg-0{row-gap:0!important}.profile-blue .row-gap-lg-1{row-gap:.25rem!important}.profile-blue .row-gap-lg-2{row-gap:.5rem!important}.profile-blue .row-gap-lg-3{row-gap:1rem!important}.profile-blue .row-gap-lg-4{row-gap:1.5rem!important}.profile-blue .row-gap-lg-5{row-gap:3rem!important}.profile-blue .column-gap-lg-0{column-gap:0!important}.profile-blue .column-gap-lg-1{column-gap:.25rem!important}.profile-blue .column-gap-lg-2{column-gap:.5rem!important}.profile-blue .column-gap-lg-3{column-gap:1rem!important}.profile-blue .column-gap-lg-4{column-gap:1.5rem!important}.profile-blue .column-gap-lg-5{column-gap:3rem!important}.profile-blue .text-lg-start{text-align:left!important}.profile-blue .text-lg-end{text-align:right!important}.profile-blue .text-lg-center{text-align:center!important}}@media(min-width:1200px){.profile-blue .float-xl-start{float:left!important}.profile-blue .float-xl-end{float:right!important}.profile-blue .float-xl-none{float:none!important}.profile-blue .object-fit-xl-contain{object-fit:contain!important}.profile-blue .object-fit-xl-cover{object-fit:cover!important}.profile-blue .object-fit-xl-fill{object-fit:fill!important}.profile-blue .object-fit-xl-scale{object-fit:scale-down!important}.profile-blue .object-fit-xl-none{object-fit:none!important}.profile-blue .d-xl-inline{display:inline!important}.profile-blue .d-xl-inline-block{display:inline-block!important}.profile-blue .d-xl-block{display:block!important}.profile-blue .d-xl-grid{display:grid!important}.profile-blue .d-xl-inline-grid{display:inline-grid!important}.profile-blue .d-xl-table{display:table!important}.profile-blue .d-xl-table-row{display:table-row!important}.profile-blue .d-xl-table-cell{display:table-cell!important}.profile-blue .d-xl-flex{display:flex!important}.profile-blue .d-xl-inline-flex{display:inline-flex!important}.profile-blue .d-xl-none{display:none!important}.profile-blue .flex-xl-fill{flex:1 1 auto!important}.profile-blue .flex-xl-row{flex-direction:row!important}.profile-blue .flex-xl-column{flex-direction:column!important}.profile-blue .flex-xl-row-reverse{flex-direction:row-reverse!important}.profile-blue .flex-xl-column-reverse{flex-direction:column-reverse!important}.profile-blue .flex-xl-grow-0{flex-grow:0!important}.profile-blue .flex-xl-grow-1{flex-grow:1!important}.profile-blue .flex-xl-shrink-0{flex-shrink:0!important}.profile-blue .flex-xl-shrink-1{flex-shrink:1!important}.profile-blue .flex-xl-wrap{flex-wrap:wrap!important}.profile-blue .flex-xl-nowrap{flex-wrap:nowrap!important}.profile-blue .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.profile-blue .justify-content-xl-start{justify-content:flex-start!important}.profile-blue .justify-content-xl-end{justify-content:flex-end!important}.profile-blue .justify-content-xl-center{justify-content:center!important}.profile-blue .justify-content-xl-between{justify-content:space-between!important}.profile-blue .justify-content-xl-around{justify-content:space-around!important}.profile-blue .justify-content-xl-evenly{justify-content:space-evenly!important}.profile-blue .align-items-xl-start{align-items:flex-start!important}.profile-blue .align-items-xl-end{align-items:flex-end!important}.profile-blue .align-items-xl-center{align-items:center!important}.profile-blue .align-items-xl-baseline{align-items:baseline!important}.profile-blue .align-items-xl-stretch{align-items:stretch!important}.profile-blue .align-content-xl-start{align-content:flex-start!important}.profile-blue .align-content-xl-end{align-content:flex-end!important}.profile-blue .align-content-xl-center{align-content:center!important}.profile-blue .align-content-xl-between{align-content:space-between!important}.profile-blue .align-content-xl-around{align-content:space-around!important}.profile-blue .align-content-xl-stretch{align-content:stretch!important}.profile-blue .align-self-xl-auto{align-self:auto!important}.profile-blue .align-self-xl-start{align-self:flex-start!important}.profile-blue .align-self-xl-end{align-self:flex-end!important}.profile-blue .align-self-xl-center{align-self:center!important}.profile-blue .align-self-xl-baseline{align-self:baseline!important}.profile-blue .align-self-xl-stretch{align-self:stretch!important}.profile-blue .order-xl-first{order:-1!important}.profile-blue .order-xl-0{order:0!important}.profile-blue .order-xl-1{order:1!important}.profile-blue .order-xl-2{order:2!important}.profile-blue .order-xl-3{order:3!important}.profile-blue .order-xl-4{order:4!important}.profile-blue .order-xl-5{order:5!important}.profile-blue .order-xl-last{order:6!important}.profile-blue .m-xl-0{margin:0!important}.profile-blue .m-xl-1{margin:.25rem!important}.profile-blue .m-xl-2{margin:.5rem!important}.profile-blue .m-xl-3{margin:1rem!important}.profile-blue .m-xl-4{margin:1.5rem!important}.profile-blue .m-xl-5{margin:3rem!important}.profile-blue .m-xl-auto{margin:auto!important}.profile-blue .mx-xl-0{margin-left:0!important;margin-right:0!important}.profile-blue .mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.profile-blue .mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.profile-blue .mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.profile-blue .mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.profile-blue .mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.profile-blue .mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.profile-blue .my-xl-0{margin-bottom:0!important;margin-top:0!important}.profile-blue .my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.profile-blue .my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.profile-blue .my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.profile-blue .my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.profile-blue .my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.profile-blue .my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.profile-blue .mt-xl-0{margin-top:0!important}.profile-blue .mt-xl-1{margin-top:.25rem!important}.profile-blue .mt-xl-2{margin-top:.5rem!important}.profile-blue .mt-xl-3{margin-top:1rem!important}.profile-blue .mt-xl-4{margin-top:1.5rem!important}.profile-blue .mt-xl-5{margin-top:3rem!important}.profile-blue .mt-xl-auto{margin-top:auto!important}.profile-blue .me-xl-0{margin-right:0!important}.profile-blue .me-xl-1{margin-right:.25rem!important}.profile-blue .me-xl-2{margin-right:.5rem!important}.profile-blue .me-xl-3{margin-right:1rem!important}.profile-blue .me-xl-4{margin-right:1.5rem!important}.profile-blue .me-xl-5{margin-right:3rem!important}.profile-blue .me-xl-auto{margin-right:auto!important}.profile-blue .mb-xl-0{margin-bottom:0!important}.profile-blue .mb-xl-1{margin-bottom:.25rem!important}.profile-blue .mb-xl-2{margin-bottom:.5rem!important}.profile-blue .mb-xl-3{margin-bottom:1rem!important}.profile-blue .mb-xl-4{margin-bottom:1.5rem!important}.profile-blue .mb-xl-5{margin-bottom:3rem!important}.profile-blue .mb-xl-auto{margin-bottom:auto!important}.profile-blue .ms-xl-0{margin-left:0!important}.profile-blue .ms-xl-1{margin-left:.25rem!important}.profile-blue .ms-xl-2{margin-left:.5rem!important}.profile-blue .ms-xl-3{margin-left:1rem!important}.profile-blue .ms-xl-4{margin-left:1.5rem!important}.profile-blue .ms-xl-5{margin-left:3rem!important}.profile-blue .ms-xl-auto{margin-left:auto!important}.profile-blue .p-xl-0{padding:0!important}.profile-blue .p-xl-1{padding:.25rem!important}.profile-blue .p-xl-2{padding:.5rem!important}.profile-blue .p-xl-3{padding:1rem!important}.profile-blue .p-xl-4{padding:1.5rem!important}.profile-blue .p-xl-5{padding:3rem!important}.profile-blue .px-xl-0{padding-left:0!important;padding-right:0!important}.profile-blue .px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.profile-blue .px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.profile-blue .px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.profile-blue .px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.profile-blue .px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.profile-blue .py-xl-0{padding-bottom:0!important;padding-top:0!important}.profile-blue .py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.profile-blue .py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.profile-blue .py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.profile-blue .py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.profile-blue .py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.profile-blue .pt-xl-0{padding-top:0!important}.profile-blue .pt-xl-1{padding-top:.25rem!important}.profile-blue .pt-xl-2{padding-top:.5rem!important}.profile-blue .pt-xl-3{padding-top:1rem!important}.profile-blue .pt-xl-4{padding-top:1.5rem!important}.profile-blue .pt-xl-5{padding-top:3rem!important}.profile-blue .pe-xl-0{padding-right:0!important}.profile-blue .pe-xl-1{padding-right:.25rem!important}.profile-blue .pe-xl-2{padding-right:.5rem!important}.profile-blue .pe-xl-3{padding-right:1rem!important}.profile-blue .pe-xl-4{padding-right:1.5rem!important}.profile-blue .pe-xl-5{padding-right:3rem!important}.profile-blue .pb-xl-0{padding-bottom:0!important}.profile-blue .pb-xl-1{padding-bottom:.25rem!important}.profile-blue .pb-xl-2{padding-bottom:.5rem!important}.profile-blue .pb-xl-3{padding-bottom:1rem!important}.profile-blue .pb-xl-4{padding-bottom:1.5rem!important}.profile-blue .pb-xl-5{padding-bottom:3rem!important}.profile-blue .ps-xl-0{padding-left:0!important}.profile-blue .ps-xl-1{padding-left:.25rem!important}.profile-blue .ps-xl-2{padding-left:.5rem!important}.profile-blue .ps-xl-3{padding-left:1rem!important}.profile-blue .ps-xl-4{padding-left:1.5rem!important}.profile-blue .ps-xl-5{padding-left:3rem!important}.profile-blue .gap-xl-0{gap:0!important}.profile-blue .gap-xl-1{gap:.25rem!important}.profile-blue .gap-xl-2{gap:.5rem!important}.profile-blue .gap-xl-3{gap:1rem!important}.profile-blue .gap-xl-4{gap:1.5rem!important}.profile-blue .gap-xl-5{gap:3rem!important}.profile-blue .row-gap-xl-0{row-gap:0!important}.profile-blue .row-gap-xl-1{row-gap:.25rem!important}.profile-blue .row-gap-xl-2{row-gap:.5rem!important}.profile-blue .row-gap-xl-3{row-gap:1rem!important}.profile-blue .row-gap-xl-4{row-gap:1.5rem!important}.profile-blue .row-gap-xl-5{row-gap:3rem!important}.profile-blue .column-gap-xl-0{column-gap:0!important}.profile-blue .column-gap-xl-1{column-gap:.25rem!important}.profile-blue .column-gap-xl-2{column-gap:.5rem!important}.profile-blue .column-gap-xl-3{column-gap:1rem!important}.profile-blue .column-gap-xl-4{column-gap:1.5rem!important}.profile-blue .column-gap-xl-5{column-gap:3rem!important}.profile-blue .text-xl-start{text-align:left!important}.profile-blue .text-xl-end{text-align:right!important}.profile-blue .text-xl-center{text-align:center!important}}@media(min-width:1400px){.profile-blue .float-xxl-start{float:left!important}.profile-blue .float-xxl-end{float:right!important}.profile-blue .float-xxl-none{float:none!important}.profile-blue .object-fit-xxl-contain{object-fit:contain!important}.profile-blue .object-fit-xxl-cover{object-fit:cover!important}.profile-blue .object-fit-xxl-fill{object-fit:fill!important}.profile-blue .object-fit-xxl-scale{object-fit:scale-down!important}.profile-blue .object-fit-xxl-none{object-fit:none!important}.profile-blue .d-xxl-inline{display:inline!important}.profile-blue .d-xxl-inline-block{display:inline-block!important}.profile-blue .d-xxl-block{display:block!important}.profile-blue .d-xxl-grid{display:grid!important}.profile-blue .d-xxl-inline-grid{display:inline-grid!important}.profile-blue .d-xxl-table{display:table!important}.profile-blue .d-xxl-table-row{display:table-row!important}.profile-blue .d-xxl-table-cell{display:table-cell!important}.profile-blue .d-xxl-flex{display:flex!important}.profile-blue .d-xxl-inline-flex{display:inline-flex!important}.profile-blue .d-xxl-none{display:none!important}.profile-blue .flex-xxl-fill{flex:1 1 auto!important}.profile-blue .flex-xxl-row{flex-direction:row!important}.profile-blue .flex-xxl-column{flex-direction:column!important}.profile-blue .flex-xxl-row-reverse{flex-direction:row-reverse!important}.profile-blue .flex-xxl-column-reverse{flex-direction:column-reverse!important}.profile-blue .flex-xxl-grow-0{flex-grow:0!important}.profile-blue .flex-xxl-grow-1{flex-grow:1!important}.profile-blue .flex-xxl-shrink-0{flex-shrink:0!important}.profile-blue .flex-xxl-shrink-1{flex-shrink:1!important}.profile-blue .flex-xxl-wrap{flex-wrap:wrap!important}.profile-blue .flex-xxl-nowrap{flex-wrap:nowrap!important}.profile-blue .flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.profile-blue .justify-content-xxl-start{justify-content:flex-start!important}.profile-blue .justify-content-xxl-end{justify-content:flex-end!important}.profile-blue .justify-content-xxl-center{justify-content:center!important}.profile-blue .justify-content-xxl-between{justify-content:space-between!important}.profile-blue .justify-content-xxl-around{justify-content:space-around!important}.profile-blue .justify-content-xxl-evenly{justify-content:space-evenly!important}.profile-blue .align-items-xxl-start{align-items:flex-start!important}.profile-blue .align-items-xxl-end{align-items:flex-end!important}.profile-blue .align-items-xxl-center{align-items:center!important}.profile-blue .align-items-xxl-baseline{align-items:baseline!important}.profile-blue .align-items-xxl-stretch{align-items:stretch!important}.profile-blue .align-content-xxl-start{align-content:flex-start!important}.profile-blue .align-content-xxl-end{align-content:flex-end!important}.profile-blue .align-content-xxl-center{align-content:center!important}.profile-blue .align-content-xxl-between{align-content:space-between!important}.profile-blue .align-content-xxl-around{align-content:space-around!important}.profile-blue .align-content-xxl-stretch{align-content:stretch!important}.profile-blue .align-self-xxl-auto{align-self:auto!important}.profile-blue .align-self-xxl-start{align-self:flex-start!important}.profile-blue .align-self-xxl-end{align-self:flex-end!important}.profile-blue .align-self-xxl-center{align-self:center!important}.profile-blue .align-self-xxl-baseline{align-self:baseline!important}.profile-blue .align-self-xxl-stretch{align-self:stretch!important}.profile-blue .order-xxl-first{order:-1!important}.profile-blue .order-xxl-0{order:0!important}.profile-blue .order-xxl-1{order:1!important}.profile-blue .order-xxl-2{order:2!important}.profile-blue .order-xxl-3{order:3!important}.profile-blue .order-xxl-4{order:4!important}.profile-blue .order-xxl-5{order:5!important}.profile-blue .order-xxl-last{order:6!important}.profile-blue .m-xxl-0{margin:0!important}.profile-blue .m-xxl-1{margin:.25rem!important}.profile-blue .m-xxl-2{margin:.5rem!important}.profile-blue .m-xxl-3{margin:1rem!important}.profile-blue .m-xxl-4{margin:1.5rem!important}.profile-blue .m-xxl-5{margin:3rem!important}.profile-blue .m-xxl-auto{margin:auto!important}.profile-blue .mx-xxl-0{margin-left:0!important;margin-right:0!important}.profile-blue .mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.profile-blue .mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.profile-blue .mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.profile-blue .mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.profile-blue .mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.profile-blue .mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.profile-blue .my-xxl-0{margin-bottom:0!important;margin-top:0!important}.profile-blue .my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.profile-blue .my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.profile-blue .my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.profile-blue .my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.profile-blue .my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.profile-blue .my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.profile-blue .mt-xxl-0{margin-top:0!important}.profile-blue .mt-xxl-1{margin-top:.25rem!important}.profile-blue .mt-xxl-2{margin-top:.5rem!important}.profile-blue .mt-xxl-3{margin-top:1rem!important}.profile-blue .mt-xxl-4{margin-top:1.5rem!important}.profile-blue .mt-xxl-5{margin-top:3rem!important}.profile-blue .mt-xxl-auto{margin-top:auto!important}.profile-blue .me-xxl-0{margin-right:0!important}.profile-blue .me-xxl-1{margin-right:.25rem!important}.profile-blue .me-xxl-2{margin-right:.5rem!important}.profile-blue .me-xxl-3{margin-right:1rem!important}.profile-blue .me-xxl-4{margin-right:1.5rem!important}.profile-blue .me-xxl-5{margin-right:3rem!important}.profile-blue .me-xxl-auto{margin-right:auto!important}.profile-blue .mb-xxl-0{margin-bottom:0!important}.profile-blue .mb-xxl-1{margin-bottom:.25rem!important}.profile-blue .mb-xxl-2{margin-bottom:.5rem!important}.profile-blue .mb-xxl-3{margin-bottom:1rem!important}.profile-blue .mb-xxl-4{margin-bottom:1.5rem!important}.profile-blue .mb-xxl-5{margin-bottom:3rem!important}.profile-blue .mb-xxl-auto{margin-bottom:auto!important}.profile-blue .ms-xxl-0{margin-left:0!important}.profile-blue .ms-xxl-1{margin-left:.25rem!important}.profile-blue .ms-xxl-2{margin-left:.5rem!important}.profile-blue .ms-xxl-3{margin-left:1rem!important}.profile-blue .ms-xxl-4{margin-left:1.5rem!important}.profile-blue .ms-xxl-5{margin-left:3rem!important}.profile-blue .ms-xxl-auto{margin-left:auto!important}.profile-blue .p-xxl-0{padding:0!important}.profile-blue .p-xxl-1{padding:.25rem!important}.profile-blue .p-xxl-2{padding:.5rem!important}.profile-blue .p-xxl-3{padding:1rem!important}.profile-blue .p-xxl-4{padding:1.5rem!important}.profile-blue .p-xxl-5{padding:3rem!important}.profile-blue .px-xxl-0{padding-left:0!important;padding-right:0!important}.profile-blue .px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.profile-blue .px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.profile-blue .px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.profile-blue .px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.profile-blue .px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.profile-blue .py-xxl-0{padding-bottom:0!important;padding-top:0!important}.profile-blue .py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.profile-blue .py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.profile-blue .py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.profile-blue .py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.profile-blue .py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.profile-blue .pt-xxl-0{padding-top:0!important}.profile-blue .pt-xxl-1{padding-top:.25rem!important}.profile-blue .pt-xxl-2{padding-top:.5rem!important}.profile-blue .pt-xxl-3{padding-top:1rem!important}.profile-blue .pt-xxl-4{padding-top:1.5rem!important}.profile-blue .pt-xxl-5{padding-top:3rem!important}.profile-blue .pe-xxl-0{padding-right:0!important}.profile-blue .pe-xxl-1{padding-right:.25rem!important}.profile-blue .pe-xxl-2{padding-right:.5rem!important}.profile-blue .pe-xxl-3{padding-right:1rem!important}.profile-blue .pe-xxl-4{padding-right:1.5rem!important}.profile-blue .pe-xxl-5{padding-right:3rem!important}.profile-blue .pb-xxl-0{padding-bottom:0!important}.profile-blue .pb-xxl-1{padding-bottom:.25rem!important}.profile-blue .pb-xxl-2{padding-bottom:.5rem!important}.profile-blue .pb-xxl-3{padding-bottom:1rem!important}.profile-blue .pb-xxl-4{padding-bottom:1.5rem!important}.profile-blue .pb-xxl-5{padding-bottom:3rem!important}.profile-blue .ps-xxl-0{padding-left:0!important}.profile-blue .ps-xxl-1{padding-left:.25rem!important}.profile-blue .ps-xxl-2{padding-left:.5rem!important}.profile-blue .ps-xxl-3{padding-left:1rem!important}.profile-blue .ps-xxl-4{padding-left:1.5rem!important}.profile-blue .ps-xxl-5{padding-left:3rem!important}.profile-blue .gap-xxl-0{gap:0!important}.profile-blue .gap-xxl-1{gap:.25rem!important}.profile-blue .gap-xxl-2{gap:.5rem!important}.profile-blue .gap-xxl-3{gap:1rem!important}.profile-blue .gap-xxl-4{gap:1.5rem!important}.profile-blue .gap-xxl-5{gap:3rem!important}.profile-blue .row-gap-xxl-0{row-gap:0!important}.profile-blue .row-gap-xxl-1{row-gap:.25rem!important}.profile-blue .row-gap-xxl-2{row-gap:.5rem!important}.profile-blue .row-gap-xxl-3{row-gap:1rem!important}.profile-blue .row-gap-xxl-4{row-gap:1.5rem!important}.profile-blue .row-gap-xxl-5{row-gap:3rem!important}.profile-blue .column-gap-xxl-0{column-gap:0!important}.profile-blue .column-gap-xxl-1{column-gap:.25rem!important}.profile-blue .column-gap-xxl-2{column-gap:.5rem!important}.profile-blue .column-gap-xxl-3{column-gap:1rem!important}.profile-blue .column-gap-xxl-4{column-gap:1.5rem!important}.profile-blue .column-gap-xxl-5{column-gap:3rem!important}.profile-blue .text-xxl-start{text-align:left!important}.profile-blue .text-xxl-end{text-align:right!important}.profile-blue .text-xxl-center{text-align:center!important}}@media(min-width:1200px){.profile-blue .fs-1{font-size:2.5rem!important}.profile-blue .fs-2{font-size:2rem!important}.profile-blue .fs-3{font-size:1.75rem!important}.profile-blue .fs-4{font-size:1.5rem!important}}@media print{.profile-blue .d-print-inline{display:inline!important}.profile-blue .d-print-inline-block{display:inline-block!important}.profile-blue .d-print-block{display:block!important}.profile-blue .d-print-grid{display:grid!important}.profile-blue .d-print-inline-grid{display:inline-grid!important}.profile-blue .d-print-table{display:table!important}.profile-blue .d-print-table-row{display:table-row!important}.profile-blue .d-print-table-cell{display:table-cell!important}.profile-blue .d-print-flex{display:flex!important}.profile-blue .d-print-inline-flex{display:inline-flex!important}.profile-blue .d-print-none{display:none!important}}.profile-blue .back-button{background:#090b7b;border-radius:25px;color:#fff;cursor:pointer;font-size:20px;font-weight:700;height:50px;padding:10px;right:10px;top:10px;width:50px;z-index:100}.profile-blue .main-content .h1,.profile-blue .main-content .h2,.profile-blue .main-content .h3,.profile-blue .main-content .h4,.profile-blue .main-content .h5,.profile-blue .main-content .h6,.profile-blue .main-content h1,.profile-blue .main-content h2,.profile-blue .main-content h3,.profile-blue .main-content h4,.profile-blue .main-content h5,.profile-blue .main-content h6{color:#fff}.profile-blue .main-content .stat{font-size:25px}.profile-blue .main-content .h1,.profile-blue .main-content h1{background:#0d0563;border:3px solid #fff;border-radius:25px;display:inline-block;padding:10px}.profile-blue .main-content .equipped-skin{display:inline-block;height:100px;margin-right:10px;width:100px}.profile-blue .main-content .cluster{background-color:#070a6a;border:1px solid #011c01;border-radius:25px;padding-left:10px;padding-top:10px}.profile-blue .main-content .container{border:5px solid #fff;border-radius:25px;padding:10px}.profile-blue .main-content .xp-graph{background-color:#080133;border-radius:5px;height:calc(100vh - 800px);padding:10px}.profile-blue .main-content .leaderboard-card{background:#05033e;border-radius:5px;box-shadow:0 2px 10px #0000001a;margin-bottom:30px;overflow:hidden}.profile-blue .main-content .leaderboard-card__top{background:#070456;padding:20px 0 10px}.profile-blue .main-content .leaderboard-card__body{margin-top:-40px;padding:15px;z-index:inherit}.profile-blue .main-content .leaderboard-card__first{transform:scale(1.05)}.profile-blue .main-content .leaderboard-card__first .leaderboard-card__top{background:linear-gradient(45deg,#7e57c2,#ab47bc);color:#fff}body{-webkit-font-smoothing:antialiased;cursor:url(../../static/media/cursor.138cb2f1fcf8183aaa1b.cur) 20 20,crosshair;font-family:Franklin Gothic Medium,Ubuntu,Arial,sans-serif;margin:0;padding:0}body,html{height:100%;position:relative;width:100%}.grecaptcha-badge{visibility:hidden}#imaContainer,#imaContainer_new{cursor:default}
/*# sourceMappingURL=main.f6e86843.css.map*/