.support-grid{box-sizing:border-box;padding:2.5rem 0 5rem}@media(max-width:992px){.support-grid{padding:0 0 3rem}}.support-grid__title{font-weight:500}.support-grid__subtitle{margin:10px 0 0}.support-grid__grid{display:grid;gap:20px;grid-template-columns:repeat(5,1fr);margin-top:3rem}@media(max-width:992px){.support-grid__grid{grid-template-columns:1fr}}.support-grid__item{background:var(--color-light-grey);border-radius:25px;box-sizing:border-box;height:100%;padding:30px;transition:.2s}.support-grid__item:hover{box-shadow:inset 0 0 0 4px var(--color-primary)}.support-grid__item:hover svg{transform:rotate(-45deg)}.support-grid__item a{color:inherit;display:flex;flex-direction:column;gap:2.5rem 0;height:100%;justify-content:space-between;text-decoration:none}.support-grid__item-image img,.support-grid__item-image picture{display:block;margin:0 auto;max-height:95px;max-width:85%;object-fit:contain}.support-grid__item-title{align-items:flex-end;display:flex;font-size:clamp(16px,2vw,18px);font-weight:700;gap:0 10px;justify-content:space-between}.support-grid__item-title>span{flex:1}.support-grid__item-title svg{color:var(--color-primary);flex:0 0 auto;flex:0 0 25px;position:relative;top:-3px;transition:.2s;width:25px}.support-popup{align-items:center;background:#000000b3;display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.support-popup-content__inner,.support-popup__top{margin:0 auto;max-width:90%}.support-popup-content__inner-title,.support-popup__top-title{font-size:clamp(18px,3vw,24px);font-weight:600}@media(max-width:992px){.support-popup-content__inner,.support-popup__top{max-width:100%}.support-popup-content__inner:has(:nth-child(3)){box-sizing:border-box;padding-right:25px}}.support-popup-inner{background:var(--color-light);border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:3rem 0;max-height:80vh;max-width:900px;padding:3rem;position:relative;width:100%}@media(max-width:992px){.support-popup-inner{gap:2rem 0;padding:2rem}}.support-popup-close{background:none;border:none;color:var(--color-primary);cursor:pointer;flex:0 0 auto;outline:none}.support-popup-close svg{width:20px}@media(max-width:992px){.support-popup-close svg{width:15px}}.support-popup__top{align-items:center;display:flex;gap:0 2rem;justify-content:space-between;width:100%}.support-popup-content{flex:1;overflow-y:auto}.support-popup-content::-webkit-scrollbar{width:8px}.support-popup-content__inner{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}@media(max-width:992px){.support-popup-content__inner{gap:20px 0;grid-template-columns:1fr}}.support-extended{margin-top:5rem}@media(max-width:992px){.support-extended{margin-top:2.5rem}}.support-extended__inner{box-sizing:border-box;padding-bottom:15%}.support-extended .container--large{display:flex;flex-direction:column;gap:3rem}.support-extended__items{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media(max-width:992px){.support-extended__items{grid-template-columns:1fr}}.support-extended__item{box-sizing:border-box;padding:2rem 2rem 18%}@media(max-width:992px){.support-extended__item{border-radius:25px;padding:25px}}.support-extended__item a{color:inherit;text-decoration:none}.support-extended__item a:hover svg{transform:rotate(0)}.support-extended__item-title{font-size:clamp(17px,2vw,20px);font-weight:700;margin-top:10px}.support-extended__item-description{display:flex;flex-direction:column;gap:20px 0;margin-top:20px}.support-extended__item-description>*{margin:0}.support-extended__item-icon{height:50px;width:50px}@media(max-width:992px){.support-extended__item-icon{height:35px;width:35px}}.support-extended__item-icon img,.support-extended__item-icon picture{max-height:100%;max-width:100%;object-fit:contain;object-position:left center}.support-extended__item-icon-wrapper{align-items:flex-start;display:flex;gap:0 20px;justify-content:space-between}.support-extended__item-icon-wrapper svg{color:var(--color-primary);transform:rotate(45deg);transition:.2s;width:30px}@media(max-width:992px){.support-extended__item-icon-wrapper svg{width:20px}}.support-extended__swirl{bottom:0;height:70%;left:0;position:absolute;width:100%}@media(max-width:992px){.support-extended__swirl{display:none}}.support-extended__swirl img,.support-extended__swirl picture{clip-path:inset(0 100% 0 0);height:100%;object-fit:fill;transition:clip-path 3s;width:100%}.support-extended__swirl img.animated,.support-extended__swirl picture.animated{clip-path:inset(0 0 0 0)}