.category-hero-banner{background:#00153D url(/assets/category-hero-banner.webp) 50%/cover repeat-x;min-height:100%;border-radius:16px}.button-bg-color{background-color:#00143e}.certificate-box{position:relative}.certificate-box:before{content:"";position:absolute;left:0;top:24px;height:calc(100% - 48px);width:6px;border-top-right-radius:8px;border-bottom-right-radius:8px;background:linear-gradient(180deg,#2b6ef6,#1b4ed6)}@media (max-width:768px){.certificate-box:before{top:12px;height:calc(100% - 24px)}}.french-language-section{background:#DFEBFF}.french-card-bg{background:url(/assets/french-card-bg.svg) 100% 100% no-repeat;width:100%;height:1260px;background-size:100% 100%}.french-card-container{display:flex;width:100%;gap:3rem;flex-wrap:wrap;flex-direction:row;margin:3rem 0 0;position:relative}.french-card-list{background-color:#fff;text-align:left;border-radius:16px;padding:32px;width:40%;max-width:40%;transition:transform .2s}.french-card-list:hover{animation:updown 2s ease-in-out infinite}@keyframes updown{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:768px){.french-card-bg{height:auto;background:none}.french-card-list{width:100%;max-width:100%}}.fade-up{opacity:0;transform:translateY(20px);transition:all .5s ease-out}.fade-up.show{opacity:1;transform:translateY(0)}