.custom-link-cards-gallery{max-width:var(--page-layout-width);padding-left:var(--page-layot-sides-padding);padding-right:var(--page-layot-sides-padding);margin-left:auto;margin-right:auto}.custom-link-cards-gallery__container{display:flex;flex-direction:column;align-items:center;row-gap:52px}.custom-link-cards-gallery__title{max-width:612px;width:100%;margin:0;text-align:center;color:var(--black)}.custom-link-cards-gallery--title-width-full .custom-link-cards-gallery__title{max-width:100%;width:100%}.custom-link-cards-gallery__grid{display:flex;flex-wrap:wrap;gap:24px;width:100%;align-self:stretch}.custom-link-cards-gallery__card{display:flex;flex-direction:column;gap:24px;width:calc((100% - (24px * 2))/ 3);padding-bottom:24px;border-radius:24px;background-color:var(--white);box-shadow:0 3px 20px 0 rgba(100,111,101,.09);overflow:hidden;-webkit-text-decoration:none;text-decoration:none;color:var(--black);transition:background-color .3s ease-in-out}.custom-link-cards-gallery__card:hover{background-color:#f6f6f6}.custom-link-cards-gallery__card:active,.custom-link-cards-gallery__card:focus{background-color:#efefef}.custom-link-cards-gallery__card:focus-visible{outline:2px solid var(--black);outline-offset:2px}.custom-link-cards-gallery__card:nth-child(n+4){width:calc((100% - 24px)/ 2)}.custom-link-cards-gallery__card-media{position:relative;height:200px;overflow:hidden;background:linear-gradient(181deg,#f7f7f7 1.69%,#fff 19.85%,#fff 68.98%,#f7f7f7 95.96%)}.custom-link-cards-gallery__card-image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.custom-link-cards-gallery__card-content{display:flex;flex-direction:column;gap:4px;padding-left:12px;padding-right:12px}.custom-link-cards-gallery__card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.custom-link-cards-gallery__card-title{flex:1 1 auto;min-width:0;margin:0;letter-spacing:.72px}.custom-link-cards-gallery__card-icon{flex-shrink:0;width:36px;height:36px;color:var(--black)}.custom-link-cards-gallery__card-icon svg{display:block;width:36px;height:36px}.custom-link-cards-gallery__card-text{margin:0}@media screen and (max-width:1023px){.custom-link-cards-gallery__container{row-gap:24px}.custom-link-cards-gallery__title{max-width:none;text-align:center}.custom-link-cards-gallery__card:nth-child(1),.custom-link-cards-gallery__card:nth-child(2),.custom-link-cards-gallery__card:nth-child(4),.custom-link-cards-gallery__card:nth-child(5){width:calc((100% - 24px)/ 2)}.custom-link-cards-gallery__card:nth-child(3){width:100%}}@media screen and (max-width:676px){.custom-link-cards-gallery__grid .custom-link-cards-gallery__card{width:100%}.custom-link-cards-gallery__card-media{height:144px}}