.theme-cards{--cards-gradient-stop: 83%;padding-bottom:3.75rem}.theme-cards__header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:3rem;gap:1rem}.theme-cards__label{display:flex;align-items:center;gap:1rem}.theme-cards__label span{font-family:var(--theme-heading-ff);font-size:.875rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em;color:var(--theme-primary-color)}.theme-cards__label svg{width:1.75rem;height:1.75rem;fill:var(--theme-primary-color)}.theme-cards__title{margin:0}.theme-cards__description{font-size:var(--theme-base-fs);line-height:var(--theme-text-lh)}.theme-cards__description p:last-child{margin-bottom:0}.theme-cards__items{display:grid;gap:1rem}@media (min-width: 992px){.theme-cards__items{gap:1.5rem}}.theme-cards__items--cols-2{--cards-gradient-stop: 88%;grid-template-columns:repeat(1,1fr)}@media (min-width: 768px){.theme-cards__items--cols-2{grid-template-columns:repeat(2,1fr)}}.theme-cards__items--cols-2 .theme-cards__card-content{padding:.5rem;gap:.25rem;aspect-ratio:auto;min-height:14rem}@media (min-width: 576px){.theme-cards__items--cols-2 .theme-cards__card-content{padding:1rem}}@media (min-width: 768px){.theme-cards__items--cols-2 .theme-cards__card-content{min-height:15.625rem}}@media (min-width: 992px){.theme-cards__items--cols-2 .theme-cards__card-content{gap:1rem}}@media (min-width: 1200px){.theme-cards__items--cols-2 .theme-cards__card-content{min-height:auto;padding:2.5rem;aspect-ratio:810/456}}.theme-cards__items--cols-2 .theme-cards__card-title{font-size:var(--theme-h3-fs)}.theme-cards__items--cols-4{grid-template-columns:repeat(1,1fr)}@media (min-width: 768px){.theme-cards__items--cols-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1200px){.theme-cards__items--cols-4{grid-template-columns:repeat(4,1fr)}}.theme-cards__items--cols-4 .theme-cards__card-content{padding:1.25rem;gap:.5rem}.theme-cards__items--cols-4 .theme-cards__card-title{font-size:var(--theme-h4-fs)}.theme-cards__card{position:relative;border-radius:var(--theme-radius);overflow:hidden;box-shadow:var(--theme-shadow-primary);transition:box-shadow var(--theme-transition-duration) var(--theme-easing-function);cursor:pointer}.theme-cards__card:before{content:"";position:absolute;inset:0;background:#1e333dd9;transition:opacity var(--theme-transition-duration) var(--theme-easing-function);opacity:0;z-index:1}.theme-cards__card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(30,51,61,.2) 50%,rgb(26,46,56) var(--cards-gradient-stop));transition:opacity var(--theme-transition-duration) var(--theme-easing-function);opacity:1}.theme-cards__card:hover:before{opacity:1}.theme-cards__card:hover:after{opacity:0}.theme-cards__card:hover .theme-cards__card-title{color:var(--theme-secondary-light-color)}.theme-cards__card:hover .theme-cards__card-icon{border-color:var(--theme-secondary-light-color);color:var(--theme-secondary-light-color)}.theme-cards__card:hover .theme-cards__card-arrow{opacity:1}.theme-cards__card-image{position:absolute;inset:0;margin:0;padding:0}.theme-cards__card-image picture{display:block;width:100%;height:100%}.theme-cards__card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.theme-cards__card-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;height:100%;color:var(--theme-base-light);aspect-ratio:390/488}.theme-cards__card-icon{display:flex;align-items:center;justify-content:center;width:1.875rem;height:1.875rem;padding:.25rem;border:.0625rem solid var(--theme-base-light);border-radius:50%;color:var(--theme-base-light);transition:color var(--theme-transition-duration) var(--theme-easing-function),border-color var(--theme-transition-duration) var(--theme-easing-function)}@media (min-width: 768px){.theme-cards__card-icon{width:2.5rem;height:2.5rem;padding:.25rem}}@media (min-width: 992px){.theme-cards__card-icon{width:3.375rem;height:3.375rem;padding:.5rem}}.theme-cards__card-icon svg{width:100%;height:100%}.theme-cards__card-link{text-decoration:none;color:inherit}.theme-cards__card-link:after{content:"";position:absolute;inset:0}.theme-cards__card-title-wrap{display:flex;align-items:center;justify-content:space-between;gap:.1875rem}.theme-cards__card-title{font-weight:700;color:var(--theme-base-light);margin:0;transition:color var(--theme-transition-duration) var(--theme-easing-function)}.theme-cards__card-arrow{flex-shrink:0;opacity:0;transition:opacity var(--theme-transition-duration) var(--theme-easing-function)}.theme-cards__card-arrow svg{width:1.5rem;height:1.5rem;fill:var(--theme-secondary-light-color);display:block}.theme-cards__card-wave svg{width:1.75rem;height:1.75rem;fill:var(--theme-base-light)}.theme-cards__card-text{font-size:var(--theme-base-fs);color:var(--theme-base-light);margin:0}.theme-cards__buttons{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}@media (min-width: 992px){.theme-cards__buttons{margin-top:2rem}}.theme-cards__buttons--left{justify-content:flex-start}.theme-cards__buttons--right{justify-content:flex-end}
