:root{--colorPrimary: #e30613}.qa-search{flex-grow: 1;max-width: 52.25rem;margin-bottom: -4rem}@media screen and (max-width: 1400px){.qa-search{margin-bottom: 0;margin-top: 3.75rem;width: 100%;max-width: none}}.qa-search fieldset{border: 0;padding: 0;margin: 0}.qa-search fieldset .fieldset-wrapper{display: flex;flex-flow: row;align-content: stretch;box-shadow: 0 .625rem 1.25rem rgba(0,0,0,0.03)}@media screen and (max-width: 700px){.qa-search fieldset .fieldset-wrapper{flex-flow: column}}.qa-search fieldset .fieldset-wrapper input{display: block;box-sizing: border-box;font-family: 'Montserrat', sans-serif;font-size: 1rem;font-weight: 500}.qa-search fieldset .fieldset-wrapper input.text,.qa-search fieldset .fieldset-wrapper .input-select{border-right: none}@media screen and (max-width: 700px){.qa-search fieldset .fieldset-wrapper input.text,.qa-search fieldset .fieldset-wrapper .input-select{border-right: 1px solid #d3d3d3;border-bottom: none}}.qa-search fieldset .fieldset-wrapper input.text{flex-grow: 1}.qa-search fieldset .fieldset-wrapper .input-select{position: relative;min-width: 15rem;font-weight: 600}.qa-search fieldset .fieldset-wrapper .input-select select{height: 3.75rem}.qa-search fieldset .fieldset-wrapper button.button{position: relative;box-sizing: border-box;border: none;cursor: pointer;width: 3.75rem;font-weight: 600;min-height: 3.688rem}@media screen and (max-width: 700px){.qa-search fieldset .fieldset-wrapper button.button{width: 100%}}.qa-search fieldset .fieldset-wrapper button.button::before,.qa-search fieldset .fieldset-wrapper button.button::after{content: '';position: absolute}.qa-search fieldset .fieldset-wrapper button.button::before{height: 15px;width: 15px;border-radius: 50%;top: calc(50% - 11px);left: calc(50% - 11px);border: 2px solid currentColor}.qa-search fieldset .fieldset-wrapper button.button::after{height: 2px;width: 8px;top: calc(50% + 9px);left: calc(50% + 4px);background: currentColor;transform: rotate(45deg)}.qa-search fieldset .fieldset-wrapper input.text,.qa-search fieldset .fieldset-wrapper button.button{-webkit-appearance: none;outline: none;border-radius: 0;margin: 0}.qa-search ol.breadcrumb{margin-top: 0.8rem;font-size: 0.8rem;opacity: 0.5;transition: opacity .2s ease-in-out}.qa-search ol.breadcrumb:hover{opacity: 1}#timeline{display: flex;margin: auto;width: 100%;margin-top: 10rem;gap: 0.25rem}@media screen and (max-width: 700px){#timeline{flex-direction: column;margin-top: 0}}#timeline .timeline-period{flex: 2}#timeline .timeline-period.length-2{flex: 2}#timeline .timeline-period.length-3{flex: 3}#timeline .timeline-period.length-5{flex: 5}#timeline .timeline-period .description{font-size: 0.8rem;padding: 1rem}#timeline .timeline-period .period{display: flex;flex-direction: column;padding: 1rem;text-align: center;position: relative;color: #fff}#timeline .timeline-period .period strong{font-size: 1.25rem}#timeline .timeline-period .period:before{content: "";position: absolute;border-bottom: 20px solid transparent;border-left: 20px solid;border-top: 20px solid transparent;height: 0px;width: 0px;margin-right: -20px;right: 0;z-index: 1}@media screen and (max-width: 700px){#timeline .timeline-period .period{text-align: left}#timeline .timeline-period .period:before{display: none}}#timeline .timeline-period .period.red{background: linear-gradient(90deg, #ff2b2f, #c60c30);box-shadow: rgba(255,0,0,0.3) 0px 20px 30px -10px}#timeline .timeline-period .period.red:before{border-left-color: #C60C30}#timeline .timeline-period .period.green{background: linear-gradient(90deg, #5ce88d, #1dbf56);box-shadow: rgba(47,151,0,0.5) 0px 20px 30px -10px}#timeline .timeline-period .period.green:before{border-left-color: #1dbf56}#timeline .timeline-period .period.orange{background: linear-gradient(90deg, #ffbb53, #ff8000);box-shadow: rgba(255,106,0,0.5) 0px 20px 30px -10px}#timeline .timeline-period .period.orange:before{border-left-color: #FF8000}#timeline .timeline-period .period.yellow{background: linear-gradient(90deg, #fff9a0 0%, #ff0 100%);box-shadow: rgba(255,252,0,0.5) 0px 20px 30px -10px}#timeline .timeline-period .period.yellow:before{border-left-color: #ffff00}#timeline .timeline-period .period .arrow{position: absolute;top: 0;right: 0}@media screen and (max-width: 700px){#timeline .timeline-period .period .arrow{display: none}}#timeline .timeline-period .period .arrow .arrow-line{background-color: #000;width: 3px;height: 3rem;position: absolute;right: -1px;bottom: calc(100% + 4px)}#timeline .timeline-period .period .arrow .arrow-line .arrow-point{position: absolute;bottom: -10px;left: -5px;width: 13px;height: 13px;border-radius: 100%;z-index: 10;background-color: #000}#timeline .timeline-period .period .arrow .arrow-line .arrow-description{position: absolute;right: 0;padding-right: 1rem;text-align: right;min-width: 180px;font-size: 0.8rem;color: #000}main section:nth-child(1){margin-top: 16rem}@media screen and (max-width: 700px){main section:nth-child(1){margin-top: 30rem}}.tld-tiles{display: flex}.simple-tile{display: flex;flex-direction: column;align-items: center;justify-content: center}.tld-list{list-style: none;padding: 0;display: grid;grid-template-columns: repeat(4, 1fr);column-gap: 5rem;row-gap: 5rem}@media screen and (max-width: 1400px){.tld-list{grid-template-columns: repeat(3, 1fr)}}@media screen and (max-width: 700px){.tld-list{grid-template-columns: repeat(2, 1fr)}}.tld-list .tld{position: relative;aspect-ratio: 1;background: #fff;box-shadow: 0 1.25rem 3.125rem rgba(0,0,0,0.05);text-align: center;display: flex;transition: transform .2s ease-in-out;flex-direction: column;justify-content: center}.tld-list .tld::before,.tld-list .tld::after{content: '';position: absolute;left: -1.625rem;top: -1.625rem;border: 1px solid #e1e1e1}.tld-list .tld::before{width: 100%;height: 1.625rem;border-bottom: none;border-left: none}.tld-list .tld::after{width: 1.625rem;height: 100%;border-right: none}.tld-list .tld .title{font-weight: bold;font-size: 1.25rem;color: #787878}.tld-list .tld .claim{color: #787878;font-weight: 600}.tld-list .tld .tld-name{font-size: 3rem;font-weight: bold}.tld-list .tld:hover{transform: translateY(-0.625rem);background-color: #e30613;color: #fff}.tld-mini-list{display: flex;flex-direction: column;gap: 3rem}.tld-mini-list .tld-category{display: grid;grid-template-columns: repeat(10, 1fr);grid-auto-flow: row;gap: 10px}@media screen and (max-width: 1000px){.tld-mini-list .tld-category{grid-template-columns: repeat(6, 1fr)}}@media screen and (max-width: 700px){.tld-mini-list .tld-category{grid-template-columns: repeat(3, 1fr)}}.tld-mini-list .tld-category:nth-child(even){direction: rtl}.tld-mini-list .tld-category .grid-element{aspect-ratio: 1;background-color: #f6f6f6;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;padding: 0.5rem}.tld-mini-list .tld-category .category-title{font-size: 1.25rem;color: #000;font-weight: bold;grid-column: span 2;grid-row: span 2;background-color: #fff;position: relative;box-shadow: 0 1.25rem 3.125rem rgba(0,0,0,0.1);z-index: 1;display: flex;gap: 1.5rem;flex-direction: column}.tld-mini-list .tld-category .category-title .tld-count{position: absolute;top: 0.5rem;right: 0.5rem;background-color: #e30613;color: #fff;display: flex;flex-direction: column;align-items: center;justify-content: center;height: 3rem;aspect-ratio: 1}.tld-mini-list .tld-category .category-title .icon{height: 30%;aspect-ratio: 1;fill: #c3c3c3}.tld-mini-list .tld-category .tld{position: relative;font-size: 0.8rem;overflow: hidden;transition: all .2s ease-in-out}.tld-mini-list .tld-category .tld:hover{background-color: #e30613;color: #fff}/*# sourceMappingURL=/cache/css/5d588178c8c97d46aa3b1522f9168969.map */