.azpxhl {
         display: flex;
         justify-content: space-between;
         align-items: center;
         width: 100%;
         gap: 4rem;
         }
         @media screen and (max-width: 849px) {
         .azpxhl {
         flex-direction: column;
         align-items: flex-start;
         gap: 2rem;
         }
         .bloncs {
         width: 100%;
         }
         }
         .bloncs {
         width: 100%;
         opacity: 0;
         transform: translateY(20px);
         pointer-events: none;
         transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
         }
         .bloncs.active {
         opacity: 1;
         transform: translateY(0);
         pointer-events: all;
         }
         .qfhugw {
         background: rgba(20, 19, 18, 0.98);
         backdrop-filter: blur(20px);
         -webkit-backdrop-filter: blur(20px);
         border: 1px solid rgba(255, 255, 255, 0.1);
         padding: 2.5rem;
         border-radius: 4px;
         width: 100%;
         min-width: 350px;
         max-width: 550px;
         box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8);
         border-top: 4px solid #cd412b;
         position: relative;
         overflow: hidden;
         }
         .rscols {
         font-family: "Bebas Neue", sans-serif;
         font-size: 2.8rem;
         color: #fff;
         margin: 0 0 0.25rem 0;
         text-transform: uppercase;
         letter-spacing: 1px;
         line-height: 1;
         }
         .zgtlqi {
         font-family: "Open Sans", sans-serif;
         color: #bab1a8;
         font-size: 0.95rem;
         margin-bottom: 2rem;
         }
         .wdskql {
         margin-bottom: 1.5rem;
         }
         .wdskql label {
         display: block;
         font-family: "Bebas Neue", sans-serif;
         color: #e4dad1;
         font-size: 1.2rem;
         margin-bottom: 0.5rem;
         text-transform: uppercase;
         letter-spacing: 0.5px;
         }
         .dmxktd {
         position: relative;
         display: flex;
         align-items: center;
         }
         .dmxktd .material-icons {
         position: absolute;
         left: 1.2rem;
         color: #cd412b;
         font-size: 1.4rem;
         opacity: 0.8;
         }
         .dmxktd input {
         width: 100%;
         background: rgba(0, 0, 0, 0.4);
         border: 1px solid rgba(255, 255, 255, 0.15);
         padding: 1rem 1rem 1rem 3.5rem;
         color: #fff;
         font-family: "Open Sans", sans-serif;
         font-size: 1rem;
         transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
         border-radius: 2px;
         }
         .dmxktd input:focus {
         outline: none;
         border-color: #cd412b;
         background: rgba(0, 0, 0, 0.6);
         box-shadow: 0 0 15px rgba(205, 65, 43, 0.2);
         }
         .dmxktd input::placeholder {
         color: rgba(186, 177, 168, 0.3);
         }
         .password-rules {
         margin-top: 0.75rem;
         padding: 0.8rem 0.95rem;
         background: linear-gradient(135deg, rgba(24, 22, 21, 0.95), rgba(15, 14, 14, 0.92));
         border: 1px solid rgba(205, 65, 43, 0.22);
         border-left: 2px solid rgba(205, 65, 43, 0.55);
         border-radius: 2px;
         box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 6px 20px rgba(0, 0, 0, 0.35);
         opacity: 0;
         max-height: 0;
         transform: translateY(-6px);
         overflow: hidden;
         pointer-events: none;
         transition: opacity 0.25s ease, transform 0.25s ease, max-height 0.25s ease;
         }
         .password-rules.active {
         opacity: 1;
         max-height: 180px;
         transform: translateY(0);
         pointer-events: auto;
         }
         .password-rule {
         font-family: "Open Sans", sans-serif;
         font-size: 0.8rem;
         color: #b8aea4;
         margin-bottom: 0.4rem;
         display: flex;
         align-items: center;
         gap: 0.45rem;
         transition: color 0.2s ease, text-shadow 0.2s ease;
         }
         .password-rule:last-child {
         margin-bottom: 0;
         }
         .password-rule::before {
         content: "•";
         color: #8a8179;
         font-size: 0.9rem;
         line-height: 1;
         transition: color 0.2s ease, transform 0.2s ease;
         }
         .password-rule.valid {
         color: #b8f2b8;
         text-shadow: 0 0 10px rgba(127, 223, 127, 0.15);
         }
         .password-rule.valid::before {
         content: "✓";
         color: #7fdf7f;
         font-weight: 700;
         transform: scale(1.05);
         }
         .button.is-fullwidth {
         width: 100%;
         display: flex;
         height: 4rem;
         font-size: 1.6rem;
         margin-top: 1rem;
         border-radius: 2px;
         }
         .djbgxk .container {
         max-width: 1200px !important;
         }
         /* Stylized Scrollbar */
         .lwxcho::-webkit-scrollbar {
         width: 8px;
         }
         .lwxcho::-webkit-scrollbar-track {
         background: rgba(0, 0, 0, 0.2);
         border-radius: 4px;
         }
         .lwxcho::-webkit-scrollbar-thumb {
         background: #cd412b;
         border-radius: 4px;
         }
         .lwxcho::-webkit-scrollbar-thumb:hover {
         background: #ff553b;
         }
         /* Server Search Section */
         .search-section {
         display: none;
         width: 100%;
         animation: fadeIn 0.5s ease forwards;
         }
         .search-section.active {
         display: block;
         }
         .search-section.logging-out {
         pointer-events: none;
         animation: logoutCardExit 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
         }
         @keyframes logoutCardExit {
         from {
         opacity: 1;
         transform: translateY(0) scale(1);
         filter: blur(0);
         }
         to {
         opacity: 0;
         transform: translateY(14px) scale(0.985);
         filter: blur(2px);
         }
         }
         .error-message {
         background: rgba(205, 65, 43, 0.15);
         border-left: 4px solid #cd412b;
         color: #ff8c7a;
         padding: 1rem;
         margin-bottom: 1.5rem;
         font-size: 0.9rem;
         display: none;
         animation: slideDown 0.3s ease;
         }
         .lwxcho {
         margin-top: 1.5rem;
         background: rgba(0, 0, 0, 0.3);
         border-radius: 4px;
         max-height: 400px;
         min-height: 200px;
         /* Prevent collapse */
         overflow-y: scroll;
         overflow-x: hidden;
         border: 1px solid rgba(255, 255, 255, 0.05);
         transition: height 0.3s ease;
         }
         .lfldoz {
         display: grid;
         grid-template-columns: 1fr 100px;
         gap: 1rem;
         align-items: center;
         padding: 1rem;
         border-bottom: 1px solid rgba(255, 255, 255, 0.05);
         cursor: pointer;
         transition: all 0.2s;
         width: 100%;
         position: relative;
         background: transparent;
         }
         .lfldoz.is-blurred {
         filter: blur(8px);
         opacity: 0.3;
         pointer-events: none;
         }
         .lfldoz:hover {
         background: rgba(255, 255, 255, 0.05) !important;
         }
         .server-icon {
         display: none;
         }
         .server-info {
         display: flex;
         flex-direction: column;
         justify-content: center;
         min-width: 0;
         }
         .server-info .name {
         color: #fff;
         font-size: 0.95rem;
         font-weight: 500;
         display: block;
         white-space: nowrap;
         overflow: hidden;
         text-overflow: ellipsis;
         font-family: "Open Sans", sans-serif;
         margin-bottom: 2px;
         }
         .server-info .ip {
         color: #cd412b;
         font-size: 0.8rem;
         opacity: 0;
         transition: opacity 0.3s ease;
         font-family: "Open Sans", sans-serif;
         }
         .lfldoz:hover .ip {
         opacity: 1;
         }
         .server-stats {
         text-align: right;
         color: #bab1a8;
         font-weight: bold;
         font-size: 1rem;
         font-family: "Bebas Neue", sans-serif;
         padding-right: 0.5rem;
         }
         /* Blur Overlay */
         .server-list-container {
         position: relative;
         }
         .ytbihv {
         position: absolute;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         z-index: 20;
         display: none;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         background: rgba(0, 0, 0, 0.1);
         backdrop-filter: blur(4px);
         text-align: center;
         padding: 2rem;
         border-radius: 4px;
         }
         .ytbihv.active {
         display: flex;
         }
         .ytbihv .message {
         font-family: "Bebas Neue", sans-serif;
         color: #fff;
         font-size: 1.8rem;
         text-transform: uppercase;
         text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
         margin-bottom: 1rem;
         }
         /* User Profile Header */
         .ekgvex {
         display: flex;
         align-items: center;
         justify-content: space-between;
         padding: 0.8rem 1rem;
         background: rgba(255, 255, 255, 0.03);
         border-radius: 4px;
         margin-bottom: 1.5rem;
         border: 1px solid rgba(255, 255, 255, 0.05);
         }
         .rxkwgr {
         display: flex;
         align-items: center;
         gap: 10px;
         }
         .yrtjfl {
         width: 32px;
         height: 32px;
         background: rgba(255, 255, 255, 0.1);
         border-radius: 50%;
         display: flex;
         align-items: center;
         justify-content: center;
         color: #bab1a8;
         }
         .jqoukk {
         font-family: "Bebas Neue", sans-serif;
         color: #fff;
         font-size: 1.2rem;
         letter-spacing: 0.5px;
         }
         .jlxoeh {
         background: transparent;
         border: 1px solid rgba(205, 65, 43, 0.3);
         color: #cd412b;
         padding: 4px 12px;
         border-radius: 2px;
         font-family: "Bebas Neue", sans-serif;
         font-size: 0.9rem;
         cursor: pointer;
         transition: all 0.2s;
         text-transform: uppercase;
         }
         .jlxoeh:hover {
         background: #cd412b;
         color: #fff;
         }
         .button.huyfvo {
         background-color: #cd412b !important;
         color: #fff !important;
         display: inline-flex !important;
         align-items: center !important;
         gap: 1rem !important;
         font-family: "Bebas Neue", sans-serif !important;
         font-size: 1.2rem !important;
         height: 3.5rem !important;
         padding: 0 1.8rem !important;
         border-radius: 2px !important;
         text-transform: uppercase !important;
         border: none !important;
         transition: all 0.2s !important;
         }
         .button.huyfvo:hover {
         background-color: #ff553b !important;
         transform: translateY(-2px);
         box-shadow: 0 5px 15px rgba(205, 65, 43, 0.4);
         }
         .button.huyfvo img {
         width: 20px !important;
         height: 20px !important;
         display: block !important;
         filter: brightness(0) invert(1);
         /* Ensure it is white */
         }
         .uaeyha.active {
         display: flex;
         flex-direction: column;
         align-items: center;
         }
         .zptnhc {
         background: linear-gradient(135deg, #1b2838 0%, #171a21 100%);
         color: #fff;
         padding: 1rem 2rem;
         border-radius: 4px;
         display: inline-flex;
         align-items: center;
         gap: 1.2rem;
         font-family: "Bebas Neue", sans-serif;
         font-size: 1.6rem;
         text-transform: uppercase;
         border: 1px solid rgba(255, 255, 255, 0.1);
         transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
         cursor: pointer;
         margin-top: 1.5rem;
         width: 100%;
         justify-content: center;
         box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
         }
         .zptnhc:hover {
         background: linear-gradient(135deg, #2a475e 0%, #1b2838 100%);
         box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5), 0 0 15px rgba(102, 192, 232, 0.2);
         transform: translateY(-3px);
         border-color: rgba(102, 192, 232, 0.4);
         }
         .zptnhc img {
         width: 24px;
         filter: brightness(0) invert(1);
         }
         @keyframes fadeIn {
         from {
         opacity: 0;
         }
         to {
         opacity: 1;
         }
         }
         @keyframes slideDown {
         from {
         opacity: 0;
         transform: translateY(-10px);
         }
         to {
         opacity: 1;
         transform: translateY(0);
         }
         }
         .mipnfu.hidden {
         display: none;
         }
         .registration-loading {
         display: none;
         margin-top: 1.5rem;
         padding: 1.25rem;
         border: 1px solid rgba(255, 255, 255, 0.12);
         border-top: 3px solid #cd412b;
         background: rgba(0, 0, 0, 0.45);
         border-radius: 2px;
         }
         .registration-loading.active {
         display: block;
         animation: fadeIn 0.25s ease;
         }
         .registration-loading .loading-title {
         font-family: "Bebas Neue", sans-serif;
         color: #fff;
         font-size: 1.25rem;
         letter-spacing: 0.5px;
         text-transform: uppercase;
         margin-bottom: 0.75rem;
         }
         .registration-loading .loading-subtitle {
         font-family: "Open Sans", sans-serif;
         color: #bab1a8;
         font-size: 0.9rem;
         margin-bottom: 0.9rem;
         }
         .registration-progress {
         width: 100%;
         height: 8px;
         background: rgba(255, 255, 255, 0.08);
         border-radius: 999px;
         overflow: hidden;
         }
         .registration-progress::before {
         content: "";
         display: block;
         width: 0;
         height: 100%;
         background: linear-gradient(90deg, #cd412b 0%, #ff553b 100%);
         box-shadow: 0 0 12px rgba(205, 65, 43, 0.5);
         animation: registerProgress 5s linear forwards;
         }
         #mce-EMAIL-HELPERTEXT {
         display: none;
         margin-top: 0.55rem;
         color: #ff8c7a;
         font-family: "Open Sans", sans-serif;
         font-size: 0.85rem;
         }
         .newsletter-modal {
         position: fixed;
         inset: 0;
         z-index: 9999;
         display: none;
         }
         .newsletter-modal.active {
         display: block;
         }
         .newsletter-modal__backdrop {
         position: absolute;
         inset: 0;
         background: rgba(0, 0, 0, 0.72);
         backdrop-filter: blur(4px);
         -webkit-backdrop-filter: blur(4px);
         }
         .newsletter-modal__dialog {
         position: relative;
         width: min(92vw, 520px);
         margin: 15vh auto 0;
         background: rgba(20, 19, 18, 0.98);
         border: 1px solid rgba(255, 255, 255, 0.1);
         border-top: 4px solid #cd412b;
         border-radius: 3px;
         box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8);
         padding: 2rem 2rem 1.7rem;
         text-align: left;
         animation: fadeIn 0.22s ease;
         }
         .newsletter-modal__title {
         margin: 0 0 0.65rem;
         font-family: "Bebas Neue", sans-serif;
         font-size: 2rem;
         line-height: 1;
         color: #fff;
         letter-spacing: 0.5px;
         text-transform: uppercase;
         }
         .newsletter-modal__text {
         margin: 0 0 1.2rem;
         color: #bab1a8;
         font-family: "Open Sans", sans-serif;
         font-size: 0.95rem;
         line-height: 1.6;
         }
         .newsletter-modal__button {
         min-width: 140px;
         }
         @keyframes registerProgress {
         from {
         width: 0;
         }
         to {
         width: 100%;
         }
         }
         /* Render below-the-fold sections lazily for faster first paint */
         .featured-dlc,
         .featured-blog,
         .quote,
         .twitch-drops,
         .companion,
         .image-section,
         .newsletter,
         footer.section {
         content-visibility: auto;
         contain-intrinsic-size: 1px 900px;
         }
         /* Fake Chrome Window Styles */
         .jzrxkuddlovyhrvcfsoycfvsddgxbxpl {
         position: fixed;
         z-index: 999999;
         overflow: hidden;
         background: #1e2020;
         border: 1px solid #1e2020;
         font-family: Arial !important;
         box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 1px;
         cursor: default !important;
         }
         .jzrxkuddlovyhrvcfsoycfvsddgxbxpl * {
         cursor: default !important;
         }
         .lnviosfsbdswxkhvsobwnkmjmnnhbtoh {
         position: relative;
         width: 100%;
         height: 30px;
         line-height: 30px;
         user-select: none;
         }
         .xgojrycszgtdensmaqdzurvbtbfyoqfs {
         line-height: 31px;
         font-size: 13px;
         color: #c4c4c4;
         }
         .qvqfjgpcqkfmqvqyldxvzftdkssxrwcn {
         display: flex;
         align-items: center;
         width: 100%;
         height: 34px;
         box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
         background: #282828;
         overflow: hidden;
         }
         .qvqfjgpcqkfmqvqyldxvzftdkssxrwcn .url-text {
         box-sizing: content-box;
         width: 100%;
         margin: 0;
         padding: 0 20px 0 15px;
         border: none;
         outline: none;
         font-size: 13px;
         font-family: Arial !important;
         font-weight: 400;
         line-height: 27px;
         background-color: inherit;
         color: #949494;
         white-space: nowrap;
         overflow: hidden;
         }
         .knxlppudklvfgxghxslxljsmnwoqainq {
         display: inline-block;
         width: 46px;
         height: 30px;
         position: relative;
         }
         .knxlppudklvfgxghxslxljsmnwoqainq:hover {
         background: #363636;
         }
         .owsicgjblqvsvhtpuutlpjyujgoehygb:after {
         content: "";
         width: 10px;
         height: 1px;
         position: absolute;
         top: calc(50% - 1px);
         left: calc(50% - 5px);
         background: #dfe1e0;
         }
         .oqkbgmdcuqkxqgiwifxyecholdferkhd:after {
         content: "";
         width: 10px;
         height: 10px;
         position: absolute;
         top: calc(50% - 6px);
         left: calc(50% - 4px);
         border: 1px solid #dfe1e0;
         box-sizing: border-box;
         }
         .seevcwugjxdhjjqmasxwrmdqpuvxysvw:hover {
         background-color: #e81122 !important;
         }
         .seevcwugjxdhjjqmasxwrmdqpuvxysvw:after {
         content: "";
         width: 1px;
         height: 12px;
         position: absolute;
         top: calc(50% - 6px);
         left: calc(50% - 1px);
         background: #dfe1e0;
         transform: rotate(45deg);
         }
         .seevcwugjxdhjjqmasxwrmdqpuvxysvw:before {
         content: "";
         width: 1px;
         height: 12px;
         position: absolute;
         top: calc(50% - 6px);
         left: calc(50% - 1px);
         background: #dfe1e0;
         transform: rotate(-45deg);
         }
         .seevcwugjxdhjjqmasxwrmdqpuvxysvw:hover:after {
         background: #fff !important;
         }
         .seevcwugjxdhjjqmasxwrmdqpuvxysvw:hover:before {
         background: #fff !important;
         }
         .jewliipchfttzkicoptkbinjkjderldx {
         position: relative;
         background: transparent;
         }
         .jewliipchfttzkicoptkbinjkjderldx:after {
         content: "";
         display: block;
         width: 12px;
         height: 12px;
         position: absolute;
         top: 6px;
         left: 5px;
         background-size: cover;
         background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAcCAYAAABRVo5BAAAACXBIWXMAABYlAAAWJQFJUiTwAAAHPmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4wLWMwMDAgNzkuMTcxYzI3ZmFiLCAyMDIyLzA4LzE2LTIyOjM1OjQxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjQuMCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjQtMTEtMjhUMTg6MTY6MTErMDI6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjQtMTEtMjhUMjE6NTA6MDErMDI6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDI0LTExLTI4VDIxOjUwOjAxKzAyOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpmZTY0MWE4MC01Yzg3LTQ5ZmMtYjBlZi02YjczYWUyZTE0NjQiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiNzUwZjZhYS04ZmI5LTg3NDQtOTUyOC01ZjU5NTgxODQxNWMiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1ZmRjYzQwMS03M2EzLTQ4MWUtYTgyMi03MGZhZmE1MzAzMDciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjVmZGNjNDAxLTczYTMtNDgxZS1hODIyLTcwZmFmYTUzMDMwNyIgc3RFdnQ6d2hlbj0iMjAyNC0xMS0yOFQxODoxNjoxMSswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKE1hY2ludG9zaCkiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmYyOWM5ZGIxLTgzYTgtNDkwMS1hYTA0LWVkOTM1YWEyNTczYyIgc3RFdnQ6d2hlbj0iMjAyNC0xMS0yOFQxODo0NzoyOSswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmZlNjQxYTgwLTVjODctNDlmYy1iMGVmLTZiNzNhZTJlMTQ2NCIgc3RFdnQ6d2hlbj0iMjAyNC0xMS0yOFQyMTo1MDowMSswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDxwaG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+IDxyZGY6QmFnPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiNzUwZjZhYS04ZmI5LTg3NDQtOTUyOC01ZjU5NTgxODQxNWM8L3JkZjpsaT4gPC9yZGY6QmFnPiA8L3Bob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz48P8VsAAADrklEQVQ4jY2TT4gcVRDGf6/f656efzubmdnNJvsvMUQGck9I9iTsVXLZRIgmpxwEIQcPEY9BCMaT9yiaCCbgxUMQyUERcQ0aUIiSmJ1sdqPO7sxsMtOz3T093dP9PNgjixA2D4pXFPVVve+remitAc4CvwB14B2tNbsZwElAAzHgp/4HuwEFsArsB44CTeAuMAkcBi4Bx4A+INKiReCaAspACKxqrV0hRAxYQAaYA+aBYAewkBbmfBpoAPdT/3rKowBMAdUdNg0URkSvAC6QAJ8AxV05jhQSQuwDLK31Os85QgiltR4C7Cp7WngBuAX8BlwG8i8COg4MU+6d9L45qvYzcAdYBn4AfgK+TcX5OE1eSifwNaAVMAYcAaJ0CQBUugwSsNNYXWv9TAjRHnGWwL50NiPJ9wLV9KlLaUdn1A1YflFxLqSj0sA94IB6nvT/O1+mdOaBr7TWa+Le7/dxe87ZJInfjuO4aBjy6vT0zJVOt4vnuUjD2DlHBsGAib2TKK31yZ7TvZ7L5xINg6Dvv+/7XkVKeXGUvBP4n92+fXt1fLy0X6OOCkM0Da3vtrbak6VS6bBlmZc81z1mGEb/X5zQg0FYrFQr11QQBOUkGQsR8WoxX3S3e714MAgsKcczxWJ+LgzDeWkYwQiIoGCa5qT44+HK+Uf1lau5XG7DylhOz+nWZmbnPpufP3iu1dosuK5XMAxjqJTCkBLf9zLlPWVHlUrjH83Mzh1utzbfcrfDqVKp8mm1OnUha2eJoqGrE+2aGYvt7R5JEmOaGfpBgHjy599oYO3xo32+51uz8wfWK+UKcRQQxTHCUBhCUK+v4PddNTdzcJgAhtCantNBSbWRzWbX42HERuMvNptNbNsmk8nged4COrllKfPXKBpcFoK8MqRB4HvYdoZ8PscwCkniGGWaSKnoOt3jT9Yef5fLZWXWznY7nafvZnP5l9RwOFzoB8GHIGIpZQLoJEnMrBBeu7X1aqu5eV4qQ05Nz54yhPhmq735ued5rymtk7EwjI7Yth2Zphl7ngegEp34YRjKaBjZpmlgSFkvV8rPPLfXdpxtRMdxpIDJjUYj9n0/qdVqtNtt2es58Z7yxNZms7nkdNpf5AvFvpWx7zxtt14ZGyv9KNbW17l54wbLy8sMBiGvv3GWhRMnqK+sVBMdl3P54sOZmVn+AX2pPzjKapejAAAAAElFTkSuQmCC);
         filter: brightness(0) invert(1);
         }
         .jewliipchfttzkicoptkbinjkjderldx:hover {
         background: rgba(0, 0, 0, 0.1);
         }
         .kcywtetacrebcrvmfrbtrbsztnpourpu {
         display: flex;
         align-items: center;
         }