.row-reverse{flex-direction:row-reverse}.adjacent-navigation{width:100%;display:flex;justify-content:space-between}.adjacent-navigation .adjacent-nav-button{display:flex;align-items:center;column-gap:16px;background:#f7eefd;color:#8c19d3;padding:8px 12px;margin:16px;transition-duration:.4s;border-radius:4px}.adjacent-navigation .adjacent-nav-button:hover{background:#8c19d3;color:#f7eefd}.adjacent-navigation .adjacent-nav-button-left{flex-direction:row-reverse}.svg-component div{justify-content:center}.svg-button-wrapper{cursor:pointer;margin:4px}.svg-button-wrapper:hover{border:none;border-radius:8px;box-shadow:0 0 0 1pt #8c19d3;outline-color:transparent;transition:.1s;outline:0}.svg-icon-wrapper{display:flex;padding:var(--svg-wrapper-padding, 8px);height:fit-content;background:inherit}.svg-icon-wrapper .svg-component{display:contents;background:inherit}.svg-icon-wrapper .svg-component div{display:flex;align-items:center;background:inherit}.svg-icon-wrapper .svg-component svg{fill:var(--svg-color, currentColor);height:var(--svg-height, 16px);width:var(--svg-width, 16px);background:inherit}.large{--icon-height: 100px;--icon-width: 100px}.small{--icon-height: 50px;--icon-width: 50px}.symbol-icon-wrapper{height:var(--icon-height, 50px);width:var(--icon-width, 50px);min-width:var(--icon-width, 50px);border-radius:50%;overflow:hidden}.symbol-icon-wrapper .symbol-icon{height:100%;aspect-ratio:1/1;object-fit:contain}.expandable-menu{height:var(--sticky-menu-height);width:var(--sticky-menu-height);align-items:center;justify-content:center}.expandable-menu .hamburger-wrapper{padding:4px}.expandable-menu .hamburger-wrapper:hover{border:none;border-radius:8px;box-shadow:0 0 0 1pt #8c19d3;outline-color:transparent;transition:.1s;outline:0}.expandable-menu .drop-down-container{height:0;width:0;position:relative;top:40px;right:232px}.expandable-menu .drop-down-container .drop-down{width:200px;text-decoration:none;list-style-type:none;margin:0;padding:32px 16px;background:#dfdfdf;box-shadow:0 4px 12px #00000040;border-radius:4px;gap:15px;display:flex;flex-direction:column}.expandable-menu .drop-down-container .drop-down .drop-down-item{display:flex;align-items:center;height:40px;border-radius:4px;box-shadow:0 4px 12px #00000040;font-size:24px;background:#f7eefd}.expandable-menu .drop-down-container .drop-down .drop-down-item a{text-decoration:none;height:100%;width:100%;padding:10px 0 0 16px;box-sizing:border-box}.expandable-menu .drop-down-container .drop-down .drop-down-item .active{color:#8c19d3}.expandable-menu .drop-down-container .drop-down .drop-down-item .inactive{color:#292929}.expandable-menu .drop-down-container .drop-down .drop-down-item:hover{-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}.expandable-menu .drop-down-container .drop-down .drop-down-item.active:hover{text-shadow:-.25px -.25px 0 #8C19D3,.25px -.25px 0 #8C19D3,-.25px .25px 0 #8C19D3,.25px .25px 0 #8C19D3}.expandable-menu .drop-down-container .drop-down .drop-down-item.inactive:hover{text-shadow:-.25px -.25px 0 #292929,.25px -.25px 0 #292929,-.25px .25px 0 #292929,.25px .25px 0 #292929}.input-wrapper{display:flex;align-items:center;height:100%;width:100%}.input-wrapper .search-bar{background:transparent;height:50%;width:100%;color:#292929;font-family:League Spartan;font-size:24px;padding:8px}.search-results-table table .company-name{text-align:right}.search-results-table table td{word-break:break-word}.search-results-table table thead{background:#dfdfdf}.search-results-table table thead th{padding:4px 8px;border-bottom:1px solid #292929}.search-results-table table tbody tr:hover,.search-results-table table tbody tr:focus{background:#f7eefd}.search-results-table table tbody td{padding:16px 8px}.search-results-table table tbody :not(:last-child) td{border-bottom:1px solid #c596f0}.responsive-table-wrapper{display:flex;height:100%;width:100%;overflow:auto;box-sizing:border-box;flex-direction:column}.responsive-table-wrapper table{border-spacing:0;table-layout:fixed}.responsive-table-wrapper table thead{position:sticky;top:0}.responsive-table-wrapper table thead th{box-sizing:border-box;text-wrap:nowrap;vertical-align:middle;line-height:32px;text-align:left}.responsive-table-wrapper table tbody tr{cursor:pointer}.responsive-table-wrapper table tbody tr td{box-sizing:border-box}.zero-state{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;gap:16px;min-height:200px;text-align:center;position:sticky;left:0;top:0}.zero-state .message{font-size:24px}.multi-toggle{display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:#292929}.multi-toggle .switch-toggle{display:flex;background:#f7eefd;width:fit-content;font-family:League Spartan;border-radius:25px;border:1px solid rgba(41,41,41,.2)}.multi-toggle .toggle-option{display:flex}.multi-toggle .switch-toggle input+label{padding:7px;float:left;color:#292929;cursor:pointer}.multi-toggle .switch-toggle input:checked+label{background:#8c19d3;color:#f5f5f5;border-radius:25px}.search-filter-form{display:flex;flex-direction:column;row-gap:8px;border-top:1px solid rgba(41,41,41,.2);font-family:League Spartan;padding:16px}.standalone-search-bar{width:100%}.standalone-search-bar .results-dropdown{height:300px}.sticky-search-bar{width:var(--sticky-menu-height);height:var(--sticky-menu-height)}.expandable-search{display:flex;flex-direction:column;position:relative;align-items:flex-end}.expandable-search-dropdown{position:absolute;display:flex;flex-direction:column;background:#dfdfdf;border-bottom-left-radius:16px;border-bottom-right-radius:16px;width:450px;top:64px;height:0;transition-duration:.4s}.expandable-search-dropdown .responsive-table-wrapper{padding:0 16px;margin-bottom:16px;max-width:450px}.search{box-sizing:border-box;flex-direction:column;transition-duration:.4s}.search .search-bar-wrapper{display:flex;color:#8c19d3;align-items:center}.search .search-bar-wrapper .svg-icon-wrapper{margin:4px}.display-search-bar{width:450px;padding-right:16px}.display-filter-form{height:140px;clip-path:inset(0px -10px -10px -10px);box-shadow:0 4px 12px #00000040}.display-search-results{height:410px}@media only screen and (max-width: 576px){.expandable-search-dropdown{width:100vw;left:-64px}.display-search-bar{width:100%}}.loader-wrapper{display:flex;height:100%;width:100%;align-items:center;justify-content:center}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis div{position:absolute;border-radius:50%;animation-timing-function:cubic-bezier(0,1,1,0)}.purple{background:#8c19d3}.white{background:#f5f5f5}.black{background:#292929}.lds-ellipsis div:nth-child(1){animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){animation:lds-ellipsis3 .6s infinite}.large div{top:33px;width:13px;height:13px}.large div:nth-child(1){left:8px}.large div:nth-child(2){left:8px}.large div:nth-child(3){left:32px}.large div:nth-child(4){left:56px}.small div{top:36px;width:8px;height:8px}.small div:nth-child(1){left:12px}.small div:nth-child(2){left:12px}.small div:nth-child(3){left:36px}.small div:nth-child(4){left:60px}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.sticky-menu{width:100%;position:fixed;display:flex;justify-content:space-between;z-index:4;background:#dfdfdf;box-shadow:0 4px 12px #00000040;--sticky-menu-height: 64px}.sticky-menu .redirect-options-list{display:flex;align-items:center;flex:1;justify-content:center;flex-wrap:wrap;gap:32px}.sticky-menu .options-list{display:flex;align-items:center}.sticky-menu .options-list .sticky-menu-option{display:flex;max-height:var(--sticky-menu-height)}.home-button{display:flex;justify-content:center;align-items:center}.sticky-text-button .text-button{color:#292929;background:inherit;padding:4px}.sticky-text-button .text-button:hover{color:#8c19d3;outline:1px solid #8C19D3;outline-offset:2px;border-radius:4px}.header{width:100%;background:center/contain no-repeat,#dfdfdf 50% url(/assets/blurred_34_header_background-DmfMIp28.png);background-size:cover}.header .primary-content-wrapper{display:flex;width:100%;height:100%}.header .primary-content-wrapper .title-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:64px;height:350px;width:100%;padding:0 32px}.header .primary-content-wrapper .title-wrapper .text-wrapper{display:flex;flex-direction:column;gap:16px}.header .primary-content-wrapper .title-wrapper .text-wrapper h1{margin:0;font-weight:600;line-height:normal}.header .primary-content-wrapper .title-wrapper .text-wrapper h2{margin:0;font-weight:500;line-height:normal}.header .primary-content-wrapper .LARGE h1{font-size:clamp(48px,5vw,64px)}.header .primary-content-wrapper .LARGE h2,.header .primary-content-wrapper .MEDIUM h1{font-size:clamp(32px,5vw,48px)}.header .primary-content-wrapper .MEDIUM h2,.header .primary-content-wrapper .SMALL h1{font-size:clamp(24px,5vw,32px)}.header .primary-content-wrapper .SMALL h2{font-size:clamp(16px,2vw,18px)}@media only screen and (max-width: 768px){.header .primary-content-wrapper .title-wrapper{flex:1}}.footer{display:flex;justify-content:center;align-items:center;width:100%;background:#292929;padding:32px 0 100px}.footer .content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#f5f5f5;font-family:Libre Baskerville;font-size:clamp(14px,2vw,16px);text-align:center;row-gap:32px}.footer .content-wrapper .column{display:flex;flex-direction:column;align-items:center;padding:0 16px}.footer .content-wrapper .information{display:flex;row-gap:8px}.footer .content-wrapper h2{font-size:clamp(14px,2vw,16px)}.footer .content-wrapper .subtext{font-size:clamp(12px,2vw,14px);margin:0}.footer .content-wrapper .subtext a{color:#c596f0}.footer .content-wrapper .disclaimer{line-height:24px;max-width:800px;text-align:justify}.footer .content-wrapper .disclaimer h2{font-size:clamp(14px,2vw,16px)}@media only screen and (max-width: 576px){.content-wrapper{flex-wrap:wrap}}.contact-info-list{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}.contact-info-list .logo{width:100px}.contact-info-list .contact-list{list-style:none;display:flex;flex-direction:column;row-gap:24px;align-items:center}.contact-info-list .contact-list .row{display:flex;align-items:center;column-gap:8px}.contact-info-list .contact-list .icon{width:32px}.site-map{width:100%;display:flex;flex-direction:column;align-items:center;font-family:League Spartan;font-size:clamp(16px,2vw,18px);color:#292929;margin-bottom:32px}.site-map .parent-list{display:flex;width:100%;max-width:630px;justify-content:center;padding:0 50px;box-sizing:border-box;flex-wrap:wrap;row-gap:24px;justify-content:space-evenly;margin-right:24px}.site-map .parent-list a{text-decoration:none}.site-map .parent-list .inactive{color:#292929}.site-map .parent-list .active{color:#8c19d3}.site-map .parent-list li{margin-left:24px;list-style-position:inside;list-style-type:circle}.submit-button{background:#8c19d3;color:#f5f5f5;font-size:var(--submit-button-font-size, clamp(16px, 2vw, 18px));font-family:League Spartan;font-weight:600;cursor:pointer;border-radius:4px;border:1px solid #292929;transition-duration:.4s;height:var(--submit-button-height, 32px);width:var(--submit-button-width, 82px);display:flex;justify-content:center;align-items:center;padding:var(--submit-button-padding, 0)}.submit-button img{height:75%}.submit-button .send-text{display:flex;align-items:center;justify-content:center;width:100%;height:100%;margin:0}.submit-button:focus{outline:1px solid #8C19D3;outline-offset:2px}.isSuccess{background:#228b22}.isFailure{background:#c41e3a}.neutral:hover{background:#f5f5f5;color:#292929}.contact-form{display:flex;flex-direction:column}.contact-form h2{margin:0 0 18px;font-weight:600}.contact-form span{margin:0 0 18px}.contact-form form{display:flex;flex-direction:column;justify-content:space-between;gap:8px}.contact-form form .text-field{border-radius:4px;border:1px solid #292929;background:#f7eefd;font-family:Libre Baskerville;padding-inline:8px;padding:8px}.contact-form form textarea{resize:none;height:100px}.contact-form form .submit-button{height:32px;width:82px}.contact-section{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:100%;background:#cdcdcd}.contact-section .contact-wrapper{display:flex;max-width:680px;flex-direction:column;width:100%;justify-content:space-between;padding:32px;box-sizing:border-box;gap:32px;flex-wrap:wrap;margin-top:32px}.page-layout{height:100%;display:flex;flex-direction:column;align-items:center}.discount-search{display:flex;background:#f7eefd;width:100%;justify-content:flex-end;padding:16px 0}.discount-search .data-search-bar{margin-right:32px;width:300px}.discount-listing-section{display:flex;align-items:flex-start;justify-content:center;width:100%;height:850px;background:#f5f5f5;font-size:clamp(16px,2vw,18px)}@media only screen and (max-width: 1024px){.discount-listing-section{flex-direction:column;height:1000px}}.table-header-content{display:flex;justify-content:space-between;align-items:center}.table-header-content .header-text{display:flex;flex-wrap:nowrap;align-items:center}.sortArrow{height:15px;width:15px;margin:0 8px}.discount-table table thead{background:#767676;color:#fff;border-bottom:1px solid #292929}.discount-table table thead th{padding:16px;cursor:pointer}.discount-table table thead th:hover{background-color:#c596f0}.discount-table table tbody tr{cursor:pointer}.discount-table table tbody tr td{padding:16px;border-bottom:1px solid #DFDFDF}.discount-table table tbody .expired{background:#ffeaeb}.discount-table table tbody tr:hover{background:#f7eefd}.right{left:clamp(-180px,100vw - 1050px,-32px)}.left{right:32px}.dialogLeft{right:189px}.popup-wrapper{position:relative;display:flex;height:32px;width:0;top:30px}.popup-wrapper dialog.message-dialog{cursor:pointer;z-index:1;border-radius:8px;border-color:#c596f0;font-size:clamp(14px,2vw,16px);min-width:150px;text-wrap:wrap;line-height:20px;background:#f5f5f5;font-weight:400;position:relative;text-align:center}.popup-wrapper .message-dialog:hover{border-color:#8c19d3}.multi-select{width:100%;z-index:2;max-height:51px}.multi-select .dropdown-button{font-size:clamp(16px,2vw,18px);width:100%;padding:4px 8px;border:1px solid #292929;border-radius:4px;display:flex;align-items:center;justify-content:space-between}.multi-select .dropdown{width:100%;background:#f5f5f5;padding:16px;border-radius:4px;border-left:1px solid #292929;border-right:1px solid #292929;border-bottom:1px solid #292929;display:flex;flex-direction:column;gap:8px;box-sizing:border-box}.multi-select .dropdown .dropdown-option{display:flex}.multi-select .dropdown .dropdown-option input{cursor:pointer;height:20px;width:20px}.multi-select .dropdown .dropdown-option input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;margin:0;font:inherit;color:currentColor;width:1.15em;height:1.15em;border:.15em solid currentColor;border-radius:.15em;transform:translateY(-.075em);display:grid;place-content:center}.multi-select .dropdown .dropdown-option input[type=checkbox]:before{content:"";width:.65em;height:.65em;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em #8c19d3;background-color:CanvasText;transform-origin:bottom left;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.multi-select .dropdown .dropdown-option input[type=checkbox]:checked:before{transform:scale(1)}.multi-select .dropdown .dropdown-option label{width:100%;cursor:pointer;display:flex;align-items:center;padding-left:8px}.expanded .dropdown-button{border-left:1px solid #292929;border-right:1px solid #292929;border-top:1px solid #292929;border-bottom:none;border-radius:4px 4px 0 0}.expanded .dropdown-button .svg-icon-wrapper{transform:rotate(180deg) scaleX(-1)}.expanded .dropdown{border-radius:0 0 4px 4px}.multi-function-vertical{flex-direction:column;width:30%;max-width:300px;border-right:1px solid rgba(41,41,41,.2);height:100%;--multi-function-gap: 32px}.multi-function-vertical .main-content{flex-direction:column}.multi-function-horizontal{width:100%;border-bottom:1px solid rgba(41,41,41,.2);--multi-function-gap: 16px;flex-direction:column}.multi-function-horizontal .main-content{flex-direction:row;flex-wrap:wrap}.multi-function-horizontal .main-content .item{flex:33%}.multi-side-nav{display:flex;padding:24px;box-sizing:border-box;background:#f7eefd;justify-content:space-between}.multi-side-nav .main-content{display:flex;gap:var(--multi-function-gap);width:100%}.multi-side-nav .main-content .side-nav-label{width:100%;display:flex;justify-content:center;flex-wrap:wrap;margin:0 0 8px;gap:8px;align-items:center;flex-direction:row}.multi-side-nav .main-content .side-nav-label .svg-icon-wrapper{background:#8c19d3;border-radius:4px}.multi-side-nav .main-content .item.two-halves-item{gap:var(--multi-function-gap);justify-content:space-between}.multi-side-nav .main-content .item{display:flex;flex-direction:column;z-index:1}.multi-side-nav .main-content .item .item-label{padding:4px;font-size:clamp(16px,2vw,18px);display:flex;justify-content:center;margin-bottom:4px;width:fit-content;text-wrap:nowrap}.multi-side-nav .main-content .item .multi-toggle{gap:8px;padding:4px;text-wrap:nowrap}.multi-side-nav .bottom-button-container{width:100%;display:flex;justify-content:center;margin-top:var(--multi-function-gap)}@media only screen and (max-width: 576px){.multi-function-horizontal .main-content{flex-direction:column;flex-wrap:nowrap}}.data-search-bar{padding:8px;outline:1px solid;border-radius:4px;font-size:clamp(16px,2vw,18px);outline-offset:-1px;width:100%;box-sizing:border-box}.price-range{display:flex;flex-direction:column;row-gap:16px;width:100%}.price-range .price-indicators{display:flex;justify-content:space-between}.price-range .price-indicators input::-webkit-outer-spin-button,.price-range .price-indicators input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.price-range .price-indicators input[type=number]{-moz-appearance:textfield}.price-range .price-indicators .bound{width:80px;padding:8px 0;text-align:right;background-color:#f7eefd;color:#8c19d3;outline:2px solid #c596f0;border-radius:4px}.price-range .price-indicators .lower{text-align:left;padding-left:4px}.price-range .price-indicators .upper{text-align:right;padding-right:4px}.price-range .range-slider.price-ranges-slider{background:#dfdfdf}.price-range .range-slider.price-ranges-slider .range-slider__thumb{background:#8c19d3}.price-range .range-slider.price-ranges-slider .range-slider__range{background:#c596f0}.range-slider{touch-action:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;cursor:pointer;display:block;position:relative;width:100%;height:8px;background:#ddd;border-radius:4px}.range-slider[data-vertical]{height:100%;width:8px}.range-slider[data-disabled]{opacity:.5;cursor:not-allowed}.range-slider .range-slider__thumb{position:absolute;z-index:3;top:50%;width:24px;height:24px;transform:translate(-50%,-50%);border-radius:50%;background:#2196f3}.range-slider .range-slider__thumb:focus-visible{outline:0;box-shadow:0 0 0 6px #2196f380}.range-slider[data-vertical] .range-slider__thumb{left:50%}.range-slider .range-slider__thumb[data-disabled]{z-index:2}.range-slider .range-slider__range{position:absolute;z-index:1;transform:translateY(-50%);top:50%;width:100%;height:100%;background:#51adf6}.range-slider[data-vertical] .range-slider__range{left:50%;transform:translate(-50%)}.range-slider input[type=range]{-webkit-appearance:none;pointer-events:none;position:absolute;z-index:2;top:0;left:0;width:0;height:0;background-color:transparent}.range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none}.range-slider input[type=range]::-moz-range-thumb{width:0;height:0;border:0}.range-slider input[type=range]:focus{outline:0}.horizontal-section{width:100%;display:flex;justify-content:center;background:#dfdfdf}.horizontal-section .horizontal-section-content{display:flex;max-width:1250px;flex-wrap:wrap}.horizontal-section .horizontal-section-content .block-sections-display{flex:40%}.horizontal-section .horizontal-section-content .facts-link-section{flex:60%}.vertical-section{width:100%;background:#dfdfdf;display:flex;justify-content:center;padding:50px;box-sizing:border-box}.vertical-section .vertical-section-content{display:flex;flex-direction:column;max-width:1250px}.vertical-section .vertical-section-content .valuations-header-container{display:flex;flex-direction:column;align-items:flex-end}.vertical-section .vertical-section-content .valuations-header-container h2{color:#8c19d3;font-family:League Spartan;font-size:48px;margin:0;text-align:right}.vertical-section .vertical-section-content .valuations-header-container h3{font-family:League Spartan;font-size:clamp(24px,5vw,32px);margin:17px 0 0;text-align:right;line-height:32px}@media only screen and (max-width: 576px){.vertical-section{width:auto}.vertical-section .vertical-section-content,.vertical-section .vertical-section-content .valuations-header-container{align-items:center}.vertical-section .vertical-section-content .valuations-header-container h3{text-align:center;padding:0 32px;margin:17px 0}}.about{display:flex;align-items:flex-start;justify-content:space-between;width:100%;flex-shrink:0;padding:65px 50px 50px;box-sizing:border-box;max-width:1000px;gap:50px}.about .image{background-image:url(/assets/about_image_full-Cvuy71fF.jpg);background-size:cover;background-position:-100px 0px;max-width:420px;flex:1;height:370px}.about .body{width:420px;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.about .body h2{margin:0;font-size:48px;text-wrap:balance}.about .body h2 span{color:#8c19d3}.about .body h3{margin:17px 0 5px;font-size:32px}.about .body p{font-family:Libre Baskerville;font-size:clamp(16px,2vw,18px);line-height:24px}.about .body .read-more-button{height:50px;width:200px;font-size:24px;border-radius:4px;border:2px solid #292929;transition-duration:.4s;background:#f5f5f5;cursor:pointer}.about .body .read-more-button:hover{background:#8c19d3;color:#f5f5f5}.about .body .read-more-button:focus{outline:1px solid #292929;outline-offset:-8px}@media only screen and (max-width: 768px){.about{padding:50px 0}.about .logo{display:flex;height:96px;width:96px}.about .image{display:none}.about .body{width:100%;margin:0 10%}.about .body .body-header{display:flex;flex-direction:row;gap:25px}}@media only screen and (max-width: 673px){.about .logo{height:140px;width:140px}}@media only screen and (max-width: 576px){.body .logo,.body h3{display:none}}.facts-link-section{width:100%;display:flex;justify-content:center;background:#dfdfdf}.facts-link-section .main-content{padding:50px;box-sizing:border-box;width:100%;display:flex;align-items:flex-end;justify-content:center;flex-direction:column;max-width:1250px}.facts-link-section h2{color:#8c19d3;font-family:League Spartan;font-size:48px;margin:0;text-align:right}.facts-link-section h3{font-family:League Spartan;font-size:clamp(24px,5vw,32px);margin:17px 0 21px;text-align:right;line-height:32px}.facts-link-section .search-navigation-button-wrapper{max-height:0;width:100%;position:relative;top:82.5px;display:flex;flex-direction:column;align-items:center;z-index:1;--submit-button-height: auto;--submit-button-width: auto;--submit-button-padding: 8px 8px 8px 16px;--submit-button-font-size: 24px}.facts-link-section .company-icon-list-box{width:100%;height:215px;background-image:url(/assets/companies-CNvulaNO.png);background-size:cover;background-position:center;max-width:1200px;filter:blur(1px)}@media only screen and (max-width: 576px){.facts-link-section .main-content{padding:32px 0;align-items:center}.facts-link-section .main-content h2,.facts-link-section .main-content h3{padding:0 32px}.facts-link-section .main-content h3{text-align:center}}.company-search-section{height:100%;width:100%}.company-search-section .content-container{position:relative;height:inherit;width:inherit}.company-search-section .standalone-search-background{opacity:80%;border-radius:8px}.company-search-section .search-background{display:flex;height:500px;flex-direction:column;background-color:#292929;justify-content:center;overflow:hidden}.company-search-section .search-background .symbol-row{display:flex;min-width:100%;flex-wrap:wrap;justify-content:space-between;max-height:114px;overflow:hidden}.company-search-section .search-background .symbol-icon-wrapper{padding:32px}.company-search-section .company-search-container{display:flex;height:100%;width:100%;position:absolute;flex-direction:column;align-items:center;z-index:1;top:25%}.company-search-section .company-search-container .company-search-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:70%;background:#f5f5f5;border-top-left-radius:24px;border-top-right-radius:24px;box-sizing:border-box;max-width:750px}.company-search-section .company-search-container .company-search-wrapper .search-wrapper{width:100%;height:100%}.company-search-section .company-search-container .company-search-wrapper .expandable-search{width:100%}.company-search-section .company-search-container .company-search-wrapper .expandable-search .input-wrapper{padding-right:32px}.company-search-section .company-search-container .company-search-wrapper .expandable-search .expandable-search-dropdown{width:100%;left:0}.company-search-section .company-search-container .company-search-wrapper .expandable-search .expandable-search-dropdown .responsive-table-wrapper{max-width:none}@media only screen and (max-width: 576px){.company-search-section .company-search-container .company-search-wrapper{width:90%}.company-search-section .standalone-search-background{border-radius:0}}.linear-loop-animated-wrapper{position:relative;display:flex;width:100%;height:100%;-webkit-animation:linear infinite;-webkit-animation-name:run}.forward{--start: 0;--end: 100%}.reverse{--start: 100%;--end: 0}@-webkit-keyframes run{0%{right:var(--start)}to{right:var(--end)}}.nav-wrapper-body{display:flex;align-items:center;width:100%;justify-content:center}.nav-wrapper-body .left-button-placeholder,.nav-wrapper-body .right-button-placeholder{min-width:45px;min-height:45px}.nav-wrapper-body .move-button{display:flex;background:#8c19d3;padding:10px;border-radius:25px;cursor:pointer}.nav-wrapper-body .move-button img{height:25px;width:25px}.nav-wrapper-body .move-left-button img{transform:scaleX(-1);transform-origin:center}.nav-circle-wrapper{display:flex;justify-content:center;flex-wrap:wrap;gap:16px}.nav-circle-wrapper .active{background:#8c19d3}.nav-circle-wrapper .inactive{background:#f5f5f5}.nav-circle-wrapper .nav-circle{height:15px;width:15px;border-radius:10px;transition-duration:.4s;border:1px solid #292929;cursor:pointer}.nav-circle-wrapper .nav-circle:hover{background:#8c19d3}.discount-card{height:250px;min-width:var(--discount-card-width, 200px);box-sizing:border-box;background:#dfdfdf;cursor:pointer;border:2px solid #292929;scroll-snap-align:start;transition-duration:.4s;padding:16px;display:flex;align-items:center;justify-content:center}.discount-card .company-info{display:flex;flex-direction:column;align-items:center;color:#292929;justify-content:center}.discount-card .company-info .symbol-icon-wrapper{margin-bottom:16px}.discount-card .company-info .symbol,.discount-card .company-info .valuation{font-family:League Spartan;font-size:32px;font-weight:600}.discount-card .company-info .symbol{display:flex}.discount-card .company-info .active-icon-wrapper{height:0;width:0}.discount-card .company-info .active-icon-wrapper img{position:relative;left:6px}.discount-card .company-info .name,.discount-card .company-info .date{font-family:Libre Baskerville;font-size:clamp(16px,2vw,18px);font-weight:400;text-align:center}.discount-card .company-info .click-for-more{font-size:clamp(12px,2vw,14px)}.discount-card:hover,.discount-card:focus-visible,.display-data{border:2px solid #8C19D3;background:#292929}.discount-card:hover .company-info,.discount-card:focus-visible .company-info,.display-data .company-info{color:#f5f5f5;font-family:Libre Baskerville;font-size:clamp(16px,2vw,18px);justify-content:space-between}.discount-card:hover .company-info .date,.discount-card:focus-visible .company-info .date,.display-data .company-info .date{font-size:clamp(14px,2vw,16px);font-weight:400;text-align:center;margin-bottom:8px}.discount-card:hover .company-info .name,.discount-card:focus-visible .company-info .name,.display-data .company-info .name{margin-bottom:16px}.discount-card:hover .company-info .valuation-table,.discount-card:focus-visible .company-info .valuation-table,.display-data .company-info .valuation-table{width:175px;font-family:League Spartan;margin-bottom:8px}.discount-card:hover .company-info .valuation-table caption,.discount-card:focus-visible .company-info .valuation-table caption,.display-data .company-info .valuation-table caption{text-decoration:underline;margin-bottom:4px}.discount-card:hover .company-info .valuation-table td,.discount-card:focus-visible .company-info .valuation-table td,.display-data .company-info .valuation-table td{text-align:right}.full{min-height:500px;padding:50px}.full .body .discounts{margin-bottom:30px}.discount-display-section{display:flex;align-items:flex-start;flex-direction:column;justify-content:flex-start;background-size:cover;box-sizing:border-box;width:100%;max-width:1250px}.discount-display-section .discounts-display-header{display:flex;align-items:center;color:#8c19d3;font-size:48px;margin:0;text-align:center}.discount-display-section .discounts-display-header .svg-icon-wrapper{background:#8c19d3;border-radius:4px;margin-left:6px}.discount-display-section h3{font-size:clamp(24px,5vw,32px);margin:17px 0}.discount-display-section h3 .valuation-text{display:inline-flex;align-items:center;color:#8c19d3}.discount-display-section .body-arrows{flex-grow:1;justify-content:center}.discount-display-section .body-arrows .nav-wrapper-body .discounts{margin:0 16px}.discount-display-section .body{display:flex;flex-direction:column;align-items:center;--submit-button-height: auto;--submit-button-width: auto;--submit-button-padding: 8px 8px 8px 16px;--submit-button-font-size: 24px;--svg-wrapper-padding: 4px 8px 8px;width:100%}.discount-display-section .body .discounts{display:flex;padding:0;list-style:none;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;align-self:flex-start;min-width:250px}.discount-display-section .body .nav-circle-wrapper{width:100%}.discount-display-section .body .submit-button{margin-top:30px}@media only screen and (max-width: 576px){.full{padding:32px}.discount-display-section{align-items:center;text-align:center}}.block-sections-display{display:flex;justify-content:center;width:100%;background:#dfdfdf;box-sizing:border-box;flex-wrap:wrap}.block-sections-display .block{display:flex;flex-direction:column;align-items:center;min-width:300px;max-width:500px;padding:32px;text-align:center;font-size:clamp(16px,2vw,18px);line-height:20px;box-sizing:border-box;row-gap:12px;flex:33%;justify-content:center}.block-sections-display .block .block-header{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.block-sections-display .block .block-header .block-title{font-size:clamp(18px,2vw,20px);font-weight:600;margin:8px 0 12px}.block-sections-display .block .block-link{margin-top:16px}.definition-block-contents{display:flex;flex-direction:column;row-gap:8px;color:#767676}.definition-block-contents .list-title{margin:16px 0 8px;align-self:center;color:#292929}.definition-block-contents .list{align-self:center;text-align:left;line-height:24px;margin-left:16px}@media only screen and (max-width: 576px){.block-sections-display .block{width:100%;padding:16px}}.options-title-wrapper{display:flex;align-items:center;min-height:32px;box-sizing:border-box}.options-title-wrapper .folded{color:#767676;margin-left:32px}.options-title-wrapper .title-text{padding:4px;font-size:24px;border-bottom:2px solid rgba(41,41,41,.2);display:flex;justify-content:center;height:auto;box-sizing:border-box;text-align:center}.key-group-wrapper{overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding:0 8px;width:calc(100% - 16px)}.key-group-wrapper .data-search-bar{position:sticky;top:0}.key-group-wrapper .key-group{display:flex;gap:16px}.key-group-wrapper .key-group .key{padding:8px 16px;background-color:#dfdfdf;border:1px solid rgba(41,41,41,.2);border-radius:4px;font-size:clamp(16px,2vw,18px)}.key-group-wrapper .key-group .key:hover,.key-group-wrapper .key-group .active{background-color:#8c19d3;color:#f5f5f5}.key-group-wrapper .vertical{flex-direction:column}.key-group-wrapper .vertical.scrollable{flex-wrap:wrap;flex-direction:row}.key-group-wrapper .vertical.scrollable .key{flex-grow:1}.key-group-wrapper .horizontal{flex-direction:row;column-gap:16px;flex-wrap:wrap}.key-group-wrapper .horizontal .key{flex:33%}.side-nav-wrapper{display:flex;flex-direction:column;align-items:center;padding:16px 32px;width:25%;height:500px;max-width:300px;background:#f7eefd;border-right:1px solid rgba(41,41,41,.2);box-sizing:border-box;transition-duration:.4s;gap:16px}.side-nav-wrapper .side-nav-options-wrapper{width:100%;height:fit-content;gap:16px;display:flex;flex-direction:column;align-items:center}.side-nav-wrapper .data-selection-box{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px;overflow-y:auto;padding:0 8px}@media only screen and (max-width: 1024px){.side-nav-wrapper{width:100%;height:100%;max-width:unset;min-height:unset;border-bottom:1px solid rgba(41,41,41,.2);border-right:none}.side-nav-wrapper .data-selection-box{display:flex;height:100%;max-height:268px}.horizontal .side-nav-options-wrapper{flex-direction:column;align-items:flex-start;gap:8px}.horizontal .side-nav-options-wrapper .title-text{margin:0 12px;font-size:clamp(16px,2vw,18px)}}@media only screen and (max-width: 768px){.horizontal .side-nav-options-wrapper{flex-direction:column;align-items:flex-start;gap:8px}.horizontal .side-nav-options-wrapper .title-text{margin:0 12px;font-size:16px}}.discount-data-display-section{display:flex;width:100%;font-size:clamp(16px,2vw,18px);min-height:500px;border-top:1px solid rgba(41,41,41,.2)}.discount-data-display-section .definitions-section{padding:0 0 16px}.discount-data-display-section .side-nav-wrapper{height:auto}.discount-data-display-section .data-container{display:flex;flex-direction:column;width:75%;flex:1;padding:16px 32px;box-sizing:border-box}.discount-data-display-section .data-container .periodic-data-container{width:100%;height:fit-content;flex:1;display:flex;align-items:center;flex-direction:column;gap:16px;box-sizing:border-box;margin-top:32px}.discount-data-display-section .data-container .periodic-data-container .visualizations-container{width:100%}.discount-data-display-section .data-container .periodic-data-arrow-nav{width:100%;display:flex;justify-content:center;margin-top:32px;background:#8c19d3;border-radius:22.5px;color:#f5f5f5}.discount-data-display-section .data-container .definitions-section{max-width:unset}@media only screen and (max-width: 1024px){.discount-data-display-section{flex-direction:column}.discount-data-display-section .data-container{width:100%;box-sizing:border-box}}.data-list{list-style-type:none;line-height:24px;display:flex;flex-wrap:wrap;column-gap:8px}.data-list .data-list-item{display:flex;justify-content:space-between;flex:33%;padding:4px;max-width:calc(50% - 12px)}.data-list .data-list-item .text{background:inherit;display:flex;align-items:center}.data-list .data-list-item .text .svg-icon-wrapper,.data-list .data-list-item .text .svg-component{background:inherit}.data-list .data-list-item .key{padding-right:16px}.data-list .data-list-item .value{text-align:end}.data-list .data-list-item:hover{background:#f7eefd;outline:1px solid #c596f0;outline-offset:-1px;border-radius:4px}.data-list :nth-child(odd){background:#f5f5f5}.data-list :nth-child(2n){background:#dfdfdf}@media only screen and (max-width: 576px){.data-list{flex-direction:column}.data-list .data-list-item{flex:1;width:100%;max-width:none;box-sizing:border-box}}.periodic-data-container{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.table-wrapper{display:flex;flex-direction:column;width:100%;padding-bottom:16px}.table-wrapper .table-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-bottom:4px}.table-wrapper .periodic-data-table{width:100%;overflow:auto;display:table-header-group;border-collapse:collapse;padding:8px;border:2px solid rgba(41,41,41,.2);background-color:#dfdfdf}.table-wrapper .periodic-data-table th{white-space:nowrap;text-decoration:underline;color:#8c19d3}.table-wrapper .periodic-data-table th,.table-wrapper .periodic-data-table td{padding:8px;text-wrap:nowrap}.table-wrapper .periodic-data-table tr :nth-child(odd){background-color:#dfdfdf}.table-wrapper .periodic-data-table tr :nth-child(2n){background-color:#f5f5f5}.table-wrapper .periodic-data-table thead tr :nth-child(2n){border-top-left-radius:4px;border-top-right-radius:4px}.table-wrapper .periodic-data-table tbody tr :nth-child(2n){border-bottom-left-radius:4px;border-bottom-right-radius:4px}.valuation-price{width:100%;display:flex;flex-direction:row;gap:16px;justify-content:space-between;margin-bottom:16px}.valuation-price .value{color:#8c19d3;font-size:24px}.valuation-price .last-updated{text-align:end}.key-option-list{height:100%;width:100%;display:flex;list-style-type:none;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth}.key-option-list .key-option{min-width:var(--item-width);scroll-snap-align:start;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.key-option-list::-webkit-scrollbar{display:none}.key-option-list{-ms-overflow-style:none;scrollbar-width:none}.definitions-section{display:flex;flex-direction:column;width:100%;max-width:1000px;padding:25px 50px 65px;box-sizing:border-box;font-size:clamp(16px,2vw,18px);--definition-list-item-default-height: 33px}.definitions-section h3{font-size:32px;margin:20px 0}.definitions-section .definitions-list{list-style-type:disclosure-closed;display:flex;flex-direction:column;row-gap:32px}.definitions-section .definitions-list li.expanded{list-style-type:disclosure-open;height:var(--list-item-expanded-height)}.valuation-definition{line-height:20px;font-size:clamp(16px,2vw,18px)}.valuation-definition .subheader{margin:0}.valuation-definition p{margin:0 0 16px}.definitions-list-item{width:100%;cursor:pointer;-webkit-transition:height .4s ease;-moz-transition:height .4s ease;-o-transition:height .4s ease;transition:height .4s ease;height:var(--definition-list-item-default-height);box-sizing:border-box}.definitions-list-item div.expanded{border-bottom:1px solid #8C19D3}.definitions-list-item .list-item-content{height:max-content;width:100%;display:flex;flex-direction:column;box-sizing:border-box}.definitions-list-item .list-item-content .word-container{padding:0 16px;background:#dfdfdf;height:var(--definition-list-item-default-height);box-sizing:inherit;display:flex;justify-content:space-between;align-items:center}.definitions-list-item .list-item-content .word-container .word{margin:0;text-decoration:underline;font-size:20px}.definitions-list-item .list-item-content .word-container:hover,.definitions-list-item .list-item-content .expanded{background:#8c19d3;color:#f5f5f5}.definitions-list-item .list-item-content .definition-container{display:flex;height:calc(100% - var(--definition-list-item-default-height));background:#d8bfd8;padding:24px 16px;box-sizing:inherit;line-height:16px;z-index:1;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.discount-overview{display:flex;width:100%;justify-content:space-evenly;align-items:center;background:#f5f5f5;box-sizing:border-box;font-size:clamp(18px,2vw,20px);border-bottom:1px solid rgba(41,41,41,.2);overflow:hidden}.discount-overview .price-list{display:flex;justify-content:space-evenly;min-width:100%;align-items:center}.discount-overview .price-list .price-item{display:flex;align-items:center;gap:12px;justify-content:center;min-width:25%;padding:8px 16px;box-sizing:border-box}.discount-overview .price-list .price-item .title{font-size:clamp(16px,2vw,18px);text-wrap:nowrap}.discount-overview .price-list .price-item .value{font-size:clamp(18px,2vw,20px);color:#8c19d3}.discount-overview .price-list .price-item .priced-under{color:#c41e3a}.discount-overview .price-list .price-item .priced-over{color:#228b22}@media only screen and (max-width: 576px){.price-item{flex-direction:column}}.discount-profile-section{display:flex;padding:16px 32px 32px;background:#f5f5f5;flex-direction:column;font-size:clamp(16px,2vw,18px);width:100%;box-sizing:border-box}.discount-profile-section .definitions-section{padding:0;max-width:none;margin-bottom:8px}.discount-profile-section .definitions-section .description-container{display:flex;flex-direction:column;gap:16px}.discount-profile-section .definitions-section .description-container .discount-description{line-height:24px;margin:0;max-height:300px;overflow:auto}.discount-profile-section .discount-overall-details{display:flex;width:100%;row-gap:.83em;column-gap:32px}.discount-profile-section .discount-overall-details .discount-qualifiers-section,.discount-profile-section .discount-overall-details .company-information-wrapper{width:50%}.discount-profile-section .discount-overall-details .company-information-wrapper{display:flex;flex-direction:column;justify-content:flex-start}@media only screen and (max-width: 1024px){.discount-profile-section .discount-overall-details{flex-direction:column}.discount-profile-section .discount-overall-details .discount-qualifiers-section,.discount-profile-section .discount-overall-details .company-information-wrapper{width:100%}}@media only screen and (max-width: 768px){.discount-profile-section .discount-overall-details .company-information-wrapper,.discount-profile-section .discount-overall-details .discount-qualifiers-section{min-width:unset}}.discount-qualifiers-section{font-size:clamp(16px,2vw,18px);width:100%;box-sizing:border-box}.discount-qualifiers-section .title{display:flex;align-items:center}.discount-qualifiers-section .qualifiers-display{display:flex}.discount-qualifiers-section .qualifiers-display .side-text{background:#dfdfdf;padding:0 8px 0 16px;position:sticky;left:0;max-height:32px}.discount-qualifiers-section .qualifiers-display .side-text .years{height:100px}.discount-qualifiers-section .qualifiers-display .qualifiers-table{box-shadow:inset 0 0 12px 2px #00000040;border-top-left-radius:8px;border-bottom-left-radius:8px}.discount-qualifiers-section .qualifiers-display .qualifiers-table .border-right{border-right:1px solid #cdcdcd}.discount-qualifiers-section .qualifiers-display .qualifiers-table .qualifier-data,.discount-qualifiers-section .qualifiers-display .qualifiers-table .qualifier-header{text-align:center;text-wrap:nowrap;width:fit-content;box-sizing:border-box}.discount-qualifiers-section .qualifiers-display .qualifiers-table .key-header{padding:16px 36px 8px}.discount-qualifiers-section .qualifiers-display .qualifiers-table .qualifier-data{padding:8px 16px 16px}.deleted-discount-banner{display:flex;width:100%;background:#c41e3a;color:#f5f5f5;box-sizing:border-box;padding:16px 32px;align-items:center}.deleted-discount-banner .popup-wrapper .message-dialog{min-width:300px;max-height:500px;overflow:auto}.deleted-discount-banner .popup-wrapper.left{left:clamp(-150px,100vw - 1050px,-32px)}.deleted-discount-banner .warning{display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;box-sizing:inherit}.deleted-discount-banner .deleted-reasons{font-size:clamp(16px,2vw,18px);flex-direction:column;gap:8px;list-style-type:none;display:flex;margin:0 16px}.deleted-discount-banner .deleted-reasons li{border-bottom:1px solid #767676;padding:16px 0}.deleted-discount-banner .deleted-reasons :last-child{border-bottom:none}.about-section{width:100%;display:flex;flex-direction:column;line-height:20px;font-size:clamp(clamp(16px,2vw,18px),2vw,clamp(18px,2vw,20px));line-height:24px;background:#f5f5f5;box-sizing:border-box}.about-section .about-information{background:#f7eefd;width:100%;display:flex;flex-direction:column;align-items:center;padding:32px;gap:32px;box-sizing:border-box}.about-section .about-information .philosophy-block .support-img{box-shadow:-12px 0 12px #00000040}.about-section .about-information .origins-block .support-img{box-shadow:12px 0 12px #00000040}.about-section .about-information .philosophy-block,.about-section .about-information .origins-block{display:flex;color:#292929;max-height:500px;max-width:1200px;gap:32px}.about-section .about-information .philosophy-block .text-container,.about-section .about-information .origins-block .text-container{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;width:50%;align-items:center}.about-section .about-information .philosophy-block .text-container p,.about-section .about-information .origins-block .text-container p{max-width:400px}.about-section .about-information .philosophy-block .support-img,.about-section .about-information .origins-block .support-img{width:50%;object-fit:cover}.about-section .about-information .philosophy-block h3,.about-section .about-information .origins-block h3{margin:0;width:100%;max-width:400px}.about-section .origins-block .text-container{align-items:flex-end}.about-section .definitions-header{border-bottom:2px solid rgba(41,41,41,.2);padding-bottom:12px;margin:64px 32px 32px}.about-section .block-sections-display{background:#f5f5f5;margin-top:0;padding:0 0 32px}.about-section .centered-title{align-self:center;margin:48px 0 24px}@media only screen and (max-width: 768px){.about-section .about-information .philosophy-block,.about-section .about-information .origins-block{max-height:unset}}@media only screen and (max-width: 576px){.about-section .about-information .philosophy-block .text-container,.about-section .about-information .origins-block .text-container{width:100%;align-items:center}.about-section .about-information .philosophy-block img.support-img,.about-section .about-information .origins-block img.support-img{width:100%;margin:0}.about-section .about-information .philosophy-block{flex-direction:column}.about-section .about-information .origins-block{flex-direction:column-reverse}.definitions-header{margin:64px 16px 16px}}@font-face{font-family:League Spartan;font-style:normal;font-display:swap;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/league-spartan-vietnamese-400-normal-B_a5VnQW.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:League Spartan;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/league-spartan-latin-ext-400-normal-BpxTBHK5.woff2) format("woff2"),url(/assets/league-spartan-latin-ext-400-normal-q-J22_qA.woff) format("woff");unicode-range:U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:League Spartan;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/league-spartan-latin-400-normal-DUu9MPT-.woff2) format("woff2"),url(/assets/league-spartan-latin-400-normal-DcbkIrBo.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:League Spartan;font-style:normal;font-display:swap;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/league-spartan-vietnamese-400-normal-B_a5VnQW.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:League Spartan;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/league-spartan-latin-ext-400-normal-BpxTBHK5.woff2) format("woff2"),url(/assets/league-spartan-latin-ext-400-normal-q-J22_qA.woff) format("woff");unicode-range:U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:League Spartan;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/league-spartan-latin-400-normal-DUu9MPT-.woff2) format("woff2"),url(/assets/league-spartan-latin-400-normal-DcbkIrBo.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Libre Baskerville;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/libre-baskerville-latin-ext-400-normal-BQxDBgAe.woff2) format("woff2"),url(/assets/libre-baskerville-latin-ext-400-normal-DUVX6EAV.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Libre Baskerville;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/libre-baskerville-latin-400-normal-jJI4ANT2.woff2) format("woff2"),url(/assets/libre-baskerville-latin-400-normal-DY5EiaPJ.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Libre Baskerville;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/libre-baskerville-latin-ext-400-normal-BQxDBgAe.woff2) format("woff2"),url(/assets/libre-baskerville-latin-ext-400-normal-DUVX6EAV.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Libre Baskerville;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/libre-baskerville-latin-400-normal-jJI4ANT2.woff2) format("woff2"),url(/assets/libre-baskerville-latin-400-normal-DY5EiaPJ.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}body{margin:0;background:#f5f5f5;font-family:League Spartan;color:#292929}button{padding-block:0;padding-inline:0;border-width:0;cursor:pointer}input{padding-block:0;padding-inline:8px;border-width:0}ul,ol{padding-inline-start:0;margin-block-start:0;margin-block-end:0}.flex-start{align-items:flex-start}.center{align-items:center}.hide{display:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#c596f0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#8c19d3}.league-spartan{font-family:League Spartan;color:#292929;font-size:clamp(16px,2vw,18px)}
