.theme-cards{position:relative;overflow:hidden;padding:3.75rem 0}@media (min-width: 768px){.theme-cards{padding:5rem 0}}@media (min-width: 992px){.theme-cards{padding:6.25rem 0}}@media (min-width: 1710px){.theme-cards{padding:7.5rem 0}}.theme-cards__logo-bg{position:absolute;top:-1.25rem;left:1rem;width:16.125rem;height:16.125rem;pointer-events:none;opacity:.1;z-index:0;color:var(--color-dark-blue)}@media (min-width: 768px){.theme-cards__logo-bg{top:-3.75rem;left:3.75rem;width:31.25rem;height:31.25rem}}@media (min-width: 1710px){.theme-cards__logo-bg{top:-7.3125rem;left:8.5625rem;width:59.125rem;height:59.125rem}}.theme-cards__logo-bg svg{width:100%;height:100%}.theme-cards>.container{position:relative;z-index:1}.theme-cards__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;max-width:68.125rem;margin:0 auto 2rem}@media (min-width: 768px){.theme-cards__header{gap:1.25rem;margin-bottom:2.5rem}}@media (min-width: 992px){.theme-cards__header{gap:1.5rem;margin-bottom:3.5rem}}.theme-cards__heading{display:flex;flex-direction:column;gap:.5rem;width:100%}.theme-cards__title{margin:0}.theme-cards__description p{margin:0 0 .75rem}.theme-cards__description p:last-child{margin-bottom:0}.theme-cards__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.theme-cards__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width: 1200px){.theme-cards__grid{grid-template-columns:repeat(4,1fr);gap:1rem}}@media (min-width: 1710px){.theme-cards__grid{gap:1.875rem}}.theme-cards__card{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1rem;padding:1.25rem;border:1px solid transparent;background-color:transparent;text-align:center;text-decoration:none;color:inherit;transition:border-color var(--theme-transition),background-color var(--theme-transition),box-shadow var(--theme-transition),color var(--theme-transition)}@media (min-width: 1200px){.theme-cards__card{padding:1.875rem .625rem}}@media (min-width: 1710px){.theme-cards__card{gap:1.5rem;padding:1.875rem 1.25rem}}.theme-cards__card:is(a){cursor:pointer}.theme-cards__card-icon{display:flex;align-items:center;justify-content:center;align-self:center;width:2.5rem;height:2.5rem;flex-shrink:0;color:var(--color-gold);transition:color var(--theme-transition)}.theme-cards__card-icon svg,.theme-cards__card-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.theme-cards__card-title,.theme-cards__card-description{margin:0;transition:color var(--theme-transition)}.theme-cards__card-description p{margin:0 0 .5rem}.theme-cards__card-description p:last-child{margin-bottom:0}.theme-cards__buttons.btns{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}@media (min-width: 768px){.theme-cards__buttons.btns{gap:1.25rem;margin-top:2.5rem}}@media (min-width: 992px){.theme-cards__buttons.btns{margin-top:3.5rem}}.theme-cards.bg-light{background-color:var(--color-background);color:var(--color-dark-blue)}.theme-cards.bg-light .theme-cards__subheading{color:var(--color-gold-dark)}.theme-cards.bg-light .theme-cards__title,.theme-cards.bg-light .theme-cards__description{color:var(--color-dark-blue)}.theme-cards.bg-light .theme-cards__card{background-color:var(--color-white);border-color:var(--color-outline-light)}.theme-cards.bg-light .theme-cards__card:hover{border-color:var(--color-gold);box-shadow:var(--theme-gold-shadow)}.theme-cards.bg-light .theme-cards__card:hover .theme-cards__card-title,.theme-cards.bg-light .theme-cards__card:hover .theme-cards__card-description,.theme-cards.bg-light .theme-cards__card:hover .theme-cards__card-icon{color:var(--color-gold-dark)}.theme-cards.bg-light .theme-cards__card-title,.theme-cards.bg-light .theme-cards__card-description{color:var(--color-dark-blue)}.theme-cards.bg-light .theme-cards__card--highlighted{border-color:var(--color-gold)}.theme-cards.bg-light .theme-cards__card--highlighted .theme-cards__card-title,.theme-cards.bg-light .theme-cards__card--highlighted .theme-cards__card-icon{color:var(--color-gold)}.theme-cards.bg-light .theme-cards__card:is(a):hover,.theme-cards.bg-light .theme-cards__card:is(a):focus-visible{border-color:var(--color-gold)}.theme-cards.bg-light .theme-cards__card:is(a):hover .theme-cards__card-title,.theme-cards.bg-light .theme-cards__card:is(a):hover .theme-cards__card-icon,.theme-cards.bg-light .theme-cards__card:is(a):focus-visible .theme-cards__card-title,.theme-cards.bg-light .theme-cards__card:is(a):focus-visible .theme-cards__card-icon{color:var(--color-gold)}.theme-cards.bg-light .theme-cards__logo-bg{color:var(--color-dark-blue)}.theme-cards--dark{background-color:var(--color-dark-blue);color:var(--color-white)}.theme-cards--dark .theme-cards__subheading{color:var(--color-white)}.theme-cards--dark .theme-cards__title{color:var(--color-gold)}.theme-cards--dark .theme-cards__description{color:var(--color-white)}.theme-cards--dark .theme-cards__card{background-color:var(--color-dark-blue);border-color:var(--color-outline-blue);box-shadow:var(--theme-md-shadow)}.theme-cards--dark .theme-cards__card:hover{border-color:var(--color-outline-gold);box-shadow:var(--theme-gold-shadow)}.theme-cards--dark .theme-cards__card:hover .theme-cards__card-title,.theme-cards--dark .theme-cards__card:hover .theme-cards__card-description,.theme-cards--dark .theme-cards__card:hover .theme-cards__card-icon,.theme-cards--dark .theme-cards__card-title{color:var(--color-gold)}.theme-cards--dark .theme-cards__card-description{color:var(--color-white)}.theme-cards--dark .theme-cards__card--highlighted{border-color:var(--color-gold)}.theme-cards--dark .theme-cards__card--highlighted .theme-cards__card-title,.theme-cards--dark .theme-cards__card--highlighted .theme-cards__card-icon,.theme-cards--dark .theme-cards__card--highlighted .theme-cards__card-description{color:var(--color-gold)}.theme-cards--dark .theme-cards__card:is(a):hover,.theme-cards--dark .theme-cards__card:is(a):focus-visible{border-color:var(--color-gold)}.theme-cards--dark .theme-cards__logo-bg{color:var(--color-white)}
