.energy-platforms{padding:var(--spacing-4)0;background-color:var(--accent-color-light);width:100%;overflow:hidden}.energy-platforms .container{width:100%;padding-left:var(--spacing-3);padding-right:var(--spacing-3);margin-left:auto;margin-right:auto}@media screen and (min-width:768px){.energy-platforms .container{padding-left:var(--spacing-5);padding-right:var(--spacing-5)}}@media screen and (min-width:1024px){.energy-platforms .container{padding-left:var(--spacing-6);padding-right:var(--spacing-6)}}.energy-platforms__grid{gap:var(--spacing-3);margin-top:var(--spacing-3);grid-template-columns:1fr;width:100%;display:grid}@media screen and (min-width:640px){.energy-platforms__grid{gap:var(--spacing-3);margin-top:var(--spacing-4)}}@media screen and (min-width:768px){.energy-platforms__grid{gap:var(--spacing-4);margin-top:var(--spacing-5);grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1200px){.energy-platforms__grid{gap:var(--spacing-4);grid-template-columns:repeat(4,1fr)}}.platform-card{border-radius:var(--spacing-2);isolation:isolate;opacity:0;height:320px;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transition-delay:var(--delay,0s);-webkit-tap-highlight-color:transparent;position:relative;overflow:hidden;transform:translateY(40px)}@media screen and (min-width:480px){.platform-card{height:340px}}@media screen and (min-width:640px){.platform-card{height:360px}}@media screen and (min-width:768px){.platform-card{height:380px}}@media screen and (min-width:1200px){.platform-card{height:400px}}.energy-platforms--is-visible .platform-card{opacity:1;transform:translateY(0)}.platform-card__link{flex-direction:column;width:100%;height:100%;text-decoration:none;display:flex;position:relative}.platform-card__image-wrapper{z-index:1;position:absolute;inset:0}.platform-card__image{object-fit:cover;border-radius:0;transition:transform .8s cubic-bezier(.16,1,.3,1)}.platform-card__overlay{z-index:2;background:linear-gradient(#0000 0%,#121b2d99 60%,#121b2dfa 95%);transition:all .4s;position:absolute;inset:0}.platform-card__content{z-index:3;height:100%;padding:var(--spacing-3);flex-direction:column;justify-content:flex-end;display:flex;position:relative}@media screen and (min-width:480px){.platform-card__content{padding:var(--spacing-3)}}@media screen and (min-width:768px){.platform-card__content{padding:var(--spacing-4)}}.platform-card__title{color:var(--neutral-white);margin-bottom:4px;font-size:1.2rem;font-weight:700;line-height:1.2}@media screen and (min-width:480px){.platform-card__title{font-size:1.3rem}}@media screen and (min-width:768px){.platform-card__title{font-size:1.4rem}}@media screen and (min-width:1200px){.platform-card__title{font-size:1.5rem}}.platform-card__description{color:#ffffffe6;margin-bottom:var(--spacing-1);max-width:100%;max-height:2.6em;font-size:.8rem;line-height:1.3;overflow:hidden}@media screen and (min-width:480px){.platform-card__description{margin-bottom:var(--spacing-2);max-height:2.6em;font-size:.85rem}}@media screen and (min-width:768px){.platform-card__description{margin-bottom:var(--spacing-2);max-height:2.7em;font-size:.9rem}}.platform-card__source-note{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:fit-content;margin-bottom:var(--spacing-2);opacity:0;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:4px;padding:4px 10px;transition:all .3s;display:flex;transform:translateY(10px)}@media screen and (min-width:480px){.platform-card__source-note{margin-bottom:var(--spacing-2);padding:6px 12px}}.platform-card:hover .platform-card__source-note,.platform-card:active .platform-card__source-note{opacity:1;transform:translateY(0)}.platform-card__source-note svg{color:var(--primary-color);width:12px;height:12px}.platform-card__source-note span{color:#fff;font-size:.65rem;font-weight:500}@media screen and (min-width:480px){.platform-card__source-note span{font-size:.7rem}}@media screen and (min-width:768px){.platform-card__source-note span{font-size:.75rem}}.platform-card__footer{padding-top:var(--spacing-2);border-top:1px solid #ffffff26;justify-content:space-between;align-items:center;margin-top:auto;transition:border-color .3s;display:flex}@media screen and (min-width:480px){.platform-card__footer{padding-top:var(--spacing-2)}}.platform-card:hover .platform-card__footer,.platform-card:active .platform-card__footer{border-top-color:var(--primary-color)}.platform-card__cta{color:var(--neutral-white);letter-spacing:.5px;font-size:.7rem;font-weight:600;transition:transform .3s}@media screen and (min-width:480px){.platform-card__cta{font-size:.75rem}}@media screen and (min-width:768px){.platform-card__cta{font-size:.8rem}}.platform-card:hover .platform-card__cta,.platform-card:active .platform-card__cta{transform:translate(-5px)}.platform-card__icon-wrapper{background-color:var(--primary-color);width:32px;height:32px;color:var(--neutral-white);border-radius:6px;justify-content:center;align-items:center;transition:all .3s;display:flex;box-shadow:0 4px 12px #ff7f414d}@media screen and (min-width:480px){.platform-card__icon-wrapper{width:34px;height:34px}}@media screen and (min-width:768px){.platform-card__icon-wrapper{width:36px;height:36px}}.platform-card__icon-wrapper svg{width:16px;height:16px}.platform-card:hover .platform-card__image,.platform-card:active .platform-card__image{transform:scale(1.1)}.platform-card:hover .platform-card__icon-wrapper,.platform-card:active .platform-card__icon-wrapper{background-color:var(--neutral-white);color:var(--primary-color);transform:rotate(45deg);box-shadow:0 6px 16px #ff7f4166}.platform-card:hover .platform-card__overlay,.platform-card:active .platform-card__overlay{background:linear-gradient(#121b2d66 0%,#121b2dcc 30%,#ff7f41f2 100%)}@media screen and (max-width:480px){.energy-platforms{padding:var(--spacing-3)0}.energy-platforms .container{padding-left:var(--spacing-2);padding-right:var(--spacing-2)}.energy-platforms__grid{gap:var(--spacing-2)}.platform-card{height:280px}.platform-card__content{padding:16px}.platform-card__title{margin-bottom:2px;font-size:1.1rem}.platform-card__description{max-height:2.6em;margin-bottom:8px;font-size:.7rem}.platform-card__source-note{margin-bottom:8px;padding:3px 8px}.platform-card__source-note span{font-size:.6rem}.platform-card__source-note svg{width:10px;height:10px}.platform-card__footer{padding-top:8px}.platform-card__icon-wrapper{width:28px;height:28px}.platform-card__icon-wrapper svg{width:14px;height:14px}.platform-card__cta{font-size:.65rem}}@media screen and (min-width:481px) and (max-width:639px){.platform-card{height:300px}.platform-card__content{padding:18px}.platform-card__title{font-size:1.2rem}.platform-card__description{font-size:.75rem}}.platform-card,.platform-card__image,.platform-card__icon-wrapper{will-change:transform}@media (prefers-reduced-motion:reduce){.platform-card,.platform-card__image,.platform-card__icon-wrapper,.platform-card__source-note,.platform-card__cta{transition:none!important;animation:none!important}.platform-card:hover .platform-card__image,.platform-card:active .platform-card__image,.platform-card:hover .platform-card__icon-wrapper,.platform-card:active .platform-card__icon-wrapper{transform:none}}
