body.ms-home-edukon {
  --ms-shell-header-height: 96px;
  --mse-blue: #2563eb;
  --mse-blue-deep: #1d4ed8;
  --mse-green: #10b981;
  --mse-ink: #0f172a;
  --mse-slate: #475569;
  --mse-slate-soft: #64748b;
  --mse-line: rgba(15, 23, 42, 0.1);
  --mse-line-strong: rgba(15, 23, 42, 0.16);
  --mse-white: #ffffff;
  --mse-cream: #f7f9f4;
  --mse-cream-deep: #edf4ee;
  --mse-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
  --mse-card-shadow: 0 5px 10px rgba(16, 17, 21, 0.1);
  --mse-card-shadow-hover: 0 16px 28px rgba(16, 17, 21, 0.14);
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 30%),
    radial-gradient(circle at 82% 8%, rgba(16, 185, 129, 0.12), transparent 26%),
    linear-gradient(180deg, #fcfdf8 0%, #f4f8ff 52%, #eef6f1 100%);
  color: var(--mse-ink);
}

body.ms-home-edukon .container {
  width: min(1240px, calc(100vw - 32px));
  margin: 0 auto;
}

body.ms-home-edukon .lab-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ms-home-edukon .padding-tb {
  padding: 70px 0;
}

body.ms-home-edukon .section-bg {
  background: #f4f8ff;
}

body.ms-home-edukon .text-center {
  text-align: center;
}

body.ms-home-edukon .home-main {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: 0;
}

body.ms-home-edukon .header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 80;
  background: transparent;
  backdrop-filter: none;
  border-bottom: 0;
}

body.ms-home-edukon .header-top {
  background: rgba(255, 255, 255, 0.72);
  color: var(--mse-slate);
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

body.ms-home-edukon .header-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 68px;
}

body.ms-home-edukon .header-top-area .left,
body.ms-home-edukon .header-top-area .right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

body.ms-home-edukon .header-top-message {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

body.ms-home-edukon .header-top-message span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--mse-ink);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: none;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06);
}

body.ms-home-edukon .header-top-message span:nth-child(1) {
  color: #9a3412;
  background: linear-gradient(135deg, rgba(251, 146, 60, 0.15), rgba(255, 247, 237, 0.98));
}

body.ms-home-edukon .header-top-message span:nth-child(2) {
  color: #166534;
  background: linear-gradient(135deg, rgba(74, 222, 128, 0.14), rgba(247, 254, 231, 0.98));
}

body.ms-home-edukon .header-top-message span:nth-child(3) {
  color: #155e75;
  background: linear-gradient(135deg, rgba(125, 211, 252, 0.16), rgba(240, 249, 255, 0.98));
}

body.ms-home-edukon .header-top-area a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-left: 1px solid rgba(15, 23, 42, 0.08);
  background: transparent;
  color: var(--mse-blue-deep);
}

body.ms-home-edukon .header-bottom {
  padding: 0;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

body.ms-home-edukon .nav-container {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 19px 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.ms-home-edukon .nav-left,
body.ms-home-edukon .nav-right,
body.ms-home-edukon .menu-area {
  display: flex;
  align-items: center;
}

body.ms-home-edukon .menu-area {
  justify-content: center;
}

body.ms-home-edukon .nav-brand {
  display: inline-flex;
  align-items: center;
}

body.ms-home-edukon .nav-logo {
  display: block;
  width: auto;
  height: 58px;
}

body.ms-home-edukon .nav-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

body.ms-home-edukon .nav-center .nav-link[href="index.html"] {
  display: none;
}

body.ms-home-edukon .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 18px;
  color: var(--mse-ink);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

body.ms-home-edukon .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mse-green), var(--mse-blue));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

body.ms-home-edukon .nav-link:hover::after,
body.ms-home-edukon .nav-link.active::after {
  transform: scaleX(1);
}

body.ms-home-edukon .nav-right {
  gap: 0;
}

body.ms-home-edukon .nav-auth-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  flex-wrap: nowrap;
}

body.ms-home-edukon .nav-auth-link,
body.ms-home-edukon .nav-auth-logout,
body.ms-home-edukon .lab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 15px 24px;
  border: 0;
  border-radius: 0;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: all 0.3s ease;
}

body.ms-home-edukon .nav-auth-link:hover,
body.ms-home-edukon .nav-auth-logout:hover,
body.ms-home-edukon .lab-btn:hover,
body.ms-home-edukon .lab-btn-text:hover {
  transform: translateY(-5px);
}

body.ms-home-edukon .lab-btn:hover {
  box-shadow: 0 5px 10px rgba(37, 99, 235, 0.35);
}

body.ms-home-edukon .lab-btn span {
  color: inherit;
}

body.ms-home-edukon .nav-auth-link.login,
body.ms-home-edukon .nav-auth-link.install,
body.ms-home-edukon .nav-auth-logout,
body.ms-home-edukon .lab-btn.ghost {
  background: #ffffff;
  color: var(--mse-blue-deep);
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.14);
}

body.ms-home-edukon .nav-auth-link.signup,
body.ms-home-edukon .lab-btn {
  color: var(--mse-white);
  background: linear-gradient(135deg, var(--mse-blue) 0%, var(--mse-blue-deep) 56%, var(--mse-green) 100%);
  box-shadow: 0 12px 22px rgba(37, 99, 235, 0.24);
}

body.ms-home-edukon .lab-btn.secondary {
  color: var(--mse-ink);
  background: linear-gradient(135deg, #ffffff 0%, #edf7f2 100%);
  box-shadow: inset 0 0 0 1px rgba(16, 185, 129, 0.2), 0 5px 10px rgba(16, 17, 21, 0.1);
}

body.ms-home-edukon .nav-auth-user {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 4px;
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
  font-weight: 800;
}

body.ms-home-edukon .mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

body.ms-home-edukon .mobile-menu-toggle span {
  width: 22px;
  height: 2.5px;
  border-radius: 999px;
  margin: 0 auto;
  background: var(--mse-blue-deep);
}

body.ms-home-edukon .mobile-auth-slot {
  display: none;
}

body.ms-home-edukon .banner-section {
  position: relative;
  padding: 44px 0 72px;
}

body.ms-home-edukon .banner-section .section-wrapper {
  position: relative;
}

body.ms-home-edukon .hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.92fr);
  gap: 42px;
  align-items: center;
}

body.ms-home-edukon .banner-content {
  position: relative;
  z-index: 2;
}

body.ms-home-edukon .hero-topline {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

body.ms-home-edukon .section-header .subtitle,
body.ms-home-edukon .hero-topline .subtitle {
  display: inline-flex;
  align-items: center;
  padding: 0;
  background: transparent;
  color: var(--mse-blue-deep);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
  transform: translateY(-8px);
}

body.ms-home-edukon .banner-section .banner-content .hero-subtitle-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 18px;
  color: inherit;
  transform: none;
  letter-spacing: 0;
}

body.ms-home-edukon .banner-section .banner-content .hero-subtitle-badge span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: none;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(10px);
}

body.ms-home-edukon .banner-section .banner-content .hero-subtitle-badge span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.52);
}

body.ms-home-edukon .banner-section .banner-content .hero-subtitle-badge span:nth-child(1) {
  color: #9a3412;
  background: linear-gradient(135deg, rgba(251, 146, 60, 0.15), rgba(255, 247, 237, 0.98));
}

body.ms-home-edukon .banner-section .banner-content .hero-subtitle-badge span:nth-child(2) {
  color: #166534;
  background: linear-gradient(135deg, rgba(74, 222, 128, 0.15), rgba(247, 254, 231, 0.98));
}

body.ms-home-edukon .banner-section .banner-content .hero-subtitle-badge span:nth-child(3) {
  color: #155e75;
  background: linear-gradient(135deg, rgba(125, 211, 252, 0.18), rgba(240, 249, 255, 0.98));
}

body.ms-home-edukon .hero-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 4px;
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
  font-size: 0.8rem;
  font-weight: 700;
}

body.ms-home-edukon .banner-content .title,
body.ms-home-edukon .section-header .title,
body.ms-home-edukon .news-title h3 {
  margin: 0 0 15px;
  font-family: 'Sora', 'Segoe UI', sans-serif;
  font-size: clamp(2.75rem, 5vw, 4.125rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

body.ms-home-edukon .section-header .title {
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.15;
}

body.ms-home-edukon .banner-content .desc,
body.ms-home-edukon .section-header p,
body.ms-home-edukon .news-title p {
  margin: 0;
  color: var(--mse-slate);
  font-size: 1.05rem;
  line-height: 1.8;
}

body.ms-home-edukon .section-header p,
body.ms-home-edukon .news-title p {
  margin-top: 14px;
}

body.ms-home-edukon .hero-action-shell {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  width: auto;
  max-width: none;
}

body.ms-home-edukon .hero-text-link,
body.ms-home-edukon .lab-btn-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--mse-blue-deep);
  font-weight: 500;
  text-transform: capitalize;
}

body.ms-home-edukon .hero-text-link::after,
body.ms-home-edukon .lab-btn-text::after {
  content: "↗";
  font-size: 1rem;
}

body.ms-home-edukon .banner-catagory {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

body.ms-home-edukon .banner-catagory p {
  margin: 0;
  padding-top: 0;
  color: var(--mse-slate-soft);
  font-weight: 500;
}

body.ms-home-edukon .banner-catagory ul {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

body.ms-home-edukon .banner-catagory a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.12);
  color: var(--mse-ink);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.ms-home-edukon .banner-catagory a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mse-blue), var(--mse-green));
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

body.ms-home-edukon .banner-catagory a:hover {
  color: var(--mse-blue-deep);
  transform: translateY(-3px);
  box-shadow: 0 18px 30px rgba(37, 99, 235, 0.12);
  border-color: rgba(16, 185, 129, 0.2);
}

body.ms-home-edukon .hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

body.ms-home-edukon .hero-fact {
  padding: 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--mse-card-shadow);
}

body.ms-home-edukon .hero-fact span {
  display: block;
  margin-bottom: 10px;
  color: var(--mse-slate-soft);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.ms-home-edukon .hero-fact strong {
  font-size: 1rem;
  line-height: 1.6;
}

body.ms-home-edukon .banner-thumb {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

body.ms-home-edukon .hero-dot {
  position: absolute;
  border-radius: 50%;
  background-image: radial-gradient(currentColor 1.6px, transparent 1.6px);
  background-size: 14px 14px;
  opacity: 0.18;
}

body.ms-home-edukon .hero-dot-one {
  inset: 24px auto auto 16px;
  width: 220px;
  height: 220px;
  color: var(--mse-blue);
}

body.ms-home-edukon .hero-dot-two {
  inset: auto 24px 140px auto;
  width: 240px;
  height: 240px;
  color: var(--mse-green);
}

body.ms-home-edukon .hero-cutout-wrap {
  position: relative;
  width: min(100%, 610px);
  min-height: 640px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

body.ms-home-edukon .hero-cutout-bg {
  position: absolute;
  inset: 92px 58px 18px 58px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.85), transparent 42%),
    linear-gradient(160deg, rgba(37, 99, 235, 0.12), rgba(16, 185, 129, 0.18));
  filter: blur(2px);
}

body.ms-home-edukon .hero-cutout-photo {
  position: relative;
  z-index: 2;
  width: min(100%, 540px);
  aspect-ratio: 0.9;
  border-radius: 42% 42% 20% 20% / 26% 26% 18% 18%;
  overflow: hidden;
  box-shadow: var(--mse-shadow);
  background: #f8d868;
}

body.ms-home-edukon .hero-cutout-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

body.ms-home-edukon .hero-dashboard-card,
body.ms-home-edukon .hero-note-card {
  position: absolute;
  z-index: 3;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--mse-card-shadow-hover);
}

body.ms-home-edukon .hero-dashboard-card {
  left: 0;
  bottom: 72px;
  width: min(420px, calc(100% - 52px));
  padding: 20px;
}

body.ms-home-edukon .hero-dashboard-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
}

body.ms-home-edukon .hero-dashboard-mark {
  width: 52px;
  height: 52px;
}

body.ms-home-edukon .hero-dashboard-head span,
body.ms-home-edukon .hero-note-card span,
body.ms-home-edukon .hero-dashboard-panel span,
body.ms-home-edukon .hero-dashboard-stats span,
body.ms-home-edukon .hero-progress-item span {
  color: var(--mse-slate-soft);
  font-size: 0.82rem;
  font-weight: 800;
}

body.ms-home-edukon .hero-dashboard-head strong,
body.ms-home-edukon .hero-dashboard-panel strong,
body.ms-home-edukon .hero-note-card strong,
body.ms-home-edukon .hero-progress-item strong {
  display: block;
  margin-top: 4px;
  font-size: 1rem;
  line-height: 1.5;
}

body.ms-home-edukon .hero-dashboard-panel {
  padding: 18px;
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(16, 185, 129, 0.1));
}

body.ms-home-edukon .hero-dashboard-panel p {
  margin: 10px 0 0;
  color: var(--mse-slate);
  font-size: 0.95rem;
  line-height: 1.7;
}

body.ms-home-edukon .hero-dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

body.ms-home-edukon .hero-dashboard-stats div {
  padding: 14px 12px;
  border-radius: 4px;
  background: #f8fafc;
}

body.ms-home-edukon .hero-dashboard-subjects {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

body.ms-home-edukon .hero-dashboard-subjects a {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: 6px 12px;
  border-radius: 4px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--mse-blue-deep);
  font-size: 0.82rem;
  font-weight: 500;
}

body.ms-home-edukon .hero-progress-card {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

body.ms-home-edukon .hero-progress-item {
  display: grid;
  gap: 10px;
}

body.ms-home-edukon .hero-progress-track {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

body.ms-home-edukon .hero-progress-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mse-blue), var(--mse-green));
}

body.ms-home-edukon .hero-progress-fill.is-high {
  width: 82%;
}

body.ms-home-edukon .hero-progress-fill.is-medium {
  width: 58%;
}

body.ms-home-edukon .hero-progress-fill.is-rising {
  width: 46%;
}

body.ms-home-edukon .hero-note-card {
  right: 12px;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  width: min(420px, calc(100% - 72px));
  padding: 18px 20px;
}

body.ms-home-edukon .hero-note-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 4px;
  background: var(--mse-ink);
  color: var(--mse-white);
  font-weight: 800;
}

body.ms-home-edukon .clarity-section {
  padding: 0 0 30px;
}

body.ms-home-edukon .clarity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.ms-home-edukon .clarity-item {
  padding: 30px 24px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--mse-card-shadow);
  transition: all 0.3s ease;
}

body.ms-home-edukon .clarity-item:hover {
  transform: translateY(-10px);
  box-shadow: var(--mse-card-shadow-hover);
}

body.ms-home-edukon .clarity-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(16, 185, 129, 0.18));
  color: var(--mse-blue-deep);
  font-size: 1rem;
  font-weight: 900;
}

body.ms-home-edukon .clarity-item strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.06rem;
}

body.ms-home-edukon .clarity-item p {
  margin: 0;
  color: var(--mse-slate);
  line-height: 1.7;
}

body.ms-home-edukon .section-header {
  max-width: 840px;
  margin: 0 auto 50px;
}

body.ms-home-edukon .category-grid,
body.ms-home-edukon .course-grid,
body.ms-home-edukon .blog-grid,
body.ms-home-edukon .achieve-grid {
  display: grid;
  gap: 24px;
}

body.ms-home-edukon .category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.ms-home-edukon .category-item,
body.ms-home-edukon .course-item,
body.ms-home-edukon .post-item,
body.ms-home-edukon .launch-card {
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.ms-home-edukon .faq-item {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--mse-card-shadow);
  border: 1px solid #ecf0f3;
}

body.ms-home-edukon .category-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 40px 30px;
  min-height: 100%;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--mse-card-shadow);
  transition: all 0.3s ease;
}

body.ms-home-edukon .category-item:hover .category-inner {
  transform: translateY(-10px);
  box-shadow: var(--mse-card-shadow-hover);
}

body.ms-home-edukon .category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(16, 185, 129, 0.16));
  color: var(--mse-blue-deep);
}

body.ms-home-edukon .category-icon svg {
  width: 28px;
  height: 28px;
}

body.ms-home-edukon .category-tag,
body.ms-home-edukon .post-tag,
body.ms-home-edukon .coverage-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: auto;
  padding: 4px 12px;
  border-radius: 4px;
  background: rgba(15, 23, 42, 0.06);
  color: var(--mse-slate-soft);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.ms-home-edukon .category-content h3,
body.ms-home-edukon .course-content h5,
body.ms-home-edukon .post-content h4,
body.ms-home-edukon .achieve-content h4,
body.ms-home-edukon .sr-right h5 {
  margin: 14px 0 0;
  font-family: 'Sora', 'Segoe UI', sans-serif;
  font-size: 1.36rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

body.ms-home-edukon .category-content p,
body.ms-home-edukon .course-content p,
body.ms-home-edukon .post-content p,
body.ms-home-edukon .achieve-content p,
body.ms-home-edukon .sr-right p,
body.ms-home-edukon .faq-item p {
  margin: 14px 0 0;
  color: var(--mse-slate);
  line-height: 1.75;
}

body.ms-home-edukon .step-list {
  display: grid;
  gap: 18px;
}

body.ms-home-edukon .step-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 30px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--mse-card-shadow);
  border: 1px solid rgba(15, 23, 42, 0.08);
  transition: all 0.3s ease;
}

body.ms-home-edukon .step-list li:hover {
  transform: translateY(-5px);
  box-shadow: var(--mse-card-shadow-hover);
}

body.ms-home-edukon .sr-left {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--mse-blue), var(--mse-green));
  color: var(--mse-white);
  font-weight: 900;
}

body.ms-home-edukon .course-section {
  position: relative;
}

body.ms-home-edukon .course-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.ms-home-edukon .course-inner {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  padding: 15px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--mse-card-shadow);
  transition: all 0.3s ease;
}

body.ms-home-edukon .course-item:hover .course-inner {
  transform: translateY(-10px);
  box-shadow: var(--mse-card-shadow-hover);
}

body.ms-home-edukon .course-item .course-content {
  padding: 30px 15px 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

body.ms-home-edukon .coverage-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

body.ms-home-edukon .coverage-chip-list span,
body.ms-home-edukon .coverage-chip-list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: 6px 14px 6px 20px;
  border-radius: 4px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--mse-blue-deep);
  font-size: 13px;
  font-weight: 500;
}

body.ms-home-edukon .coverage-chip-list span::before,
body.ms-home-edukon .coverage-chip-list a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: currentColor;
  opacity: 0.45;
  transform: translateY(-50%);
}

body.ms-home-edukon .coverage-chip-list span:nth-child(3n),
body.ms-home-edukon .coverage-chip-list a:nth-child(3n) {
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
}

body.ms-home-edukon .blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.ms-home-edukon .post-inner {
  overflow: hidden;
  border-radius: 4px;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--mse-card-shadow);
  transition: all 0.3s ease;
}

body.ms-home-edukon .post-item:hover .post-inner {
  transform: translateY(-10px);
  box-shadow: var(--mse-card-shadow-hover);
}

body.ms-home-edukon .post-thumb {
  aspect-ratio: 1.25;
  overflow: hidden;
}

body.ms-home-edukon .post-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

body.ms-home-edukon .post-item:hover .post-thumb img {
  transform: scale(1.05);
}

body.ms-home-edukon .post-content {
  padding: 20px 20px 0;
}

body.ms-home-edukon .post-footer {
  margin: 0 15px;
  padding: 15px 0 20px;
  border-top: 1px solid #ecf0f3;
}

body.ms-home-edukon .achievement-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

body.ms-home-edukon .achieve-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.ms-home-edukon .achieve-item {
  position: relative;
  min-height: 0;
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
}

body.ms-home-edukon .achieve-inner {
  position: relative;
  min-height: 430px;
  height: 100%;
  padding: 30px;
  overflow: hidden;
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(37, 99, 235, 0.92));
  box-shadow: var(--mse-card-shadow);
  transition: all 0.3s ease;
}

body.ms-home-edukon .achieve-item:hover .achieve-inner {
  transform: translateY(-10px);
  box-shadow: var(--mse-card-shadow-hover);
}

body.ms-home-edukon .achieve-item.accent .achieve-inner {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(16, 185, 129, 0.88));
}

body.ms-home-edukon .achieve-thumb,
body.ms-home-edukon .achieve-thumb img {
  position: absolute;
  inset: auto -60px 0 auto;
  width: 65%;
  height: 100%;
}

body.ms-home-edukon .achieve-thumb img {
  position: static;
  object-fit: cover;
  transition: transform 0.3s ease;
}

body.ms-home-edukon .achieve-item:hover .achieve-thumb img {
  transform: scale(1.05);
}

body.ms-home-edukon .achieve-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.84) 48%, rgba(15, 23, 42, 0.14) 100%);
}

body.ms-home-edukon .achieve-content {
  position: relative;
  inset: auto;
  z-index: 2;
  width: 58%;
  padding: 0;
  color: var(--mse-white);
}

body.ms-home-edukon .achieve-content h4 {
  color: var(--mse-white);
  font-size: clamp(1.8rem, 3vw, 2.25rem);
}

body.ms-home-edukon .use-case-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

body.ms-home-edukon .use-case-list li {
  position: relative;
  padding-left: 24px;
  line-height: 1.7;
}

body.ms-home-edukon .use-case-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f8fafc, #dbeafe);
}

body.ms-home-edukon .launch-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.ms-home-edukon .faq-section {
  padding: 112px 0;
}

body.ms-home-edukon .faq-list {
  display: grid;
  gap: 16px;
  width: min(920px, 100%);
  margin: 0 auto;
}

body.ms-home-edukon .faq-item {
  overflow: hidden;
}

body.ms-home-edukon .faq-item summary {
  position: relative;
  padding: 24px 70px 24px 26px;
  cursor: pointer;
  font-family: 'Sora', 'Segoe UI', sans-serif;
  font-size: 1.06rem;
  font-weight: 700;
  list-style: none;
}

body.ms-home-edukon .faq-item summary::-webkit-details-marker {
  display: none;
}

body.ms-home-edukon .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--mse-blue-deep);
}

body.ms-home-edukon .faq-item[open] summary::after {
  content: "−";
}

body.ms-home-edukon .faq-item p {
  margin: 0;
  padding: 0 26px 24px;
}

body.ms-home-edukon .news-footer-wrap {
  margin-top: 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(37, 99, 235, 0.1), transparent 26%),
    radial-gradient(circle at 85% 5%, rgba(16, 185, 129, 0.1), transparent 24%),
    linear-gradient(180deg, #f4f8ff 0%, #0f172a 34%);
}

body.ms-home-edukon .news-letter {
  padding: 0 0 86px;
}

body.ms-home-edukon .news-letter .section-wrapper {
  display: grid;
  gap: 24px;
  justify-items: center;
  padding: 42px;
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.96), rgba(16, 185, 129, 0.88));
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22);
}

body.ms-home-edukon .news-title {
  max-width: 820px;
  text-align: center;
  color: var(--mse-white);
}

body.ms-home-edukon .news-title p {
  color: rgba(255, 255, 255, 0.88);
}

body.ms-home-edukon .news-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

body.ms-home-edukon .news-actions .lab-btn.secondary {
  background: rgba(255, 255, 255, 0.92);
}

body.ms-home-edukon .news-actions .lab-btn.ghost {
  color: var(--mse-white);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

body.ms-home-edukon .site-footer {
  color: rgba(255, 255, 255, 0.88);
}

body.ms-home-edukon .footer-top {
  padding: 12px 0 34px;
}

body.ms-home-edukon .footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(0, 1fr));
  gap: 32px;
}

body.ms-home-edukon .footer-brand-col,
body.ms-home-edukon .footer-col {
  padding: 18px 0;
}

body.ms-home-edukon .footer-brand-logo {
  display: block;
  width: auto;
  height: 58px;
}

body.ms-home-edukon .footer-brand-desc {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

body.ms-home-edukon .footer-social {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

body.ms-home-edukon .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}

body.ms-home-edukon .footer-col-title {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 14px;
  color: var(--mse-white);
  font-family: 'Sora', 'Segoe UI', sans-serif;
  font-size: 1.12rem;
}

body.ms-home-edukon .footer-col-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mse-green), var(--mse-blue));
}

body.ms-home-edukon .footer-links-list {
  display: grid;
  gap: 12px;
}

body.ms-home-edukon .footer-links-list a {
  color: rgba(255, 255, 255, 0.74);
}

body.ms-home-edukon .footer-links-list a:hover {
  color: var(--mse-white);
}

body.ms-home-edukon .footer-bottom {
  padding: 26px 0 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

body.ms-home-edukon .footer-disclaimer,
body.ms-home-edukon .footer-copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

body.ms-home-edukon .footer-disclaimer {
  margin-bottom: 8px;
}

@media (min-width: 576px) {
  body.ms-home-edukon .banner-content {
    padding-bottom: 68px;
  }
}

@media (min-width: 992px) {
  body.ms-home-edukon .padding-tb {
    padding: 110px 0;
  }
}

@media (max-width: 1180px) {
  body.ms-home-edukon .hero-layout {
    grid-template-columns: 1fr;
  }

  body.ms-home-edukon .banner-thumb {
    min-height: 760px;
  }

  body.ms-home-edukon .hero-dashboard-card {
    left: 18px;
  }

  body.ms-home-edukon .hero-note-card {
    right: 18px;
  }

  body.ms-home-edukon .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ms-home-edukon .achieve-content {
    width: 62%;
  }
}

@media (max-width: 960px) {
  body.ms-home-edukon .padding-tb,
  body.ms-home-edukon .faq-section {
    padding: 88px 0;
  }

  body.ms-home-edukon .category-grid,
  body.ms-home-edukon .course-grid,
  body.ms-home-edukon .blog-grid,
  body.ms-home-edukon .achieve-grid,
  body.ms-home-edukon .launch-grid,
  body.ms-home-edukon .clarity-grid,
  body.ms-home-edukon .hero-facts {
    grid-template-columns: 1fr 1fr;
  }

  body.ms-home-edukon .nav-container {
    grid-template-columns: auto 1fr auto;
  }

  body.ms-home-edukon .nav-right {
    gap: 10px;
  }

  body.ms-home-edukon #nav-auth-slot {
    display: none;
  }

  body.ms-home-edukon .mobile-menu-toggle {
    display: inline-flex;
  }

  body.ms-home-edukon .nav-center {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 12px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.14);
    border: 1px solid rgba(15, 23, 42, 0.08);
  }

  body.ms-home-edukon .nav-center.active {
    display: flex;
  }

  body.ms-home-edukon .nav-link {
    justify-content: flex-start;
    min-height: 50px;
    padding: 0 10px;
  }

  body.ms-home-edukon .nav-link::after {
    left: 10px;
    right: 10px;
    width: auto;
  }

  body.ms-home-edukon .mobile-auth-slot {
    display: block;
    padding-top: 10px;
  }

  body.ms-home-edukon .mobile-auth-slot .nav-auth-actions {
    justify-content: stretch;
  }

  body.ms-home-edukon .mobile-auth-slot .nav-auth-link,
  body.ms-home-edukon .mobile-auth-slot .nav-auth-logout,
  body.ms-home-edukon .mobile-auth-slot .nav-auth-user {
    width: 100%;
  }

  body.ms-home-edukon .hero-action-shell,
  body.ms-home-edukon .achievement-links,
  body.ms-home-edukon .news-actions {
    width: 100%;
    justify-content: stretch;
  }

  body.ms-home-edukon .hero-action-shell .lab-btn,
  body.ms-home-edukon .achievement-links .lab-btn,
  body.ms-home-edukon .news-actions .lab-btn {
    flex: 1 1 220px;
  }

  body.ms-home-edukon .achieve-inner {
    min-height: 400px;
  }

  body.ms-home-edukon .achieve-content {
    width: 64%;
  }
}

@media (max-width: 760px) {
  body.ms-home-edukon .container {
    width: min(100vw - 20px, 1240px);
  }

  body.ms-home-edukon .header-top-area,
  body.ms-home-edukon .header-top-area .right {
    justify-content: center;
  }

  body.ms-home-edukon .header-top-area {
    min-height: 56px;
    padding: 10px 0;
  }

  body.ms-home-edukon .header-top-message {
    justify-content: center;
    gap: 8px;
  }

  body.ms-home-edukon .header-top-message span {
    min-height: 26px;
    padding: 5px 9px;
    font-size: 0.62rem;
    letter-spacing: 0.02em;
  }

  body.ms-home-edukon .banner-section .banner-content .hero-subtitle-badge {
    gap: 6px;
    margin-bottom: 14px;
  }

  body.ms-home-edukon .banner-section .banner-content .hero-subtitle-badge span {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 0.6rem;
    letter-spacing: 0.02em;
  }

  body.ms-home-edukon .banner-section .banner-content .hero-subtitle-badge span::before {
    width: 5px;
    height: 5px;
  }

  body.ms-home-edukon .nav-container {
    padding: 12px 14px;
  }

  body.ms-home-edukon .nav-logo,
  body.ms-home-edukon .footer-brand-logo {
    height: 46px;
  }

  body.ms-home-edukon .banner-section {
    padding: 34px 0 58px;
  }

  body.ms-home-edukon .hero-layout,
  body.ms-home-edukon .category-grid,
  body.ms-home-edukon .course-grid,
  body.ms-home-edukon .blog-grid,
  body.ms-home-edukon .achieve-grid,
  body.ms-home-edukon .launch-grid,
  body.ms-home-edukon .clarity-grid,
  body.ms-home-edukon .hero-facts,
  body.ms-home-edukon .footer-grid {
    grid-template-columns: 1fr;
  }

  body.ms-home-edukon .hero-action-shell {
    padding: 0;
    border-radius: 0;
  }

  body.ms-home-edukon .banner-content .title,
  body.ms-home-edukon .section-header .title,
  body.ms-home-edukon .news-title h3 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  body.ms-home-edukon .banner-thumb {
    min-height: auto;
    padding-top: 24px;
  }

  body.ms-home-edukon .hero-cutout-wrap {
    min-height: auto;
    padding-bottom: 280px;
  }

  body.ms-home-edukon .hero-cutout-bg {
    inset: 60px 24px 250px;
  }

  body.ms-home-edukon .hero-cutout-photo {
    width: min(100%, 420px);
  }

  body.ms-home-edukon .hero-dashboard-card,
  body.ms-home-edukon .hero-note-card {
    width: calc(100% - 24px);
  }

  body.ms-home-edukon .hero-dashboard-card {
    left: 12px;
    bottom: 118px;
  }

  body.ms-home-edukon .hero-dashboard-stats {
    grid-template-columns: 1fr;
  }

  body.ms-home-edukon .hero-note-card {
    right: 12px;
    bottom: 0;
    grid-template-columns: 1fr;
  }

  body.ms-home-edukon .category-inner,
  body.ms-home-edukon .step-list li {
    grid-template-columns: 1fr;
  }

  body.ms-home-edukon .category-icon,
  body.ms-home-edukon .sr-left {
    width: 56px;
    height: 56px;
  }

  body.ms-home-edukon .achieve-inner {
    min-height: 460px;
    padding: 24px;
  }

  body.ms-home-edukon .achieve-thumb,
  body.ms-home-edukon .achieve-thumb img {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  body.ms-home-edukon .achieve-inner::after {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.16), rgba(15, 23, 42, 0.84));
  }

  body.ms-home-edukon .achieve-content {
    position: absolute;
    inset: auto 0 0 0;
    width: auto;
    padding: 28px 24px 24px;
  }

  body.ms-home-edukon .news-letter {
    padding-bottom: 64px;
  }

  body.ms-home-edukon .news-letter .section-wrapper {
    padding: 32px 20px;
    border-radius: 28px;
  }
}

html {
  overflow-x: hidden;
}

body.ms-home-edukon {
  --mse-accent: var(--mse-blue);
  --mse-accent-deep: var(--mse-blue-deep);
  --mse-accent-soft: var(--mse-green);
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

body.ms-home-edukon .app-container {
  overflow-x: hidden;
}

body.ms-home-edukon .home-main {
  overflow-x: hidden;
}

body.ms-home-edukon h1,
body.ms-home-edukon h2,
body.ms-home-edukon h3,
body.ms-home-edukon h4,
body.ms-home-edukon h5,
body.ms-home-edukon h6,
body.ms-home-edukon .nav-link,
body.ms-home-edukon .lab-btn,
body.ms-home-edukon .lab-btn-text,
body.ms-home-edukon .footer-col-title,
body.ms-home-edukon .faq-item summary {
  font-family: "Barlow", sans-serif;
}

body.ms-home-edukon .nav-center .nav-link[href="index.html"] {
  display: inline-flex;
}

body.ms-home-edukon .nav-link::after,
body.ms-home-edukon .footer-col-title::after {
  background: var(--mse-accent);
}

body.ms-home-edukon .nav-auth-link.signup,
body.ms-home-edukon .lab-btn {
  background: linear-gradient(135deg, var(--mse-blue) 0%, var(--mse-blue-deep) 56%, var(--mse-green) 100%);
  box-shadow: 0 12px 22px rgba(37, 99, 235, 0.24);
}

body.ms-home-edukon .lab-btn.secondary {
  color: var(--mse-ink);
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08), 0 5px 10px rgba(16, 17, 21, 0.1);
}

body.ms-home-edukon .lab-btn.ghost {
  color: var(--mse-accent-deep);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

body.ms-home-edukon .section-bg {
  background: #f4f8ff;
}

body.ms-home-edukon .section-header .subtitle,
body.ms-home-edukon .banner-section .banner-content .subtitle {
  color: var(--mse-accent);
  transform: none;
}

body.ms-home-edukon .text-uppercase {
  text-transform: uppercase;
}

body.ms-home-edukon .fw-medium {
  font-weight: 500;
}

body.ms-home-edukon .d-flex {
  display: flex;
}

body.ms-home-edukon .flex-wrap {
  flex-wrap: wrap;
}

body.ms-home-edukon .justify-content-center {
  justify-content: center;
}

body.ms-home-edukon .align-items-center {
  align-items: center;
}

body.ms-home-edukon .align-items-end {
  align-items: flex-end;
}

body.ms-home-edukon .flex-row-reverse {
  flex-direction: row-reverse;
}

body.ms-home-edukon .d-none {
  display: none;
}

body.ms-home-edukon .mb-4 {
  margin-bottom: 24px;
}

body.ms-home-edukon .pt-0 {
  padding-top: 0 !important;
}

body.ms-home-edukon .padding-tb {
  padding: 96px 0;
}

body.ms-home-edukon .section-header {
  max-width: 860px;
  margin: 0 auto 56px;
}

body.ms-home-edukon .section-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

body.ms-home-edukon .row {
  --ms-gutter-x: 24px;
  --ms-gutter-y: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--ms-gutter-y) * -1);
  margin-right: calc(var(--ms-gutter-x) * -0.5);
  margin-left: calc(var(--ms-gutter-x) * -0.5);
}

body.ms-home-edukon .row > * {
  width: 100%;
  margin-top: var(--ms-gutter-y);
  padding-right: calc(var(--ms-gutter-x) * 0.5);
  padding-left: calc(var(--ms-gutter-x) * 0.5);
}

body.ms-home-edukon .g-2 {
  --ms-gutter-x: 8px;
  --ms-gutter-y: 8px;
}

body.ms-home-edukon .g-4 {
  --ms-gutter-x: 24px;
  --ms-gutter-y: 24px;
}

body.ms-home-edukon .row-cols-1 > * {
  width: 100%;
}

body.ms-home-edukon .category-content a,
body.ms-home-edukon .course-content a,
body.ms-home-edukon .post-content a {
  color: inherit;
}

body.ms-home-edukon .d-lg-block {
  display: inline;
}

body.ms-home-edukon .banner-section {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: calc(100svh - var(--ms-shell-header-height));
  position: relative;
  padding: clamp(18px, 4vh, 40px) 0 36px;
  overflow: hidden;
  isolation: isolate;
}

body.ms-home-edukon .banner-section .section-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
}

body.ms-home-edukon .banner-section .section-wrapper {
  position: relative;
}

body.ms-home-edukon .banner-section .row {
  position: relative;
  z-index: 2;
  width: 100%;
}

body.ms-home-edukon .banner-section .banner-content {
  z-index: 2;
  padding-bottom: 24px;
}

body.ms-home-edukon .banner-section .banner-content .title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(3rem, 5.2vw, 5rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

body.ms-home-edukon .banner-section .banner-content .desc {
  max-width: 620px;
  font-size: 1.08rem;
  line-height: 1.78;
}

body.ms-home-edukon .banner-section .banner-content form {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 640px;
  margin-top: 32px;
  overflow: hidden;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(16, 17, 21, 0.1);
}

body.ms-home-edukon .banner-section .banner-content form .banner-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}

body.ms-home-edukon .banner-section .banner-content form .banner-icon img {
  display: block;
  width: 24px;
  height: 24px;
}

body.ms-home-edukon .banner-section .banner-content form input {
  flex: 1 1 auto;
  width: calc(100% - 190px);
  min-width: 0;
  border: none;
  padding: 18px 18px 18px 58px;
  color: var(--mse-ink);
  background: transparent;
  font-size: 0.92rem;
}

body.ms-home-edukon .banner-section .banner-content form button {
  min-width: 168px;
  padding: 18px 22px;
  border: 0;
  background: var(--mse-accent);
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
}

body.ms-home-edukon .hero-secondary-action {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

body.ms-home-edukon .hero-text-link {
  margin-top: 0;
}

body.ms-home-edukon .banner-section .banner-catagory {
  margin-top: 24px;
}

body.ms-home-edukon .banner-section .banner-thumb {
  position: relative;
  min-height: auto;
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  z-index: 3;
  isolation: isolate;
}

body.ms-home-edukon .banner-section .banner-thumb::before {
  content: "";
  position: absolute;
  inset: 72px 64px 34px 132px;
  z-index: 0;
  border-radius: 43% 57% 44% 56%/34% 30% 70% 66%;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.42) 24%, rgba(255, 255, 255, 0) 56%),
    radial-gradient(circle at 68% 22%, rgba(59, 130, 246, 0.18), transparent 34%),
    radial-gradient(circle at 78% 74%, rgba(16, 185, 129, 0.16), transparent 26%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.82), rgba(220, 242, 255, 0.5) 52%, rgba(218, 246, 235, 0.34));
  box-shadow: 0 32px 64px rgba(37, 99, 235, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

body.ms-home-edukon .banner-section .banner-thumb::after {
  content: "";
  position: absolute;
  inset: 38px 20px 14px 148px;
  z-index: 1;
  border: 4px solid rgba(255, 255, 255, 0.78);
  border-top-color: rgba(255, 255, 255, 0.92);
  border-left-color: rgba(255, 255, 255, 0.98);
  border-right-color: rgba(16, 185, 129, 0.44);
  border-bottom-color: rgba(59, 130, 246, 0.4);
  border-radius: 48% 52% 40% 60%/34% 28% 72% 66%;
  background: none;
  box-shadow:
    0 0 0 10px rgba(255, 255, 255, 0.14),
    0 0 0 22px rgba(37, 99, 235, 0.08),
    0 18px 34px rgba(15, 23, 42, 0.08);
  opacity: 1;
  transform: rotate(-7deg);
}

body.ms-home-edukon .banner-section .banner-thumb img {
  position: relative;
  z-index: 2;
  display: block;
  width: min(100%, 690px);
  margin-left: auto;
  border-radius: 0 0 38% 38%/0 0 24% 24%;
  box-shadow: var(--mse-shadow);
}

body.ms-home-edukon .banner-section .banner-thumb img.hero-clean-cutout {
  width: min(100%, 620px);
  max-height: 720px;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 26px 36px rgba(15, 23, 42, 0.18));
  object-fit: contain;
}

body.ms-home-edukon .banner-section .all-shapes {
  position: absolute;
  top: 19%;
  right: 5%;
  display: none;
  width: 560px;
  height: 560px;
  z-index: 0;
  border-radius: 100%;
  border: 1.5px dashed rgba(37, 99, 235, 0.18);
  animation: ms-home-rotate 110s infinite linear;
  pointer-events: none;
  opacity: 0.52;
}

body.ms-home-edukon .banner-section .all-shapes::before,
body.ms-home-edukon .banner-section .all-shapes::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 100%;
}

body.ms-home-edukon .banner-section .all-shapes::before {
  width: calc(100% - 14%);
  height: calc(100% - 14%);
  border: 1.5px dashed rgba(16, 185, 129, 0.18);
  animation: ms-home-rotate-rev 110s infinite linear;
}

body.ms-home-edukon .banner-section .all-shapes::after {
  width: calc(100% - 30%);
  height: calc(100% - 30%);
  border: 1.25px dashed rgba(14, 165, 233, 0.16);
}

body.ms-home-edukon .banner-section .cbs-content-list {
  position: relative;
  inset: auto;
  display: block;
  width: min(1240px, calc(100vw - 32px));
  margin: 18px auto 0;
  pointer-events: none;
}

body.ms-home-edukon .banner-section .cbs-content-list ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-height: auto;
}

body.ms-home-edukon .banner-section .cbs-content-list ul li.ccl-shape {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  z-index: 1;
  pointer-events: none;
}

body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-3,
body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-4 {
  z-index: 4;
}

body.ms-home-edukon .banner-section .cbs-content-list ul li.ccl-shape a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  border-radius: 4px;
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

body.ms-home-edukon .banner-section .cbs-content-list ul li.ccl-shape a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  transform: translateY(-50%);
}

body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-1 {
  animation: ms-home-float-1 6s infinite linear;
}

body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-1 a {
  background-image: linear-gradient(to left, var(--mse-green), #16a7d6, var(--mse-blue));
}

body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-1 a::after {
  left: auto;
  right: -40px;
  background: var(--mse-blue-deep);
}

body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-2 {
  animation: ms-home-float-2 6s infinite linear;
}

body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-2 a {
  background-image: linear-gradient(to right, var(--mse-blue), #0ea5e9, var(--mse-green));
}

body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-2 a::after {
  left: -40px;
  background: var(--mse-blue);
}

body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-3 {
  animation: ms-home-float-2 8s infinite linear;
}

body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-3 a {
  background-image: linear-gradient(to right, var(--mse-green), #22c55e, #38bdf8);
}

body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-3 a::after {
  left: -50px;
  background: var(--mse-green);
}

body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-4 {
  animation: ms-home-float-3 6s infinite linear;
}

body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-4 a {
  background-image: linear-gradient(to right, var(--mse-blue-deep), var(--mse-blue), #38bdf8);
}

body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-4 a::after {
  left: -38px;
  background: var(--mse-blue-deep);
}

body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-5 {
  animation: ms-home-float-3 6s infinite linear;
}

body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-5 a {
  background-image: linear-gradient(to right, var(--mse-green), #14b8a6, var(--mse-blue-deep));
}

body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-5 a::after {
  background: var(--mse-green);
}

body.ms-home-edukon .sponsor-section {
  position: relative;
  padding: 0 0 28px;
}

body.ms-home-edukon .sponsor-section .section-wrapper {
  padding: 24px 26px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 255, 0.96));
  border: 1px solid rgba(37, 99, 235, 0.1);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

body.ms-home-edukon .sponsor-iten,
body.ms-home-edukon .sponsor-thumb {
  height: 100%;
}

body.ms-home-edukon .sponsor-thumb {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 20px;
  min-height: 154px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 255, 0.96));
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
  transition: all 0.3s ease;
}

body.ms-home-edukon .sponsor-iten:hover .sponsor-thumb {
  transform: translateY(-10px);
  box-shadow: 0 16px 28px rgba(16, 17, 21, 0.14);
}

body.ms-home-edukon .sponsor-thumb > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  min-width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(16, 185, 129, 0.12));
  color: var(--mse-blue-deep);
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.1), 0 10px 20px rgba(15, 23, 42, 0.05);
}

body.ms-home-edukon .sponsor-thumb > span small {
  display: block;
  font-size: 0.62rem;
  line-height: 1;
  letter-spacing: 0.16em;
  color: rgba(29, 78, 216, 0.74);
}

body.ms-home-edukon .sponsor-thumb > span svg {
  display: block;
  width: 18px;
  height: 18px;
}

body.ms-home-edukon .sponsor-content strong {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--mse-ink);
}

body.ms-home-edukon .sponsor-content p {
  margin: 8px 0 0;
  color: var(--mse-slate);
  line-height: 1.7;
}

body.ms-home-edukon .category-section-compact .section-header p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

body.ms-home-edukon .category-section-compact .section-wrapper {
  margin-top: 10px;
}

body.ms-home-edukon .category-section-compact .category-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  min-height: 248px;
  padding: 34px 18px 28px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
  border: 1px solid rgba(191, 219, 254, 0.9);
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.08);
}

body.ms-home-edukon .category-section-compact .category-item:hover .category-inner {
  transform: translateY(-8px);
  border-color: rgba(96, 165, 250, 0.95);
  box-shadow: 0 28px 52px rgba(37, 99, 235, 0.14);
}

body.ms-home-edukon .category-section-compact .category-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(59, 130, 246, 0.26));
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12), 0 16px 30px rgba(37, 99, 235, 0.12);
  color: var(--mse-accent);
}

body.ms-home-edukon .category-section-compact .category-thumb svg {
  width: 30px;
  height: 30px;
}

body.ms-home-edukon .category-section-compact .category-content a {
  color: var(--mse-blue-deep);
  text-decoration: none;
}

body.ms-home-edukon .category-section-compact .category-content h6 {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.35;
}

body.ms-home-edukon .category-section-compact .category-content span {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.ms-home-edukon .category-section-compact .col:nth-child(1) .category-thumb {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.14), rgba(37, 99, 235, 0.28));
  color: #2563eb;
}

body.ms-home-edukon .category-section-compact .col:nth-child(2) .category-thumb {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.14), rgba(6, 182, 212, 0.26));
  color: #0891b2;
}

body.ms-home-edukon .category-section-compact .col:nth-child(3) .category-thumb {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.16), rgba(45, 212, 191, 0.22));
  color: #0f766e;
}

body.ms-home-edukon .category-section-compact .col:nth-child(4) .category-thumb {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.16), rgba(245, 158, 11, 0.24));
  color: #c2410c;
}

body.ms-home-edukon .category-section-compact .col:nth-child(5) .category-thumb {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.14), rgba(168, 85, 247, 0.22));
  color: #6d28d9;
}

body.ms-home-edukon .category-section-compact .col:nth-child(6) .category-thumb {
  background: linear-gradient(135deg, rgba(234, 88, 12, 0.14), rgba(239, 68, 68, 0.22));
  color: #c2410c;
}

body.ms-home-edukon .about-section .about-right {
  padding-left: 8px;
}

body.ms-home-edukon .about-section .step-list li {
  background: rgba(255, 255, 255, 0.96);
}

body.ms-home-edukon .about-section .sr-left {
  background: var(--mse-accent);
}

body.ms-home-edukon .course-section .course-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.ms-home-edukon .course-section .course-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

body.ms-home-edukon .course-section .course-thumb img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

body.ms-home-edukon .course-section .course-item-coverage-primary .course-thumb {
  min-height: 286px;
  padding: 8px;
  border-radius: 22px;
  background:
    linear-gradient(150deg, rgba(37, 99, 235, 0.18), rgba(255, 255, 255, 0.92) 34%, rgba(16, 185, 129, 0.18));
  box-shadow: 0 24px 42px rgba(37, 99, 235, 0.14);
  isolation: isolate;
}

body.ms-home-edukon .course-section .course-item-coverage-primary .course-thumb::before {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: 1;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 28%, rgba(15, 23, 42, 0.08) 100%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 42%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.44);
  pointer-events: none;
}

body.ms-home-edukon .course-section .course-item-coverage-primary .course-thumb::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
  height: 78px;
  z-index: 1;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(15, 23, 42, 0.28), rgba(15, 23, 42, 0));
  filter: blur(10px);
  pointer-events: none;
}

body.ms-home-edukon .course-section .course-item-coverage-primary .course-thumb img {
  position: relative;
  z-index: 0;
  height: 270px;
  border-radius: 16px;
  transform: scale(1.04);
}

body.ms-home-edukon .course-section .course-item-coverage-primary:hover .course-thumb img {
  transform: scale(1.09);
}

body.ms-home-edukon .course-section .course-item-coverage-primary .course-price {
  right: 28px;
  top: -32px;
  box-shadow: 0 18px 28px rgba(37, 99, 235, 0.26);
}

body.ms-home-edukon .course-section .course-content {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: auto;
}

body.ms-home-edukon .course-section .course-price {
  position: absolute;
  right: 20px;
  top: -44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  height: 78px;
  padding: 0 16px;
  border-radius: 100%;
  background: var(--mse-accent);
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 12px 22px rgba(37, 99, 235, 0.24);
}

body.ms-home-edukon .course-section .course-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding-right: 100px;
}

body.ms-home-edukon .course-section .course-cate {
  margin-right: 0;
}

body.ms-home-edukon .course-section .course-cate a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 4px 14px 4px 24px;
  border-radius: 4px;
  background: rgba(37, 99, 235, 0.12);
  color: var(--mse-accent-deep);
  font-size: 0.9rem;
  font-weight: 600;
}

body.ms-home-edukon .course-section .course-cate a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.45;
  transform: translateY(-50%);
}

body.ms-home-edukon .course-section .course-content h5 {
  margin-top: 0;
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
}

body.ms-home-edukon .course-section .course-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 14px 0 18px;
}

body.ms-home-edukon .course-section .couse-count,
body.ms-home-edukon .course-section .couse-topic {
  position: relative;
  padding-left: 16px;
  color: var(--mse-slate);
  font-size: 0.96rem;
}

body.ms-home-edukon .course-section .couse-count::before,
body.ms-home-edukon .course-section .couse-topic::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mse-green);
}

body.ms-home-edukon .course-section .coverage-chip-list {
  margin-top: 0;
  margin-bottom: 20px;
  min-height: 98px;
}

body.ms-home-edukon .course-section .course-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
}

body.ms-home-edukon .course-section .course-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.ms-home-edukon .course-section .course-author img {
  width: 36px;
  height: 36px;
  padding: 6px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.08);
}

body.ms-home-edukon .course-section .course-author .ca-name {
  font-weight: 500;
}

body.ms-home-edukon .blog-section .post-item {
  height: 100%;
}

body.ms-home-edukon .blog-section .post-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.ms-home-edukon .blog-section .post-thumb {
  aspect-ratio: 1.18;
}

body.ms-home-edukon .blog-section .post-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

body.ms-home-edukon .blog-section .post-footer {
  margin-top: auto;
}

body.ms-home-edukon .course-section .course-btn .lab-btn-text,
body.ms-home-edukon .blog-section .post-footer .lab-btn-text {
  margin-top: 0;
}

body.ms-home-edukon .blog-section .post-content a h4 {
  margin-top: 14px;
}

body.ms-home-edukon .achievement-section .count-inner {
  height: 100%;
  min-height: 220px;
  padding: 28px 24px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 5px 10px rgba(16, 17, 21, 0.1);
  text-align: center;
  transition: all 0.3s ease;
}

body.ms-home-edukon .achievement-section .count-item:hover .count-inner {
  transform: translateY(-10px);
  box-shadow: 0 16px 28px rgba(16, 17, 21, 0.14);
}

body.ms-home-edukon .achievement-section .count-content h2 {
  margin: 0;
  color: var(--mse-accent);
  font-family: "Barlow", sans-serif;
  font-size: clamp(2.35rem, 4vw, 3rem);
  line-height: 1;
}

body.ms-home-edukon .achievement-section .count-content p {
  margin: 12px 0 0;
  color: var(--mse-ink);
  font-family: "Barlow", sans-serif;
  font-size: 1.14rem;
  font-weight: 700;
}

body.ms-home-edukon .achievement-section .count-content span {
  display: block;
  margin-top: 10px;
  color: var(--mse-slate);
  line-height: 1.7;
}

body.ms-home-edukon .achievement-section .achieve-inner {
  min-height: 380px;
  padding: 34px;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(16, 17, 21, 0.1);
}

body.ms-home-edukon .achievement-section .achieve-item.accent .achieve-inner {
  background: #f4f8ff;
}

body.ms-home-edukon .achievement-section .achieve-thumb,
body.ms-home-edukon .achievement-section .achieve-thumb img {
  inset: auto -30px 0 auto;
  width: 56%;
  height: auto;
}

body.ms-home-edukon .achievement-section .achieve-inner::after {
  display: none;
}

body.ms-home-edukon .achievement-section .achieve-content {
  width: 54%;
  color: var(--mse-ink);
}

body.ms-home-edukon .achievement-section .achieve-content h4 {
  color: var(--mse-ink);
  font-family: "Barlow", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.25rem);
}

body.ms-home-edukon .achievement-section .use-case-list {
  margin-bottom: 20px;
}

body.ms-home-edukon .achievement-section .use-case-list li::before {
  background: var(--mse-green);
}

body.ms-home-edukon .achievement-section .achieve-content .lab-btn {
  margin-top: 4px;
}

body.ms-home-edukon .news-footer-wrap {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f4f8ff 0%, #0f172a 34%);
}

body.ms-home-edukon .news-footer-wrap .fs-shape {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.ms-home-edukon .news-footer-wrap .fst-1,
body.ms-home-edukon .news-footer-wrap .fst-2 {
  position: absolute;
  display: block;
  border-radius: 50%;
  opacity: 0.14;
}

body.ms-home-edukon .news-footer-wrap .fst-1 {
  top: 42px;
  left: -40px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.95), rgba(37, 99, 235, 0.3));
}

body.ms-home-edukon .news-footer-wrap .fst-2 {
  top: 12px;
  right: -60px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.95), rgba(37, 99, 235, 0.35));
}

body.ms-home-edukon .news-letter {
  position: relative;
  padding: 0 0 86px;
}

body.ms-home-edukon .news-letter .section-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  align-items: center;
  justify-items: stretch;
  padding: 40px 42px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--mse-blue) 0%, var(--mse-blue-deep) 56%, var(--mse-green) 100%);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22);
}

body.ms-home-edukon .news-title {
  text-align: left;
}

body.ms-home-edukon .news-form {
  width: 100%;
}

body.ms-home-edukon .news-form .nf-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

body.ms-home-edukon .site-footer {
  position: relative;
  z-index: 1;
}

body.ms-home-edukon .footer-top {
  padding: 0 0 34px;
}

body.ms-home-edukon .footer-item {
  height: 100%;
  padding: 18px 0;
}

body.ms-home-edukon .footer-item .footer-inner,
body.ms-home-edukon .footer-item .footer-content,
body.ms-home-edukon .footer-brand-col .footer-content {
  height: 100%;
}

body.ms-home-edukon .footer-item .title {
  margin-bottom: 20px;
}

body.ms-home-edukon .footer-brand-logo {
  padding: 12px 16px;
  border-radius: 4px;
  background: #ffffff;
}

body.ms-home-edukon .footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.ms-home-edukon .footer-bottom p {
  margin: 0;
}

@keyframes ms-home-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes ms-home-rotate-rev {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes ms-home-float-1 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}

@keyframes ms-home-float-2 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
}

@keyframes ms-home-float-3 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (min-width: 576px) {
  body.ms-home-edukon .row-cols-sm-2 > * {
    width: 50%;
  }
}

@media (min-width: 768px) {
  body.ms-home-edukon .row-cols-md-3 > * {
    width: 33.333333%;
  }

  body.ms-home-edukon .row-cols-md-2 > * {
    width: 50%;
  }
}

@media (min-width: 992px) {
  body.ms-home-edukon .row-cols-lg-2 > * {
    width: 50%;
  }

  body.ms-home-edukon .row-cols-lg-4 > * {
    width: 25%;
  }

  body.ms-home-edukon .col-lg-10 {
    width: 83.333333%;
  }

  body.ms-home-edukon .d-lg-block {
    display: block;
  }

  body.ms-home-edukon .banner-section .banner-thumb {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  body.ms-home-edukon .row-cols-xl-6 > * {
    width: 16.666667%;
  }

  body.ms-home-edukon .row-cols-xl-3 > * {
    width: 33.333333%;
  }

  body.ms-home-edukon .row-cols-xl-4 > * {
    width: 25%;
  }

  body.ms-home-edukon .col-xl-6 {
    width: 50%;
  }

  body.ms-home-edukon .banner-section .all-shapes {
    display: block;
  }

  body.ms-home-edukon .banner-section .cbs-content-list.d-none {
    display: block;
  }

  body.ms-home-edukon .banner-section .cbs-content-list {
    position: absolute;
    inset: 0;
    width: auto;
    margin: 0;
    pointer-events: none;
  }

  body.ms-home-edukon .banner-section .cbs-content-list ul {
    display: block;
    height: 100%;
    min-height: 720px;
  }

  body.ms-home-edukon .banner-section .cbs-content-list ul li.ccl-shape {
    position: absolute;
  }

  body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-1 {
    top: 42%;
    right: 46%;
  }

  body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-2 {
    top: 29%;
    right: 12%;
  }

  body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-3 {
    top: 46%;
    right: 7%;
  }

  body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-4 {
    top: 61%;
    right: 3.5%;
  }

  body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-5 {
    top: 20%;
    right: 34%;
  }
}

@media (min-width: 1400px) {
  body.ms-home-edukon .col-xxl-5 {
    width: 41.666667%;
  }

  body.ms-home-edukon .col-xxl-7 {
    width: 58.333333%;
  }

  body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-1 {
    top: 45%;
    right: 46%;
  }

  body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-2 {
    top: 30%;
    right: 10%;
  }

  body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-3 {
    top: 42%;
    right: 9%;
  }

  body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-4 {
    top: 53%;
    right: 5%;
  }

  body.ms-home-edukon .banner-section .cbs-content-list ul li.shape-5 {
    top: 66%;
    right: 8%;
  }
}

@media (max-width: 1199px) {
  body.ms-home-edukon .banner-section .banner-thumb::before {
    inset: 46px 28px 22px 64px;
  }

  body.ms-home-edukon .banner-section .banner-thumb::after {
    inset: 28px 10px 8px 72px;
  }

  body.ms-home-edukon .course-section .course-category {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  body.ms-home-edukon .padding-tb {
    padding: 78px 0;
  }

  body.ms-home-edukon .banner-section {
    display: block;
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 32px;
  }

  body.ms-home-edukon .banner-section .section-wrapper {
    width: 100%;
  }

  body.ms-home-edukon .about-section .about-right {
    padding-left: 0;
  }

  body.ms-home-edukon .achievement-section .achieve-inner {
    min-height: 420px;
  }

  body.ms-home-edukon .achievement-section .achieve-thumb,
  body.ms-home-edukon .achievement-section .achieve-thumb img {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.18;
  }

  body.ms-home-edukon .achievement-section .achieve-content {
    width: 100%;
    position: relative;
  }

  body.ms-home-edukon .news-letter .section-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  body.ms-home-edukon .news-title {
    text-align: center;
  }

  body.ms-home-edukon .news-form .nf-list {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  body.ms-home-edukon .banner-section {
    padding: 48px 0 44px;
  }

  body.ms-home-edukon .banner-section .banner-content .title {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
    line-height: 1.06;
  }

  body.ms-home-edukon .banner-section .banner-content .desc {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  body.ms-home-edukon .banner-section .banner-content form {
    flex-direction: column;
    align-items: stretch;
    margin-top: 24px;
    border-radius: 24px;
    box-shadow: 0 20px 38px rgba(15, 23, 42, 0.12);
  }

  body.ms-home-edukon .banner-section .banner-content form .banner-icon {
    left: 18px;
    top: 24px;
    transform: none;
  }

  body.ms-home-edukon .banner-section .banner-content form input {
    width: 100%;
    padding: 58px 16px 16px 58px;
    font-size: 0.95rem;
  }

  body.ms-home-edukon .banner-section .banner-content form button {
    width: 100%;
    min-height: 54px;
    margin-top: 8px;
    border-radius: 16px;
  }

  body.ms-home-edukon .hero-secondary-action {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  body.ms-home-edukon .hero-secondary-action .lab-btn,
  body.ms-home-edukon .hero-secondary-action .hero-text-link {
    width: 100%;
    justify-content: center;
  }

  body.ms-home-edukon .banner-catagory {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  body.ms-home-edukon .banner-catagory p {
    display: none;
  }

  body.ms-home-edukon .banner-catagory ul {
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  body.ms-home-edukon .banner-catagory ul::-webkit-scrollbar {
    display: none;
  }

  body.ms-home-edukon .banner-catagory a {
    width: auto;
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
    text-decoration: none;
    white-space: nowrap;
  }

  body.ms-home-edukon .banner-section .banner-thumb {
    margin-top: 18px;
    justify-content: center;
  }

  body.ms-home-edukon .banner-section .banner-thumb img.hero-clean-cutout {
    width: min(100%, 340px);
    margin-inline: auto;
  }

  body.ms-home-edukon .category-section-compact .category-inner {
    min-height: 0;
    padding: 26px 16px 22px;
  }

  body.ms-home-edukon .category-section-compact .category-thumb {
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
  }

  body.ms-home-edukon .category-section-compact .category-thumb svg {
    width: 26px;
    height: 26px;
  }

  body.ms-home-edukon .sponsor-thumb {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 16px;
  }

  body.ms-home-edukon .sponsor-thumb > span {
    min-width: 56px;
    height: 56px;
    border-radius: 16px;
  }

  body.ms-home-edukon .sponsor-content p {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  body.ms-home-edukon .course-section .course-footer,
  body.ms-home-edukon .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  body.ms-home-edukon .header-top {
    display: none;
  }

  body.ms-home-edukon .padding-tb {
    padding: 64px 0;
  }

  body.ms-home-edukon .category-section .category-inner {
    padding: 30px 22px;
  }

  body.ms-home-edukon .section-header {
    margin-bottom: 42px;
  }

  body.ms-home-edukon .section-header .title,
  body.ms-home-edukon .banner-content .title {
    font-size: clamp(1.9rem, 11vw, 2.6rem);
  }

  body.ms-home-edukon .banner-section .banner-content .hero-subtitle-badge {
    margin-bottom: 12px;
  }

  body.ms-home-edukon .banner-section .banner-content .hero-subtitle-badge span {
    width: auto;
    justify-content: flex-start;
  }

  body.ms-home-edukon .banner-catagory a {
    width: auto;
    justify-content: flex-start;
  }

  body.ms-home-edukon .category-section-compact .category-inner {
    border-radius: 20px;
    padding: 24px 16px 20px;
  }

  body.ms-home-edukon .category-section-compact .category-content h6 {
    font-size: 1rem;
  }

  body.ms-home-edukon .category-section-compact .category-content span {
    font-size: 0.76rem;
  }

  body.ms-home-edukon .course-section .course-price {
    position: static;
    width: auto;
    height: auto;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    box-shadow: none;
  }

  body.ms-home-edukon .banner-section .banner-thumb::before {
    inset: 28px 10px 10px;
  }

  body.ms-home-edukon .banner-section .banner-thumb::after {
    inset: 18px 6px 4px 34px;
  }
}