.years-tabs{width:100%}.years-tabs *{margin:0;padding:0}.years-tabs__container{display:flex;flex-direction:column;gap:40px}.years-tabs__tab{display:flex;gap:20px;justify-content:space-between}.years-tabs__tab-heading{align-items:center;background:#f1f1f1;border:1px solid #f1f1f1;border-radius:4px;display:flex;gap:12px;padding:24px 20px;transition:all .3s ease;width:100%}.years-tabs__tab-heading:hover{cursor:pointer}.years-tabs__tab-heading.active,.years-tabs__tab-heading:hover{background:#fff}.years-tabs__tab-heading-image{align-items:center;background:#d0d0d0;border-radius:4px;display:flex;gap:10px;height:55px;justify-content:center;padding:10px;transition:all .3s ease;width:55px}.years-tabs__tab-heading.active .years-tabs__tab-heading-image,.years-tabs__tab-heading:hover .years-tabs__tab-heading-image{background:#f1f1f1}.years-tabs__tab-heading-image svg path{fill:#fff;stroke:#fff;transition:all .3s ease}.years-tabs__tab-heading.active .years-tabs__tab-heading-image svg path,.years-tabs__tab-heading:hover .years-tabs__tab-heading-image svg path{fill:#000;stroke:#000}.years-tabs__tab-heading-text{color:#d0d0d0;font-size:20px;font-style:normal;font-weight:400;line-height:120%}.years-tabs__tab-heading.active .years-tabs__tab-heading-text,.years-tabs__tab-heading:hover .years-tabs__tab-heading-text{color:#000}.years-tabs__content-elements{flex-direction:column;gap:24px}.years-tabs__content-cards-container{display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.years-tabs__content-cards{align-items:flex-start;background:#fff;border:1px solid #f1f1f1;border-radius:4px;display:flex;flex-direction:column;gap:10px;padding:32px 24px;width:100%}.years-tabs__content-cards-text *{color:#000;font-size:24px;font-style:normal;font-weight:300;line-height:120%}.years-tabs__content-cards a{align-items:center;display:flex;font-size:14px;font-style:normal;font-weight:600;gap:14px;letter-spacing:.84px;line-height:120%;text-decoration:none}.years-tabs__content-cards a:hover{text-decoration:none}@media (max-width:992px){.years-tabs__content-cards-container{grid-template-columns:repeat(2,1fr)}.years-tabs__container{gap:0}.years-tabs__content-container{margin-top:40px}}@media (max-width:600px){.years-tabs__content-cards-container{grid-template-columns:repeat(1,1fr)}}