.content-cards-grid{--content-cards-grid-bg: #F2F7FE;background:var(--content-cards-grid-bg)}.content-cards-grid__container{width:100%;margin-left:auto;margin-right:auto;padding-left:3.2rem;padding-right:3.2rem}@media (min-width: 768px){.content-cards-grid__container{max-width:76.8rem;padding-left:4.4rem;padding-right:4.4rem}}@media (min-width: 1024px){.content-cards-grid__container{max-width:102.4rem;padding-left:5.6rem;padding-right:5.6rem}}@media (min-width: 1280px){.content-cards-grid__container{max-width:128rem;padding-left:3.2rem;padding-right:3.2rem}}@media (min-width: 1440px){.content-cards-grid__container{max-width:144rem}}@media (min-width: 1600px){.content-cards-grid__container{max-width:151.2rem;padding-left:5.6rem;padding-right:5.6rem}}.content-cards-grid__header{max-width:68rem;margin:0 auto 3.2rem;text-align:center}@media (min-width: 768px){.content-cards-grid__header{margin:0 auto 4rem}}@media (min-width: 1024px){.content-cards-grid__header{margin:0 auto 4rem}}@media (min-width: 1280px){.content-cards-grid__header{margin:0 auto 5.6rem}}.content-cards-grid__title{margin:0 0 1.2rem;color:#000;font-family:proxima-nova,Roboto,sans-serif;font-size:3.2rem;letter-spacing:0;font-weight:900;line-height:1.1875}@media (min-width: 768px){.content-cards-grid__title{font-size:4.8rem;line-height:1.08333;margin:0 0 1.6rem}}@media (min-width: 1024px){.content-cards-grid__title{font-size:4.8rem;line-height:1.08333;margin:0 0 1.6rem}}.content-cards-grid__text{max-width:61.6rem;margin:0 auto;color:#000;font-family:proxima-nova,Roboto,sans-serif;font-size:1.6rem;line-height:1.5}.content-cards-grid__text p{margin:0 0 .8rem}.content-cards-grid__text p:last-child{margin-bottom:0}.content-cards-grid__text strong{font-weight:700}.content-cards-grid__text a{text-decoration:underline}.content-cards-grid__cards{display:flex;flex-direction:column;gap:2.4rem}@media (min-width: 768px){.content-cards-grid__cards{max-width:55.2rem;margin:0 auto;gap:3.2rem}}@media (min-width: 1024px){.content-cards-grid__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:unset;margin:0;gap:2.4rem}}@media (min-width: 1280px){.content-cards-grid__cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:4rem;max-width:unset}}.content-cards-grid__column{display:flex;flex-direction:column;gap:2.4rem}@media (min-width: 768px){.content-cards-grid__column{gap:3.2rem}}@media (min-width: 1024px){.content-cards-grid__column{gap:2.4rem}}@media (min-width: 1280px){.content-cards-grid__column{display:contents}}.content-cards-grid__card{position:relative;overflow:hidden;min-height:8rem;background:#fff;border-radius:.8rem;box-shadow:0 0 4rem #0c055e14}@media (min-width: 768px){.content-cards-grid__card{min-height:8.8rem;border-radius:1rem}}@media (min-width: 1024px){.content-cards-grid__card{min-height:8.8rem;border-radius:1rem}}@media (min-width: 1280px){.content-cards-grid__card{border-radius:1.2rem;min-height:unset}}.content-cards-grid__card--deco-turquoise,.content-cards-grid__card--deco-cyan{--content-cards-grid-deco-color: #1B9BC2}.content-cards-grid__card--deco-blue{--content-cards-grid-deco-color: #0040B8}.content-cards-grid__card--deco-purple,.content-cards-grid__card--deco-magenta{--content-cards-grid-deco-color: #9F27A1}.content-cards-grid__card-deco{position:absolute;top:0;left:0;display:block;width:4rem;height:8rem;overflow:hidden;background-color:var(--content-cards-grid-deco-color, #24C8D9);pointer-events:none}@media (min-width: 768px){.content-cards-grid__card-deco{width:4.4rem;height:8.8rem}}@media (min-width: 1280px){.content-cards-grid__card-deco{position:static;width:100%;height:3.4rem}}@media (min-width: 1440px){.content-cards-grid__card-deco{height:4rem}}.content-cards-grid__card-deco-track{display:flex;flex-direction:column;min-height:100%}@media (min-width: 1280px){.content-cards-grid__card-deco-track{display:none}}.content-cards-grid__card-deco-picture{display:none}@media (min-width: 1280px){.content-cards-grid__card-deco-picture{display:block;width:100%;height:100%}}.content-cards-grid__card-deco-img{display:block;width:100%;height:auto;flex-shrink:0}@media (min-width: 1280px){.content-cards-grid__card-deco-img{height:100%;object-fit:cover}}.content-cards-grid__card-toggle{display:grid;grid-template-columns:minmax(0,1fr) 4rem;align-items:stretch;width:100%;min-height:8rem;padding:1.6rem 1.6rem 1.6rem 5.6rem;border:0;background:#fff;color:inherit;text-align:left;cursor:pointer}@media (min-width: 768px){.content-cards-grid__card-toggle{min-height:8.8rem;padding:1.6rem 2.4rem 1.6rem 6.8rem}}@media (min-width: 1280px){.content-cards-grid__card-toggle{display:block;min-height:0;padding:2.4rem 2.4rem 1.2rem;cursor:default;pointer-events:none}}.content-cards-grid__card-icon{display:flex;align-items:center;justify-content:center}@media (min-width: 1280px){.content-cards-grid__card-icon{display:none}}.content-cards-grid__open{position:relative;display:flex;width:4rem;height:4rem;border-radius:.4rem;background-color:#000;flex-shrink:0}.content-cards-grid__open-horizontal,.content-cards-grid__open-vertical{position:absolute;top:50%;left:50%;background-color:#fff;transform:rotate(-90deg);transition:all .2s ease-in-out}.content-cards-grid__open-horizontal{width:2.1rem;height:.3rem;margin-top:-.15rem;margin-left:-1.05rem;opacity:1}.content-cards-grid__open-vertical{width:.3rem;height:2.1rem;margin-top:-1.05rem;margin-left:-.15rem}.content-cards-grid__card.is-open .content-cards-grid__open-horizontal,.content-cards-grid__card.is-open .content-cards-grid__open-vertical{transform:rotate(90deg)}.content-cards-grid__card.is-open .content-cards-grid__open-horizontal{opacity:0}.content-cards-grid__card-panel{max-height:0;overflow:hidden;transition:max-height .3s ease}@media (min-width: 1280px){.content-cards-grid__card-panel{max-height:none;overflow:visible}}.content-cards-grid__card-body{padding:1.8rem 2.4rem 2.4rem;border-top:.1rem solid #D8DBE9}@media (min-width: 768px){.content-cards-grid__card-body{padding:2.4rem 3.2rem 3.2rem}}@media (min-width: 1280px){.content-cards-grid__card-body{padding:0 2.4rem 3.2rem;border-top:0}}.content-cards-grid__card-title{display:flex;align-items:center;min-width:0;margin:0;padding-right:1.2rem;color:#000;font-family:proxima-nova,Roboto,sans-serif;font-size:1.8rem;font-weight:900;line-height:1.222;letter-spacing:-.02em}@media (min-width: 768px){.content-cards-grid__card-title{padding-right:1.6rem;font-size:2.4rem;line-height:1.1667}}@media (min-width: 1280px){.content-cards-grid__card-title{display:block;padding-right:0;font-size:2rem;line-height:1.2}}.content-cards-grid__card-text{color:#000;font-family:proxima-nova,Roboto,sans-serif;font-size:1.6rem;line-height:1.5}.content-cards-grid__card-text p{margin:0 0 .8rem}.content-cards-grid__card-text p:last-child{margin-bottom:0}.content-cards-grid__card-text strong{font-weight:800}.content-cards-grid__card-text a{text-decoration:underline}
