/* GuideCom Feature Navigator – Academy
   ----------------------------------------------------------------------------
   Alle Regeln sind auf .gcnv2 bzw. #gc-qu / #gc-lw / #gc-ko / #gc-cp / #gc-co
   gescopet, damit sie die Styles von guidecom.de nicht beeinflussen und umgekehrt.

   Bilder und Grafiken:  /fileadmin/feature-navigator/img/
   Roboto:               /_assets/407aa76fe6bede19af48e7793075494f/fonts/
   CodecPro-Regular / CodecPro-Bold bindet guidecom.de selbst ein.
   ---------------------------------------------------------------------------- */

/* ==========================================================================
   SCHRIFTEN
   ========================================================================== */

@font-face {
  font-family: "Roboto";
  font-weight: 100;
  font-display: swap;
  src: url("/_assets/407aa76fe6bede19af48e7793075494f/fonts/roboto-100.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-display: swap;
  src: url("/_assets/407aa76fe6bede19af48e7793075494f/fonts/roboto-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-display: swap;
  src: url("/_assets/407aa76fe6bede19af48e7793075494f/fonts/roboto-500.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-weight: 600;
  font-display: swap;
  src: url("/_assets/407aa76fe6bede19af48e7793075494f/fonts/roboto-600.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-display: swap;
  src: url("/_assets/407aa76fe6bede19af48e7793075494f/fonts/roboto-700.woff2") format("woff2");
}

/* ==========================================================================
   GETEILTE SCREEN-BASIS
   ========================================================================== */

.gcnv2 .gcapp {
  font-family: "Roboto",system-ui,-apple-system,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  color: #161528;
  display: block;
  width: 100%;
}

.gcnv2 .gcapp .gc-h {
  font-family: 'Roboto',system-ui,sans-serif;
}

.gcnv2 .gcapp *, .gcnv2 .gcapp *::before, .gcnv2 .gcapp *::after {
  box-sizing: border-box;
}

.gcnv2 .gcapp svg {
  flex-shrink: 0;
  overflow: visible;
}

.gcnv2 .ga-stage {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  container-type: inline-size;
  container-name: gcstage;
  overflow: visible;
}

.gcnv2 .ga-scaler {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -480px;
  width: 960px;
  height: 540px;
  transform-origin: top center;
}

.gcnv2 .ga-frame {
  position: relative;
  width: 100%;
}

.gcnv2 .ga-win {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 28px 64px -16px rgba(9,2,41,.48),0 6px 18px -8px rgba(9,2,41,.22);
  background: #090229;
  width: 960px;
  height: 540px;
}

.gcnv2 .ga-sidebar {
  width: 62px;
  flex-shrink: 0;
  background: linear-gradient(180deg,#291f53 0%,#0b0526 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 0;
  gap: 6px;
}

.gcnv2 .ga-sbicon {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6d6a8e;
  flex-shrink: 0;
}

.gcnv2 .ga-sbicon.is-active {
  background: rgba(30,220,131,.15);
  color: #1edc83;
  position: relative;
}

.gcnv2 .ga-sbicon.is-active::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 9px;
  width: 3px;
  height: 22px;
  border-radius: 3px;
  background: #1edc83;
}

.gcnv2 .ga-main {
  flex: 1;
  min-width: 0;
  background: linear-gradient(95deg,#2d2b58 0%,#13112a 55%);
  padding: 12px 12px 12px 0;
  display: flex;
  flex-direction: column;
}

.gcnv2 .ga-tabbar {
  height: 38px;
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}

.gcnv2 .ga-tab-lbl {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  height: 38px;
  color: #1edc83;
  font-size: 13px;
  font-weight: 500;
}

.gcnv2 .ga-tab-act {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  height: 38px;
  background: linear-gradient(90deg,#46427b 0%,#2a2849 80%);
  border-radius: 7px 7px 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.gcnv2 .ga-panel {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.gcnv2 .ga-panelhead {
  height: 64px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 22px;
  border-bottom: 1px solid #eaeaec;
}

.gcnv2 .ga-body {
  flex: 1;
  display: flex;
  min-height: 0;
  overflow: hidden;
}

.gcnv2 .ga-dnav {
  width: 222px;
  flex-shrink: 0;
  border-right: 1px solid #eaeaec;
  padding: 18px 0 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}

.gcnv2 .ga-grid {
  flex: 1;
  min-width: 0;
  background: #f5f5f7;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-content: start;
  overflow: hidden;
}

.gcnv2 .ga-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e8e8ea;
  padding: 16px 18px;
  box-shadow: 0 1px 4px rgba(9,2,41,.06),0 4px 12px rgba(9,2,41,.03);
}

.gcnv2 .ga-av {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto',system-ui,sans-serif;
  font-weight: 700;
  color: #0d2c22;
  background: linear-gradient(150deg,#b9f2cc 0%,#5fe3bd 100%);
  box-shadow: 0 0 0 2px #1edc83,0 0 0 4px rgba(30,220,131,.18);
  flex-shrink: 0;
}

.gcnv2 .ga-btn-prim {
  height: 34px;
  padding: 0 16px;
  border-radius: 7px;
  background: linear-gradient(180deg,#b9f2cc 0%,#00d7d7 100%);
  display: flex;
  align-items: center;
  color: #0d2c22;
  font-size: 13px;
  font-weight: 700;
}

.gcnv2 .ga-btn-sec {
  height: 34px;
  padding: 0 14px;
  border-radius: 7px;
  border: 1px solid #b2b2b2;
  display: flex;
  align-items: center;
  color: #161528;
  font-size: 13px;
  font-weight: 500;
  gap: 6px;
}

.gcnv2 .ga-ico-btn {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  border: 1px solid #e4e5eb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #525252;
}

.gcnv2 .ga-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11.5px;
  font-weight: 600;
}

.gcnv2 .ga-chip--amber {
  background: #fff7e6;
  border: 1px solid #ffe4a6;
  color: #7a4000;
}

.gcnv2 .ga-chip--green {
  background: #edf9f3;
  border: 1px solid #bff0d8;
  color: #0a8f5b;
}

.gcnv2 .ga-chip--grey {
  background: #f0f0f5;
  border: 1px solid #e4e5eb;
  color: #3e3c72;
}

.gcnv2 .ga-chip--blue {
  background: #eef4ff;
  border: 1px solid #cfe0ff;
  color: #286ef0;
}

.gcnv2 .ga-chip--red {
  background: #fdecec;
  border: 1px solid #f6c9c9;
  color: #cc2530;
}

.gcnv2 .ga-navitem {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px;
  border-left: 3px solid transparent;
  color: #525252;
  font-size: 13px;
}

.gcnv2 .ga-navitem.is-active {
  background: #f0fbf6;
  border-left-color: #1edc83;
  color: #161528;
  font-weight: 600;
}

.gcnv2 .ga-navitem.is-muted {
  color: #a0a0ab;
}

.gcnv2 .ga-kpi {
  flex: 1;
  min-width: 0;
  padding: 8px 12px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e8e8ea;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gcnv2 .ga-kpi-lbl {
  font-size: 11px;
  color: #828282;
  line-height: 1.25;
}

.gcnv2 .ga-kpi-val {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.gcnv2 .ga-kpi-num {
  font-family: 'Roboto',system-ui,sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #161528;
  line-height: 1;
}

.gcnv2 .ga-kpi-unit {
  font-size: 11px;
  color: #a0a0ab;
}

.gcnv2 .ga-course {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gcnv2 .ga-stars {
  display: flex;
  gap: 2px;
}

.gcnv2 .gc-play .ga-frame {
  animation: gc-build .55s cubic-bezier(.22,1,.36,1) backwards;
}

.gcnv2 .gc-play .gc-box {
  animation: gc-rise .6s cubic-bezier(.22,1,.36,1) backwards;
}

.gcnv2 .gc-play .gc-seg {
  animation: gc-draw 1.05s cubic-bezier(.22,1,.36,1) backwards;
}

.gcnv2 .gc-play .gc-bar {
  animation: gc-barl .9s cubic-bezier(.22,1,.36,1) backwards;
}

.gcnv2 .gc-play .gc-barv {
  animation: gc-barv .9s cubic-bezier(.22,1,.36,1) backwards;
}

.gcnv2 .gc-play .gc-leg {
  animation: gc-fade .55s ease backwards;
}

.gcnv2 .gc-amb .gc-pulse {
  animation: gc-pulse 2s ease-out infinite;
}

.gcnv2 .gc-amb .gc-flowline {
  stroke-dasharray: 6 6;
  animation: gc-flow 1.1s linear infinite;
}

.gcnv2 .gc-bar, .gcnv2 .gc-barv {
  transform-origin: left;
}

.gcnv2 .gc-barv {
  transform-origin: bottom;
}

.gcnv2 .ga-stage {
  animation: gc-bob 7s ease-in-out infinite;
}

.gcnv2,
.gcnv2 *,
.gcnv2 *::before,
.gcnv2 *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.gcnv2 {
  padding: 0 0 112px;
  font-family: CodecPro-Regular,"Helvetica Neue",Arial,system-ui,sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #161528;
}

.gcnv2 a {
  color: #286ef0;
  text-decoration: none;
}

.gcnv2 a:hover {
  color: #161528;
  text-decoration: underline;
}

/* ==========================================================================
   SCREEN: LERNWELT
   ========================================================================== */

#gc-qu, #gc-qu * {
  font-family: "Roboto",system-ui,sans-serif;
}

#gc-qu {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum" 1,"lnum" 1;
}

/* ==========================================================================
   SCREEN: GEZIELTE WEITERENTWICKLUNG
   ========================================================================== */

#gc-lw, #gc-lw * {
  font-family: "Roboto",system-ui,sans-serif;
}

#gc-lw {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum" 1,"lnum" 1;
}

/* ==========================================================================
   SCREEN: SMARTE ORGANISATION
   ========================================================================== */

#gc-ko, #gc-ko * {
  font-family: "Roboto",system-ui,sans-serif;
}

#gc-ko {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum" 1,"lnum" 1;
}

/* ==========================================================================
   SCREEN: COMPLIANCE & QUALIFIZIERUNG
   ========================================================================== */

#gc-cp, #gc-cp * {
  font-family: "Roboto",system-ui,sans-serif;
}

#gc-cp {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum" 1,"lnum" 1;
}

/* ==========================================================================
   SCREEN: REPORTING
   ========================================================================== */

#gc-co, #gc-co * {
  font-family: "Roboto",system-ui,sans-serif;
}

#gc-co {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum" 1,"lnum" 1;
}

/* ==========================================================================
   KEYFRAMES
   ========================================================================== */

@keyframes gc-bob {
  0%,100% { transform:translateY(0) }
  50% { transform:translateY(-9px) }
}

@keyframes gc-build {
  from { opacity:0;transform:translateY(18px) scale(.983) }
}

@keyframes gc-rise {
  from { opacity:0;transform:translateY(12px) }
}

@keyframes gc-draw {
  from { stroke-dashoffset:var(--len) }
}

@keyframes gc-barl {
  from { transform:scaleX(0) }
}

@keyframes gc-barv {
  from { transform:scaleY(0) }
}

@keyframes gc-fade {
  from { opacity:0 }
}

@keyframes gc-notify {
  0%,27% { opacity:0;transform:translateY(18px) scale(.95) }
  36%,74% { opacity:1;transform:translateY(0) scale(1) }
  87%,100% { opacity:0;transform:translateY(18px) scale(.95) }
}

@keyframes gc-pulse {
  0% { box-shadow:0 0 0 0 rgba(30,220,131,.55) }
  70% { box-shadow:0 0 0 7px rgba(30,220,131,0) }
  100% { box-shadow:0 0 0 0 rgba(30,220,131,0) }
}

@keyframes gc-flow {
  from { stroke-dashoffset:22 }
  to { stroke-dashoffset:0 }
}

@keyframes gcnv2In {
  from { opacity:0;transform:translateY(16px) }
  to { opacity:1;transform:translateY(0) }
}

/* ==========================================================================
   SKALIERUNG (CONTAINER QUERIES)
   ========================================================================== */

@container gcstage (max-width:959px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.9990);
  }
}

@container gcstage (max-width:919px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.9573);
  }
}

@container gcstage (max-width:879px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.9156);
  }
}

@container gcstage (max-width:839px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.8740);
  }
}

@container gcstage (max-width:799px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.8323);
  }
}

@container gcstage (max-width:759px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.7906);
  }
}

@container gcstage (max-width:719px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.7490);
  }
}

@container gcstage (max-width:679px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.7073);
  }
}

@container gcstage (max-width:639px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.6656);
  }
}

@container gcstage (max-width:599px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.6240);
  }
}

@container gcstage (max-width:559px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.5823);
  }
}

@container gcstage (max-width:519px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.5406);
  }
}

@container gcstage (max-width:479px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.4990);
  }
}

@container gcstage (max-width:439px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.4573);
  }
}

@container gcstage (max-width:399px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.4156);
  }
}

@container gcstage (max-width:359px) {
  .gcnv2 .ga-scaler {
    transform: scale(0.3740);
  }
}

@container gcstage (min-width:1000px) {
  .gcnv2 .ga-scaler {
    transform: scale(1.0417);
  }
}

@container gcstage (min-width:1040px) {
  .gcnv2 .ga-scaler {
    transform: scale(1.0833);
  }
}

@container gcstage (min-width:1080px) {
  .gcnv2 .ga-scaler {
    transform: scale(1.1250);
  }
}

@container gcstage (min-width:1120px) {
  .gcnv2 .ga-scaler {
    transform: scale(1.1667);
  }
}

@container gcstage (min-width:1160px) {
  .gcnv2 .ga-scaler {
    transform: scale(1.2083);
  }
}

@container gcstage (min-width:1200px) {
  .gcnv2 .ga-scaler {
    transform: scale(1.2500);
  }
}

@container gcstage (max-width:680px) {
  .gcnv2 .ga-grid {
    grid-template-columns: 1fr;
  }

  .gcnv2 .ga-dnav {
    display: none;
  }

  .gcnv2 .ga-sidebar .ga-sblabel {
    display: none;
  }
}

/* ==========================================================================
   SEKTION: TABS, PANELS, INFOKARTE
   ========================================================================== */

.gcnv2__panel.is-active:not(:has(.gcnv2__card)) {
  grid-template-columns: 1fr!important;
}

.gcnv2__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  overflow: visible;
}

.gcnv2__tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.gcnv2__tab {
  height: 2.5rem;
  padding: .1875rem 1.25rem;
  border-radius: 38.5px;
  border: 2px solid #e1e3e6;
  background: #fff;
  color: #48475a;
  font-size: .75rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: .005em;
  transition: background .2s,color .2s,border-color .2s,box-shadow .2s,transform .12s;
}

.gcnv2__tab:hover {
  border-color: #1edc82;
  color: #161528;
  transform: translateY(-1px);
}

.gcnv2__tab.is-active {
  background: #1edc82;
  border-color: #1edc82;
  color: #161528;
  box-shadow: 0 4px 18px rgba(30,220,130,.32);
  transform: translateY(-1px);
}

.gcnv2__panel {
  display: none;
  overflow: visible;
}

.gcnv2__panel.is-active {
  display: grid;
  grid-template-columns: minmax(0,1fr) clamp(320px,29vw,400px);
  gap: clamp(40px,4.5vw,64px);
  align-items: center;
  animation: gcnv2In .38s cubic-bezier(.22,1,.36,1) forwards;
}

.gcnv2__frag {
  position: relative;
  overflow: visible;
  padding: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  min-width: 0;
}

.gcnv2, .gcnv2__inner, .gcnv2__panel.is-active {
  overflow: visible!important;
}

.gcnv2__card {
  background: #f7f8f8!important;
  border-radius: 20px!important;
  padding: clamp(26px,2.6vw,36px) clamp(26px,2.8vw,38px)!important;
  display: grid!important;
  grid-template-columns: 1fr!important;
  gap: 22px!important;
  align-items: start!important;
  max-width: none!important;
  width: 100%!important;
  margin: 0!important;
  align-self: center!important;
  border: 1px solid rgba(22,21,40,.06)!important;
  box-shadow: 0 2px 16px rgba(22,21,40,.06)!important;
  box-sizing: border-box!important;
}

.gcnv2__eyebrow {
  font-size: .75rem!important;
  line-height: 1.125rem!important;
  font-weight: 700!important;
  letter-spacing: .12em!important;
  text-transform: uppercase!important;
  color: #1edc82!important;
  margin-bottom: 14px!important;
}

.gcnv2__headline {
  font-size: 1.5rem!important;
  font-weight: 600!important;
  line-height: 2rem!important;
  letter-spacing: normal!important;
  color: #161528!important;
  margin-bottom: 0!important;
  text-wrap: balance!important;
}

.gcnv2__body {
  font-size: 15px!important;
  line-height: 1.65!important;
  color: #48475a!important;
  text-wrap: pretty!important;
}

.gcnv2__usps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid rgba(22,21,40,.07);
}

.gcnv2__usp {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gcnv2__usp-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #1edc82;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gcnv2__usp-text {
  font-size: 1rem!important;
  font-weight: 400!important;
  color: #161528!important;
  line-height: 1.5!important;
  text-wrap: pretty!important;
}

.gcnv2__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  align-self: flex-start;
  min-height: 2.5rem;
  min-width: 11.5625rem;
  padding: .1875rem .9375rem;
  border: 2px solid #1edc82;
  border-radius: 38.5px;
  background: #1edc82;
  color: #28282d!important;
  font-size: .75rem;
  line-height: 2.5;
  font-weight: 600;
  font-family: CodecPro-Bold,"Helvetica Neue",Arial,sans-serif;
  text-decoration: none!important;
  letter-spacing: normal;
  transition: background .2s ease,color .2s ease,border-color .2s ease;
}

.gcnv2__cta:hover {
  background: #00e99b;
  border-color: #00e99b;
  color: #28282d!important;
  text-decoration: none!important;
}

.gcnv2__cta:active {
  background: #00e99b;
  color: #28282d!important;
}

/* Fette Elemente der Hülle auf den Bold-Schnitt der Website; die Familien CodecPro-Regular / CodecPro-Bold bindet guidecom.de bereits ein. */ .gcnv2__tab, .gcnv2__eyebrow, .gcnv2__cta {
  font-family: CodecPro-Bold,"Helvetica Neue",Arial,sans-serif;
}

/* Karten-Headline im Regular-Schnitt – wie die h4 der Website. */ .gcnv2__headline {
  font-family: CodecPro-Regular,"Helvetica Neue",Arial,sans-serif;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media (prefers-reduced-motion:reduce) {
  .gcnv2 .gc-play *, .gcnv2 .gc-amb * {
    animation: none!important;
  }
}

@media (prefers-reduced-motion:reduce) {
  .gcnv2 .ga-stage {
    animation: none;
  }
}

@media (min-width:1181px) {
  .gcnv2__panel.is-active {
    position: relative;
  }

  .gcnv2__card {
    position: absolute!important;
    top: 50%!important;
    right: 0!important;
    transform: translateY(-50%)!important;
    width: clamp(320px,29vw,400px)!important;
    overflow: visible!important;
    gap: clamp(16px,1.6vw,22px)!important;
  }

  .gcnv2__eyebrow {
    margin-bottom: clamp(8px,1vw,14px)!important;
  }

  .gcnv2__headline {
    margin-bottom: 0!important;
  }

  .gcnv2__body {
    font-size: clamp(13.5px,1.08vw,15px)!important;
    line-height: 1.55!important;
  }

  .gcnv2__usps {
    gap: clamp(11px,1.2vw,16px)!important;
    padding-top: clamp(16px,1.6vw,22px)!important;
  }

  .gcnv2__usp-text {
    font-size: .875rem!important;
    line-height: 1.5!important;
  }

  .gcnv2__usp-icon {
    width: clamp(22px,1.9vw,26px)!important;
    height: clamp(22px,1.9vw,26px)!important;
  }

  .gcnv2__cta {
    font-size: .75rem;
  }
}

@media (max-width:1180px) {
  .gcnv2__panel.is-active {
    grid-template-columns: 1fr!important;
    gap: 32px!important;
  }

  .gcnv2__frag {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .gcnv2__card {
    grid-template-columns: 1fr 1fr!important;
    gap: 48px!important;
    align-items: center!important;
    max-width: 840px!important;
    margin: 0 auto!important;
  }

  .gcnv2__usps {
    padding-top: 0!important;
    border-top: none!important;
  }
}

@media (max-width:860px) {
  .gcnv2__card {
    grid-template-columns: 1fr!important;
    gap: 28px!important;
    padding: 32px 28px!important;
    max-width: 100%!important;
  }

  .gcnv2__headline {
    font-size: 1.25rem!important;
    line-height: 1.62!important;
  }
}

@media (max-width:640px) {
  .gcnv2__usps {
    gap: 12px!important;
  }
}

@media (max-width:540px) {
  .gcnv2 {
    padding: 44px 0 56px;
  }

  .gcnv2__tab {
    font-size: .75rem;
    height: 2.25rem;
    padding: .1875rem .875rem;
  }

  .gcnv2__inner {
    padding: 0 16px;
  }
}

/* ==========================================================================
   ELEMENT-STYLES (VORMALS INLINE)
   ========================================================================== */

#gc-qu .gcsa-1,
#gc-lw .gcsa-1,
#gc-ko .gcsa-1,
#gc-cp .gcsa-1,
#gc-co .gcsa-1 {
  width: 22px;
  height: 22px;
  margin-bottom: 12px;
}

#gc-qu .gcsa-2,
#gc-lw .gcsa-2,
#gc-ko .gcsa-2,
#gc-cp .gcsa-2,
#gc-co .gcsa-2 {
  flex: 1;
}

#gc-qu .gcsa-3,
#gc-lw .gcsa-3,
#gc-ko .gcsa-3,
#gc-cp .gcsa-3,
#gc-co .gcsa-3 {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1edc83;
  font-weight: 700;
  font-size: 10px;
}

#gc-qu .gcsa-4,
#gc-lw .gcsa-4,
#gc-ko .gcsa-4,
#gc-cp .gcsa-4,
#gc-co .gcsa-4 {
  margin-left: 2px;
}

#gc-qu .gcsa-5,
#gc-lw .gcsa-5,
#gc-ko .gcsa-5,
#gc-co .gcsa-5 {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: rgba(30,220,131,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#gc-qu .gcsa-6,
#gc-lw .gcsa-6,
#gc-ko .gcsa-6,
#gc-cp .gcsa-6,
#gc-co .gcsa-6 {
  flex: 1;
  min-width: 0;
}

#gc-qu .gcsa-7,
#gc-lw .gcsa-7,
#gc-ko .gcsa-7,
#gc-co .gcsa-7 {
  font-size: 17px;
  font-weight: 700;
  color: #161528;
  letter-spacing: -.015em;
  line-height: 1.1;
}

#gc-qu .gcsa-8,
#gc-lw .gcsa-8,
#gc-ko .gcsa-8,
#gc-co .gcsa-8 {
  font-size: 12px;
  color: #828282;
  margin-top: 2px;
}

#gc-qu .gcsa-9,
#gc-lw .gcsa-9,
#gc-ko .gcsa-9,
#gc-cp .gcsa-9,
#gc-co .gcsa-9 {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}

#gc-qu .gcsa-10, #gc-ko .gcsa-10, #gc-cp .gcsa-10 {
  margin-right: 6px;
}

#gc-qu .gcsa-11, #gc-lw .gcsa-11 {
  flex-direction: column;
}

#gc-qu .gcsa-12 {
  height: 46px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  background: #f6f6f8;
  border-bottom: 1px solid #eaeaec;
}

#gc-qu .gcsa-13 {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 1.5px solid #c4c4cf;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#gc-qu .gcsa-14 {
  background: #fdecec;
  border: 1px solid #f6c9c9;
  color: #cc2530;
}

#gc-qu .gcsa-15 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #828282;
}

#gc-qu .gcsa-16 {
  height: 30px;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 78px 1.4fr 1.1fr 1.3fr 104px 92px 1.2fr;
  gap: 12px;
  align-items: center;
  padding: 0 36px 0 20px;
  background: #f6f6f8;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #8c8b98;
  text-transform: uppercase;
}

#gc-qu .gcsa-17 {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  background: #f6f6f8;
  padding: 0 20px 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#gc-qu .gcsa-18 {
  height: 32px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #efeef7;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  animation-delay: .06s;
}

#gc-qu .gcsa-19 {
  font-size: 12.5px;
  font-weight: 700;
  color: #3e3c72;
}

#gc-qu .gcsa-20 {
  font-size: 11.5px;
  color: #8c8b98;
}

#gc-qu .gcsa-21 {
  height: 32px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #efeef7;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  animation-delay: .1s;
}

#gc-qu .gcsa-22 {
  height: 32px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #e4e1f2;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  animation-delay: .18s;
}

#gc-qu .gcsa-23 {
  flex-shrink: 0;
  height: 40px;
  border: 1px solid #dbdbe2;
  border-radius: 8px;
  background: #fff;
  display: grid;
  grid-template-columns: 78px 1.4fr 1.1fr 1.3fr 104px 92px 1.2fr;
  gap: 12px;
  align-items: center;
  padding: 0 16px;
  animation-delay: .24s;
}

#gc-qu .gcsa-24 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  color: #525252;
}

#gc-qu .gcsa-25 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f5a623;
  flex-shrink: 0;
}

#gc-qu .gcsa-26 {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

#gc-qu .gcsa-27 {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e7edf6;
  color: #3e3c72;
  font-family: 'Roboto',system-ui,sans-serif;
  font-size: 9px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#gc-qu .gcsa-28 {
  font-size: 12px;
  color: #161528;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#gc-qu .gcsa-29 {
  font-size: 12px;
  color: #525252;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#gc-qu .gcsa-30 {
  font-size: 12px;
  color: #161528;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#gc-qu .gcsa-31, #gc-cp .gcsa-31 {
  justify-self: start;
}

#gc-qu .gcsa-32 {
  font-size: 12px;
  color: #cc2530;
  font-weight: 600;
}

#gc-qu .gcsa-33 {
  flex-shrink: 0;
  height: 40px;
  border: 1px solid #dbdbe2;
  border-radius: 8px;
  background: #fff;
  display: grid;
  grid-template-columns: 78px 1.4fr 1.1fr 1.3fr 104px 92px 1.2fr;
  gap: 12px;
  align-items: center;
  padding: 0 16px;
  animation-delay: .3s;
}

#gc-qu .gcsa-34 {
  font-size: 12px;
  color: #525252;
}

#gc-qu .gcsa-35 {
  flex-shrink: 0;
  height: 40px;
  border: 1px solid #dbdbe2;
  border-radius: 8px;
  background: #fff;
  display: grid;
  grid-template-columns: 78px 1.4fr 1.1fr 1.3fr 104px 92px 1.2fr;
  gap: 12px;
  align-items: center;
  padding: 0 16px;
  animation-delay: .36s;
}

#gc-qu .gcsa-36 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #286ef0;
  flex-shrink: 0;
}

#gc-qu .gcsa-37 {
  flex-shrink: 0;
  height: 40px;
  border: 1px solid #dbdbe2;
  border-radius: 8px;
  background: #fff;
  display: grid;
  grid-template-columns: 78px 1.4fr 1.1fr 1.3fr 104px 92px 1.2fr;
  gap: 12px;
  align-items: center;
  padding: 0 16px;
  animation-delay: .42s;
}

#gc-qu .gcsa-38 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1edc83;
  flex-shrink: 0;
}

#gc-lw .gcsa-39 {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 10;
  width: 256px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  background: #fff;
  border: 1px solid #e1e3e6;
  border-radius: 14px;
  box-shadow: 0 16px 40px -10px rgba(22,21,40,.26),0 4px 10px -4px rgba(22,21,40,.12);
}

#gc-lw .gcsa-40 {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e8faf2;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gc-lw .gcsa-41 {
  font-size: 13px;
  font-weight: 700;
  color: #161528;
  line-height: 1.2;
}

#gc-lw .gcsa-42 {
  font-size: 11.5px;
  color: #828282;
  margin-top: 3px;
}

#gc-lw .gcsa-43 {
  height: 34px;
  width: 170px;
  border-radius: 7px;
  border: 1px solid #e4e5eb;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  color: #a0a0ab;
  font-size: 12.5px;
}

#gc-lw .gcsa-44 {
  height: 46px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-bottom: 1px solid #eaeaec;
}

#gc-lw .gcsa-45 {
  background: #1edc83;
  color: #0d2c22;
}

#gc-lw .gcsa-46 {
  margin-left: auto;
  font-size: 11.5px;
  color: #a0a0ab;
}

#gc-lw .gcsa-47 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  background: #f6f6f8;
  padding: 14px;
  gap: 14px;
}

#gc-lw .gcsa-48 {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation-delay: .1s;
}

#gc-lw .gcsa-49 {
  height: 104px;
  flex-shrink: 0;
  background: url('/fileadmin/feature-navigator/img/ac-hg-1.jpg') center/cover no-repeat;
}

#gc-lw .gcsa-50 {
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

#gc-lw .gcsa-51 {
  font-size: 13px;
  font-weight: 700;
  color: #3b3a51;
  line-height: 1.25;
}

#gc-lw .gcsa-52 {
  font-size: 11px;
  color: #525252;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#gc-lw .gcsa-53 {
  display: flex;
  align-items: center;
  gap: 5px;
}

#gc-lw .gcsa-54 {
  display: flex;
  gap: 1px;
  color: #1edc83;
}

#gc-lw .gcsa-55 {
  font-size: 11px;
  font-weight: 600;
  color: #161528;
}

#gc-lw .gcsa-56 {
  font-size: 11px;
  color: #a0a0ab;
}

#gc-lw .gcsa-57 {
  display: flex;
  align-items: center;
  gap: 7px;
}

#gc-lw .gcsa-58 {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #3e3c72;
  font-weight: 500;
}

#gc-lw .gcsa-59 {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #c9ccd6;
}

#gc-lw .gcsa-60 {
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid #eef0f4;
}

#gc-lw .gcsa-61 {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation-delay: .2s;
}

#gc-lw .gcsa-62 {
  height: 104px;
  flex-shrink: 0;
  background: url('/fileadmin/feature-navigator/img/ac-hg-2.jpg') center/cover no-repeat;
}

#gc-lw .gcsa-63 {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation-delay: .3s;
}

#gc-lw .gcsa-64 {
  height: 104px;
  flex-shrink: 0;
  background: url('/fileadmin/feature-navigator/img/ac-hg-3.jpg') center/cover no-repeat;
}

#gc-ko .gcsa-65, #gc-co .gcsa-65 {
  font-size: 10.5px;
  color: #a0a0ab;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding-right: 16px;
}

#gc-ko .gcsa-66, #gc-co .gcsa-66 {
  margin: 0 -16px;
}

#gc-ko .gcsa-67, #gc-co .gcsa-67 {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}

#gc-ko .gcsa-68, #gc-co .gcsa-68 {
  display: flex;
  gap: 12px;
}

#gc-ko .gcsa-69 {
  color: #286ef0;
}

#gc-ko .gcsa-70 {
  animation-delay: .14s;
  display: flex;
  flex-direction: column;
}

#gc-ko .gcsa-71 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

#gc-ko .gcsa-72, #gc-co .gcsa-72 {
  font-size: 13.5px;
  font-weight: 700;
  color: #161528;
}

#gc-ko .gcsa-73 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#gc-ko .gcsa-74 {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 7px 12px;
  border: 1px solid #eef0f4;
  border-radius: 9px;
  animation-delay: .24s;
}

#gc-ko .gcsa-75 {
  flex-shrink: 0;
  width: 44px;
  text-align: center;
}

#gc-ko .gcsa-76 {
  font-size: 16px;
  font-weight: 700;
  color: #161528;
  line-height: 1;
}

#gc-ko .gcsa-77 {
  font-size: 10px;
  color: #a0a0ab;
}

#gc-ko .gcsa-78 {
  width: 1px;
  height: 30px;
  background: #eef0f4;
  flex-shrink: 0;
}

#gc-ko .gcsa-79 {
  font-size: 12.5px;
  font-weight: 600;
  color: #161528;
}

#gc-ko .gcsa-80 {
  font-size: 11px;
  color: #a0a0ab;
  margin-top: 1px;
}

#gc-ko .gcsa-81 {
  font-size: 11.5px;
  color: #525252;
}

#gc-ko .gcsa-82 {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 7px 12px;
  border: 1px solid #eef0f4;
  border-radius: 9px;
  animation-delay: .3s;
}

#gc-ko .gcsa-83 {
  font-size: 11.5px;
  color: #cc2530;
}

#gc-ko .gcsa-84 {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 7px 12px;
  border: 1px solid #eef0f4;
  border-radius: 9px;
  animation-delay: .36s;
}

#gc-ko .gcsa-85 {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 7px 12px;
  border: 1px solid #eef0f4;
  border-radius: 9px;
  animation-delay: .42s;
}

#gc-ko .gcsa-86 {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 7px 12px;
  border: 1px solid #eef0f4;
  border-radius: 9px;
  animation-delay: .48s;
}

#gc-cp .gcsa-87 {
  height: 52px;
}

#gc-cp .gcsa-88 {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(30,220,131,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#gc-cp .gcsa-89 {
  font-size: 15px;
  font-weight: 700;
  color: #161528;
  letter-spacing: -.015em;
  line-height: 1.1;
}

#gc-cp .gcsa-90 {
  font-size: 11px;
  color: #828282;
  margin-top: 2px;
}

#gc-cp .gcsa-91 {
  flex-direction: column;
  background: #f6f6f8;
  padding: 14px;
  gap: 12px;
  overflow: hidden;
}

#gc-cp .gcsa-92 {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 170px 1fr 152px;
  gap: 16px;
  padding: 0 14px;
  align-items: center;
}

#gc-cp .gcsa-93 {
  display: inline-block;
  border: 1.5px solid #1edc83;
  color: #0a8f5b;
  background: #f0fbf6;
  border-radius: 999px;
  padding: 3px 14px;
  font-size: 10.5px;
  font-weight: 700;
}

#gc-cp .gcsa-94 {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #8c8b98;
  text-transform: uppercase;
}

#gc-cp .gcsa-95 {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 150px 1fr 190px;
  gap: 16px;
  padding: 14px;
  animation-delay: .06s;
}

#gc-cp .gcsa-96 {
  width: 150px;
  aspect-ratio: 150/112;
  align-self: center;
  border-radius: 8px;
  background: url('/fileadmin/feature-navigator/img/ac-hg-4.jpg') center/cover no-repeat;
  flex-shrink: 0;
}

#gc-cp .gcsa-97 {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#gc-cp .gcsa-98 {
  font-size: 14px;
  font-weight: 700;
  color: #161528;
  letter-spacing: -.01em;
}

#gc-cp .gcsa-99 {
  font-size: 10px;
  color: #525252;
  line-height: 1.45;
}

#gc-cp .gcsa-100 {
  font-size: 9.5px;
  font-weight: 700;
  color: #3e3c72;
  margin-top: 1px;
}

#gc-cp .gcsa-101 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 14px;
}

#gc-cp .gcsa-102 {
  display: flex;
  gap: 6px;
  font-size: 9.5px;
  color: #3b3a51;
  line-height: 1.4;
}

#gc-cp .gcsa-103 {
  color: #1edc83;
  flex-shrink: 0;
}

#gc-cp .gcsa-104 {
  width: 190px;
  flex-shrink: 0;
  background: #f6f6f8;
  border: 1px solid #e8e8ea;
  border-radius: 9px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

#gc-cp .gcsa-105 {
  font-size: 11.5px;
  font-weight: 700;
  color: #161528;
  line-height: 1.2;
}

#gc-cp .gcsa-106 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#gc-cp .gcsa-107 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9.5px;
  color: #525252;
  line-height: 1.3;
}

#gc-cp .gcsa-108 {
  color: #8c8b98;
  display: flex;
  flex-shrink: 0;
}

#gc-cp .gcsa-109 {
  justify-content: center;
  margin-top: 2px;
}

#gc-cp .gcsa-110 {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  animation-delay: .14s;
  overflow: hidden;
}

#gc-cp .gcsa-111 {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 150px 1fr 190px;
  gap: 16px;
  padding: 14px;
  animation-delay: .24s;
}

#gc-cp .gcsa-112 {
  width: 150px;
  aspect-ratio: 150/112;
  align-self: center;
  border-radius: 8px;
  background: url('/fileadmin/feature-navigator/img/ac-hg-5.jpg') center/cover no-repeat;
  flex-shrink: 0;
}

#gc-cp .gcsa-113 {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

#gc-cp .gcsa-114 {
  justify-content: center;
  margin-top: auto;
}

#gc-cp .gcsa-115 {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 150px 1fr 190px;
  gap: 16px;
  padding: 14px;
  animation-delay: .32s;
}

#gc-cp .gcsa-116 {
  width: 150px;
  aspect-ratio: 150/112;
  align-self: center;
  border-radius: 8px;
  background: url('/fileadmin/feature-navigator/img/ac-hg-6.jpg') center/cover no-repeat;
  flex-shrink: 0;
}

#gc-co .gcsa-117 {
  height: 1px;
  background: #eaeaec;
  margin-right: 16px;
}

#gc-co .gcsa-118 {
  padding-right: 16px;
}

#gc-co .gcsa-119 {
  font-size: 10.5px;
  color: #a0a0ab;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 6px;
}

#gc-co .gcsa-120 {
  font-size: 12.5px;
  color: #161528;
  font-weight: 500;
}

#gc-co .gcsa-121 {
  font-size: 18px;
}

#gc-co .gcsa-122 {
  animation-delay: .14s;
}

#gc-co .gcsa-123 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

#gc-co .gcsa-124 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#gc-co .gcsa-125 {
  display: flex;
  align-items: center;
  gap: 12px;
}

#gc-co .gcsa-126 {
  width: 170px;
  flex-shrink: 0;
  font-size: 12px;
  color: #525252;
}

#gc-co .gcsa-127 {
  flex: 1;
  height: 14px;
  background: #edeef2;
  border-radius: 99px;
  overflow: hidden;
}

#gc-co .gcsa-128 {
  height: 100%;
  width: 100%;
  background: #1edc83;
  border-radius: 99px;
  animation-delay: .3s;
}

#gc-co .gcsa-129 {
  width: 64px;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  color: #161528;
}

#gc-co .gcsa-130 {
  height: 100%;
  width: 82%;
  background: #1edc83;
  border-radius: 99px;
  animation-delay: .4s;
}

#gc-co .gcsa-131 {
  height: 100%;
  width: 64%;
  background: #3e3c72;
  border-radius: 99px;
  animation-delay: .5s;
}

#gc-co .gcsa-132 {
  height: 100%;
  width: 48%;
  background: #3e3c72;
  border-radius: 99px;
  animation-delay: .6s;
}

#gc-co .gcsa-133 {
  height: 100%;
  width: 33%;
  background: #c9ccd6;
  border-radius: 99px;
}

#gc-co .gcsa-134 {
  height: 100%;
  width: 27%;
  background: #c9ccd6;
  border-radius: 99px;
}

#gc-co .gcsa-135 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #eaeaec;
  font-size: 11.5px;
  color: #286ef0;
  font-weight: 600;
}
