.elementor-144 .elementor-element.elementor-element-2d804382{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-144 .elementor-element.elementor-element-f68faa5{--display:flex;--margin-top:-103px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-144 .elementor-element.elementor-element-095fe6f{width:100%;max-width:100%;}.elementor-144 .elementor-element.elementor-element-095fe6f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-095fe6f */.cs-accomplishment {
  --cs-black: #11100e;
  --cs-black-soft: #191713;
  --cs-paper: #f4f0e7;
  --cs-gold: #b79559;
  --cs-sand: #d6c5a4;
  --cs-muted: #a8a196;

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(75px, 10vw, 145px) clamp(20px, 5vw, 80px);
  background: var(--cs-black);
  color: var(--cs-paper);
  font-family: Arial, sans-serif;
  isolation: isolate;
}

.cs-accomplishment *,
.cs-accomplishment *::before,
.cs-accomplishment *::after {
  box-sizing: border-box;
}

.cs-accomplishment__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.cs-accomplishment__glow {
  position: absolute;
  z-index: -1;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(214, 197, 164, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.cs-accomplishment__glow--one {
  top: -280px;
  right: -220px;
  box-shadow: 0 0 180px rgba(183, 149, 89, 0.08);
}

.cs-accomplishment__glow--two {
  bottom: -410px;
  left: -250px;
  width: 800px;
  height: 800px;
  border-color: rgba(214, 197, 164, 0.06);
}

.cs-accomplishment__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  padding-bottom: clamp(45px, 6vw, 75px);
  border-bottom: 1px solid rgba(214, 197, 164, 0.22);
}

.cs-accomplishment__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--cs-sand);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.3px;
}

.cs-accomplishment__eyebrow span {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: var(--cs-gold);
}

.cs-accomplishment__heading h2 {
  max-width: 780px;
  margin: 0;
  color: var(--cs-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5.2vw, 72px);
  font-weight: 400;
  letter-spacing: -1.8px;
  line-height: 1.08;
}

.cs-accomplishment__heading h2 em {
  color: var(--cs-gold);
  font-style: italic;
  font-weight: 400;
}

.cs-accomplishment__intro {
  width: 100%;
  max-width: 370px;
  margin: 0 0 7px;
  color: var(--cs-muted);
  font-size: 14px;
  line-height: 1.9;
}

.cs-accomplishment__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid rgba(214, 197, 164, 0.18);
}

.cs-accomplishment__stat {
  min-height: 340px;
  padding: clamp(30px, 3.4vw, 50px);
  border-right: 1px solid rgba(214, 197, 164, 0.18);
  border-bottom: 1px solid rgba(214, 197, 164, 0.18);
  transition: background 0.35s ease;
}

.cs-accomplishment__stat:hover {
  background: rgba(183, 149, 89, 0.08);
}

.cs-accomplishment__number {
  display: block;
  color: var(--cs-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 5.5vw, 78px);
  font-weight: 400;
  letter-spacing: -3px;
  line-height: 1;
}

.cs-accomplishment__number sup {
  color: var(--cs-gold);
  font-size: 0.42em;
  letter-spacing: 0;
  vertical-align: top;
}

.cs-accomplishment__line {
  display: block;
  width: 38px;
  height: 1px;
  margin: 31px 0 22px;
  background: var(--cs-gold);
}

.cs-accomplishment__stat h3 {
  margin: 0 0 13px;
  color: var(--cs-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
}

.cs-accomplishment__stat p {
  margin: 0;
  color: var(--cs-muted);
  font-size: 13px;
  line-height: 1.8;
}

.cs-accomplishment__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding-top: 42px;
}

.cs-accomplishment__seal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 94px;
  width: 94px;
  height: 94px;
  border: 1px solid var(--cs-gold);
  border-radius: 50%;
  color: var(--cs-gold);
}

.cs-accomplishment__crown {
  font-size: 20px;
  line-height: 1;
}

.cs-accomplishment__seal > span:not(.cs-accomplishment__crown) {
  margin-top: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8px;
  letter-spacing: 0.7px;
}

.cs-accomplishment__seal small {
  margin-top: 3px;
  font-size: 6px;
  letter-spacing: 1.1px;
}

.cs-accomplishment__footer p {
  max-width: 480px;
  margin: 0 auto 0 0;
  color: var(--cs-muted);
  font-size: 13px;
  line-height: 1.8;
}

.cs-accomplishment__footer a {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  flex: 0 0 auto;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--cs-gold);
  color: var(--cs-sand);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.cs-accomplishment__footer a:hover {
  border-color: var(--cs-paper);
  color: var(--cs-paper);
}

.cs-accomplishment__footer a span {
  color: var(--cs-gold);
  font-size: 19px;
  line-height: 10px;
}

/* Tablet */
@media (max-width: 1024px) {
  .cs-accomplishment__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .cs-accomplishment__stat {
    min-height: 290px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cs-accomplishment {
    padding: 75px 20px 55px;
  }

  .cs-accomplishment__heading {
    display: block;
    padding-bottom: 43px;
  }

  .cs-accomplishment__heading h2 {
    font-size: 42px;
    letter-spacing: -1.2px;
  }

  .cs-accomplishment__intro {
    margin-top: 25px;
    font-size: 13px;
  }

  .cs-accomplishment__stats {
    grid-template-columns: 1fr;
  }

  .cs-accomplishment__stat {
    min-height: auto;
    padding: 34px 26px;
  }

  .cs-accomplishment__number {
    font-size: 61px;
  }

  .cs-accomplishment__footer {
    flex-wrap: wrap;
    gap: 25px;
    padding-top: 34px;
  }

  .cs-accomplishment__footer p {
    order: 3;
    width: 100%;
    margin: 0;
  }

  .cs-accomplishment__footer a {
    margin-left: auto;
    font-size: 9px;
  }

  .cs-accomplishment__glow--one {
    top: -370px;
    right: -420px;
  }
}/* End custom CSS */