@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");.launch-course-section{background:#eee9e1;color:#102f31;font-family:Degular Display Demo,Arial,sans-serif;overflow:hidden;padding:100px 0;width:100%}.launch-course-container{margin:0 auto;max-width:1680px}.course-header{align-items:flex-end;display:flex;gap:30px;justify-content:space-between;margin-bottom:24px}.section-mini-title{align-items:center;display:flex;gap:9px;margin-bottom:14px}.section-mini-title span{background:linear-gradient(90deg,transparent,#0a4245);height:1px;position:relative;width:52px}.section-mini-title span:first-child:after,.section-mini-title span:last-child:before{background:#0b5e60;border-radius:50%;box-shadow:0 0 0 4px rgba(11,94,96,.1);content:"";height:7px;position:absolute;top:50%;transform:translateY(-50%);width:7px}.section-mini-title span:first-child:after{right:-2px}.section-mini-title span:last-child{background:linear-gradient(90deg,#0a4245,transparent)}.section-mini-title span:last-child:before{left:-2px}.section-mini-title p{color:#0a3032;font-size:18px;font-weight:700;line-height:1;margin:0}.course-header h2{color:#093639;font-size:48px;font-weight:700;letter-spacing:-.06em;line-height:1.05;margin:0 0 8px}.section-subtitle{color:#404646;font-size:16px;letter-spacing:-.03em;line-height:1.5;margin:0}.view-catalogue{align-items:center;color:#ff8a00;display:inline-flex;font-size:16px;font-weight:600;gap:8px;margin-bottom:16px;text-decoration:none;transition:.3s ease}.view-catalogue svg{fill:none;height:16px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;transition:.3s ease;width:16px}.view-catalogue:hover svg{transform:translateX(4px)}.course-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:31px}.course-tabs button{background:#f8f7f3;border:0;border-radius:4px;box-shadow:0 5px 14px rgba(13,47,49,.04);color:#11383b;cursor:pointer;font-family:inherit;font-size:16px;font-weight:700;line-height:1;padding:16px 32px;transition:.3s ease}.course-tabs button.active,.course-tabs button:hover{background:linear-gradient(135deg,#87b4ab,#d8d1b6);border:1px solid linear-gradient(135deg,#052e30ba,#cac9d13b);box-shadow:0 10px 24px rgba(8,74,77,.16);color:#06696dfc;transform:translateY(-2px)}.course-grid{display:grid;gap:28px 19px;grid-template-columns:repeat(4,1fr)}.course-card{animation:cardFadeUp .7s ease forwards;background:#fff;border-radius:6px;box-shadow:0 5px 13px rgba(15,31,34,.11);display:flex;flex-direction:column;justify-content:space-between;min-height:327px;opacity:0;padding:24px;transform:translateY(20px);transition:transform .35s ease,box-shadow .35s ease}@keyframes cardFadeUp{to{opacity:1;transform:translateY(0)}}.course-card:hover{box-shadow:0 20px 38px rgba(11,42,44,.18);transform:translateY(-8px)}.course-card h3{color:#111c20;font-size:20px;font-weight:600;letter-spacing:-.055em;line-height:1.25;margin:0 0 10px}.course-card p{color:#606060;font-size:14px;font-weight:400;letter-spacing:-.035em;line-height:1.55;margin:0}.course-meta{align-items:center;display:flex;flex-wrap:wrap;gap:9px;margin-bottom:17px;margin-top:17px}.course-meta span{align-items:center;color:#0e171a;display:inline-flex;font-size:14px;font-weight:400;gap:4px;line-height:1}.course-meta svg{fill:#0c171a;height:11px;stroke:#0c171a;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7;width:11px}.course-image{--clip-size:80px;height:240px;margin-top:auto;overflow:visible;position:relative;width:100%}.course-thumb{background:#ddd;border-radius:8px;clip-path:polygon(0 0,100% 0,100% calc(100% - var(--clip-size)),calc(100% - var(--clip-size)) 100%,0 100%);height:100%;overflow:hidden;width:100%}.course-thumb img{display:block;filter:brightness(.84) saturate(.95);height:100%;object-fit:cover;transform:scale(1);transition:transform .55s ease,filter .35s ease;width:100%}.course-card:hover .course-thumb img{filter:brightness(.72) saturate(1.08);transform:scale(1.055)}.course-badge{backdrop-filter:blur(6px);background:rgba(21,43,45,.24);border:1px solid hsla(0,0%,100%,.9);border-radius:2px;bottom:220px;font-size:12px;font-weight:600;letter-spacing:-.02em;line-height:1;padding:6px 10px;right:50px;z-index:4}.course-arrow,.course-badge{color:#fff;position:absolute}.course-arrow{align-items:center;background:#007b7a;border-radius:50%;bottom:-1px;box-shadow:0 8px 18px rgba(0,123,122,.28);display:flex;height:45px;justify-content:center;right:-5px;text-decoration:none;transition:.35s ease;width:45px;z-index:8}.course-arrow svg{fill:none;height:17px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:17px}.course-card:hover .course-arrow{background:#005f5e;transform:rotate(45deg) scale(1.08)}.course-card.hide{display:none}.course-card.showing{animation:filterPop .45s ease forwards}@keyframes filterPop{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:1100px){.course-grid{grid-template-columns:repeat(2,1fr)}.course-card{min-height:340px}.course-image{height:190px}}@media (max-width:767px){.launch-course-section{padding:54px 16px 60px}.course-badge{bottom:180px;position:absolute;right:50px}.course-header{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:22px}.section-mini-title span{width:38px}.course-header h2{font-size:32px}.section-subtitle{font-size:12px;max-width:320px}.view-catalogue{margin-bottom:0}.course-tabs{flex-wrap:wrap;gap:8px;margin-bottom:24px;overflow-x:visible;padding-bottom:0}.course-tabs button{flex:0 1 auto;font-size:10px;padding:11px 15px}.course-grid{gap:18px;grid-template-columns:1fr}.course-card{min-height:auto;padding:19px 16px 16px}.course-card h3{font-size:15px}.course-card p{font-size:12px}.course-image{height:210px;--clip-size:58px}.course-arrow{bottom:-3px;height:36px;right:-4px;width:36px}}@media (max-width:420px){.course-image{height:180px;--clip-size:52px}.course-header h2{font-size:28px}}