@charset "UTF-8";.u-bold{font-weight:700}.u-text-center{text-align:center}.u-text-dec-none,.u-text-dec-none:hover{text-decoration:none}.u-hide{display:none}.u-underline{text-decoration:underline!important}.u-image{display:block;height:auto;max-width:100%}.u-image--contain{max-height:30rem;-o-object-fit:contain;object-fit:contain}.u-image--fill{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.u-appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;margin:0;padding:0}.u-grid{display:grid;gap:.75rem}.u-grid-self-end{display:grid;justify-content:flex-end}.u-justify-self-end{justify-self:flex-end}.u-flex-inline{align-items:baseline;display:flex;gap:.75rem}.u-flex-center{align-items:center;display:flex;gap:.75rem}.c-signature-list{margin-top:2rem}.c-signature-list__item{align-items:center;display:flex;margin-bottom:1rem}.c-signature-list__image{border:1px solid var(--box_border,#ccc);margin-right:1rem;max-width:20rem}.c-signature-list__info{font-size:1.4rem;margin:0}.c-signature-list__empty{color:var(--colorEmpty,#bfbfbf);font-size:1.4rem}.c-experience-card{background:var(--layer-3-bg);border-radius:var(--borderRadius);display:grid;gap:2.75rem;padding:1.6rem var(--paddingY)}@media (min-width:1700px){.c-experience-card{padding:2.5rem var(--paddingY)}}.l-box .c-experience-card{padding:0}.c-experience-card__header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.c-experience-card__title{font-size:1.4rem;font-weight:700}.c-experience{display:grid;gap:1.75rem}.c-experience__header{align-items:flex-end;display:flex;justify-content:space-between}.c-experience__title{align-items:center;display:flex;gap:.75rem}.c-experience__icon svg{color:#fff59a;display:block;height:auto;width:2rem}.c-experience__level,.c-experience__unit{font-size:1.6rem;line-height:1}.c-experience__unit{font-weight:700}@media (min-width:1700px){.c-experience__unit{font-size:1.8rem}}.c-experience__progress-bar-outer{--experience-bar-height:0.5rem;background:var(--layer-1-bg);border-radius:1rem;height:var(--experience-bar-height);position:relative;width:100%}.c-experience__progress-bar-inner{animation:growWidth 1s forwards;background:linear-gradient(90deg,var(--experience-colour-start) 0,var(--experience-colour-end) 100%);border-radius:1rem;bottom:0;height:100%;left:0;position:absolute;width:0}.c-experience__progress-bar-indicator{background:var(--fontColor);border-radius:1rem;bottom:0;height:100%;position:absolute;right:0;width:var(--experience-bar-height)}@keyframes growWidth{0%{width:0}to{width:var(--experience-width-percentage)}}.c-experience__footer{line-height:1;text-align:right}@media (max-height:600px){.l-sidebar .c-experience-card{display:none}}.c-badge-wrapper{position:relative}.c-badge{--fontColor:#fff;background:linear-gradient(45deg,var(--badge-gradient-from) 0,var(--badge-gradient-to) 100%);border:1px solid var(--box_border,#5b747c);border-radius:var(--borderRadius);display:grid;gap:.25rem;padding:2rem;place-items:center}.c-badge--disabled{--fontColor:var(--fontColor);background:var(--layer-2-bg)!important;opacity:.4}.c-badge__xp{font-size:1.4rem;font-weight:700;position:absolute;right:2rem;top:2rem;z-index:1}.c-badge__xp svg{max-width:2rem}.c-badge__name{color:var(--fontColor);font-size:1.5rem;font-weight:700;margin:0}.c-badge__description{color:var(--fontColor);font-size:1.3rem;margin:0}.c-badge__icon{color:var(--fontColor);margin-bottom:.75rem;max-width:10rem}.c-badge__icon svg{max-width:100%}.c-level{background:linear-gradient(45deg,var(--layer-2-bg),var(--layer-3-bg));border:1px solid var(--box_border,#5b747c);border-radius:var(--borderRadius);display:grid;gap:1.5rem;padding:2rem}.c-level--active{border-color:var(--borderColor)}.c-level--disabled{background:none;opacity:.4}.c-level--disabled .c-level__icon svg{color:var(--fontColor)}.c-level__header,.c-level__range{display:flex;justify-content:space-between}.c-level__header{align-items:flex-start;gap:1rem}.c-level__meta{display:grid;gap:.75rem}.c-level__name{font-weight:700}.c-level__description,.c-level__name{font-size:1.6rem}.c-level__icon svg{color:#fff59a;max-width:4rem}@media (min-width:1700px){.c-level__name{font-size:1.8rem}}.c-feedback-option{aspect-ratio:4/3;background-color:var(--layer-2-bg);border:1px solid var(--box_border,#5b747c);border-radius:var(--borderRadius);display:grid;padding:2rem;place-items:center}.c-feedback-option__icon{height:10rem;max-width:10rem}.c-feedback-option__inner{display:grid;gap:1rem;place-items:center}.c-feedback-option__text{font-size:1.4rem}.c-ratings{display:grid;gap:1rem}.c-rating{align-items:center;display:flex;gap:1rem;justify-content:space-between}.c-rating--stacked{display:grid;justify-content:unset;padding:1.5rem 0}.c-rating__label{cursor:pointer;display:block}.c-rating__star{background-color:var(--layer-2-bg);border:1px solid var(--box_border,#5b747c);border-radius:var(--borderRadius);max-width:5rem}.c-rating__icon{color:#fff;opacity:.4}.c-rating__star--active .c-rating__icon{color:#ffe32b;opacity:1}.c-rating__stars{display:flex;gap:.5rem}.c-member-ratings{display:grid;gap:.5rem}.c-member-rating{align-items:center;display:flex;justify-content:space-between}.c-member-rating__stars{display:flex;gap:.5rem}.c-member-rating__star{color:#ffe32b;max-width:2rem}.c-member-rating__star--warning{color:#ff752b}.c-socialite{margin-bottom:1.5rem;margin-top:5rem;width:100%}.c-socialite__divider{margin:3rem 0;position:relative;text-align:center}.c-socialite__divider:before{background:var(--box_border,#5b747c);content:"";height:1px;left:0;position:absolute;right:0;top:50%;z-index:1}.c-socialite__divider span{background:var(--layer-2-bg);color:var(--fontColor,#dfe8ec);font-size:14px;font-weight:400;line-height:1;padding:0 2rem;position:relative;text-transform:none;z-index:2}.c-socialite a.c-socialite__button{align-items:center;background-color:var(--theme_color,var(--default-theme-color));border:none;color:var(--theme_color_contrast,#fff)!important;display:flex;font-size:16px!important;font-weight:500;justify-content:center;line-height:1.5;margin:0;padding:1rem;text-decoration:none!important;transition:background-color .2s ease;width:100%}.c-socialite a.c-socialite__button:active,.c-socialite a.c-socialite__button:focus,.c-socialite a.c-socialite__button:hover{background-color:var(--theme_color,var(--default-theme-color));color:var(--theme_color_contrast,#fff)!important;filter:brightness(.95);text-decoration:none!important}.c-socialite a.c-socialite__button:focus{box-shadow:0 0 0 2px rgba(227,28,121,.4);outline:none}.c-socialite a.c-socialite__button svg.c-socialite__icon{flex-shrink:0;height:20px;margin-right:1rem;width:20px}.choices{margin-bottom:0;position:relative;width:100%}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:initial}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:var(--layer-2-bg,#191919);cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices__inner{border:1px solid var(--box_border,#5b747c);border-radius:5px;min-height:4rem;overflow:hidden;padding:1rem;vertical-align:middle;width:100%}.choices__inner,.choices__input{background-color:var(--layer-3-bg);color:var(--fontColor,#dfe8ec);display:inline-block}.choices__input{border:0;border-bottom:1px solid var(--box_border_30,rgba(91,116,124,.5));border-radius:0;margin-bottom:0;max-width:100%;padding:10px;vertical-align:baseline;width:auto;word-break:break-all}.choices__input::-moz-placeholder{color:var(--fontColor_70,rgba(223,232,236,.7))}.choices__input::placeholder{color:var(--fontColor_70,rgba(223,232,236,.7))}.choices__input:focus{outline:0}.choices__placeholder{opacity:.7}.choices__list{list-style:none;margin:0;padding-left:0}.choices__list--single{display:inline-block;padding-right:20px;width:100%;word-break:break-all}.choices__list--single .choices__item--selectable{max-height:2rem;overflow:hidden}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{background-color:var(--theme_color,#1f4159);border:1px solid var(--theme_color,#1f4159);border-radius:3px;box-sizing:border-box;color:var(--white,#fff);display:inline-block;font-weight:500;margin-bottom:6px;margin-right:6px;padding:4px 10px;vertical-align:middle;word-break:break-all}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}.choices__list--dropdown{background-color:var(--layer-3-bg);border:1px solid var(--box_border,#5b747c);border-radius:5px;color:var(--fontColor,#dfe8ec);display:none;margin-top:2px;overflow:hidden;position:absolute;top:100%;width:100%;word-break:break-word;z-index:9999}.choices__list--dropdown.is-active{display:block;visibility:visible!important}.choices__list--dropdown .choices__list{overflow-y:auto}.choices__list--dropdown .choices__list::-webkit-scrollbar{width:5px}.choices__list--dropdown .choices__list::-webkit-scrollbar-track{background:transparent}.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb{background-color:var(--box_border_20,hsla(0,0%,100%,.2));border-radius:5px}.is-open .choices__list--dropdown{display:block;visibility:visible!important}.choices__list--dropdown .choices__list{-webkit-overflow-scrolling:touch;max-height:300px;overflow:auto;position:relative;will-change:scroll-position}.choices__list--dropdown .choices__item{background-color:var(--layer-3-bg);color:var(--fontColor,#dfe8ec);padding:10px;position:relative}.choices__list--dropdown .choices__item--selectable{cursor:pointer}.choices__list--dropdown .choices__item--selectable:after{display:none!important}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:var(--theme_color_10,hsla(0,0%,100%,.1))}.choices__item{color:var(--fontColor,#dfe8ec);cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;opacity:.5;-webkit-user-select:none;-moz-user-select:none;user-select:none}.choices__heading{background-color:var(--layer-4-bg,#181818);border-bottom:1px solid var(--box_border_30,rgba(91,116,124,.5));color:var(--fontColor,#dfe8ec);font-size:1rem;font-weight:600;padding:10px}.choices__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-position:50%;background-repeat:no-repeat;border:0;cursor:pointer;text-indent:-9999px}.choices__button:focus{outline:none}.choices__button--remove{background-color:var(--white_10,hsla(0,0%,100%,.1));border-radius:10em;height:20px;margin:-1px -4px 0 8px;position:relative;width:20px}.choices__button--remove:after{align-items:center;bottom:0;color:var(--white,#fff);content:"×";display:flex;font-size:14px;justify-content:center;left:0;position:absolute;right:0;text-indent:0;top:0}.choices__button--remove:focus,.choices__button--remove:hover{background-color:var(--white_30,hsla(0,0%,100%,.3))}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:.75rem}.choices[data-type*=select-one] .choices__input{background-color:var(--layer-3-bg);border-bottom:1px solid var(--box_border_30,rgba(91,116,124,.5));display:block;margin:0;padding:10px;width:100%}.choices[data-type*=select-one] .choices__button{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=");background-size:10px;height:20px;margin-right:25px;margin-top:-10px;opacity:.5;padding:0;position:absolute;right:0;top:50%;width:20px}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px var(--theme_color,#1f4159)}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent var(--fontColor,#dfe8ec) transparent;margin-top:-7.5px}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.c-unit-card{background-color:var(--layer-1-bg);border-radius:var(--borderRadius);box-shadow:0 8px 12px 1px rgba(0,0,0,.03);color:var(--box_text,#dfe8ec);display:grid;padding:0 1rem 1rem}.c-unit-card__title{align-items:center;display:flex;font-size:1.6rem;gap:1rem;margin:0;opacity:.75}.c-unit-card__icon{display:flex;max-width:2rem}.c-unit-card__unit{align-items:center;display:flex;font-size:3.2rem;font-weight:700;gap:1.5rem;margin:0}.c-unit-card__progress{align-items:center;display:inline-flex;font-size:1.1rem;margin-left:.75rem}.c-unit-card__progress svg{max-width:1.2rem}.c-unit-card__progress--success{color:var(--colorSuccess)}.c-unit-card__progress--error{color:var(--colorError)}.c-unit-card__difference{font-size:1.1rem;font-weight:400;line-height:130%;opacity:.8}.c-user-card{align-items:center;background-color:var(--layer-2-bg);border:1px solid var(--box_border,#5b747c);border-radius:var(--borderRadius);box-shadow:0 8px 12px 1px rgba(0,0,0,.03);color:var(--box_text,#dfe8ec);display:flex;gap:1.6rem;padding:1rem}.c-user-card__avatar-wrapper{position:relative}.c-user-card__avatar{border:1px solid var(--account-color);border-radius:50%;height:4.8rem;-o-object-fit:cover;object-fit:cover;width:4.8rem}.c-user-card__meta{display:grid;gap:.25rem;width:100%}.c-user-card__name,.c-user-card__site-name{display:flex;justify-content:space-between}.c-user-card__site-name{opacity:.8}.c-user-card__new{background:linear-gradient(#2d004f,#007657);border:1px solid #ff0;border-radius:.3rem;bottom:-.1rem;color:#fff;font-size:1rem;font-weight:700;left:50%;padding:0 .4rem;position:absolute;text-transform:uppercase;transform:translateX(-50%)}.c-progress-bar{background-color:var(--layer-3-bg);border-radius:var(--borderRadius);height:.5rem;margin-bottom:1rem;position:relative}.c-progress-bar__progress{background-color:var(--colorSuccess);border-radius:var(--borderRadius);bottom:0;height:100%;left:0;position:absolute}.clubs-container{max-width:200px}.club-item{line-height:1.3;margin-bottom:4px}.clubs-toggle{margin-top:4px}.clubs-toggle-btn:hover{opacity:.8}
