.cm-hero {
  background: linear-gradient(135deg, #0A2847 0%, #1B3B5F 100%);
  padding: 100px 20px;
  text-align: center;
  margin-bottom: 60px;
}
.cm-hero-content {
  max-width: 1200px;
  margin: 0 auto;
}
.cm-hero-title {
  color: #FFFFFF;
  font-family: "Oxygen";
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 768px) {
  .cm-hero-title {
    font-size: 2rem;
  }
}

.cm-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 0;
  font-family: "Source sans pro";
}

.cm-section {
  margin-bottom: 80px;
}
.cm-section:last-of-type {
  margin-bottom: 30px;
}
.cm-section-intro {
  margin-bottom: 80px;
}
.cm-section-title {
  color: #D4A74F;
  font-family: "Oxygen";
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .cm-section-title {
    font-size: 1.8rem;
  }
}

.cm-intro-text {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
  font-family: "Source sans pro";
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333333;
}
.cm-intro-text p {
  margin-bottom: 1.2rem;
}
.cm-intro-text p strong {
  font-weight: 700;
  color: #0A2847;
}

.cm-content-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cm-content-row {
    flex-direction: column;
    gap: 30px;
  }
}

.cm-image-col {
  flex: 1;
}
@media (max-width: 768px) {
  .cm-image-col {
    width: 100%;
  }
}

.cm-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.cm-text-col {
  flex: 1;
  font-family: "Source sans pro";
  font-size: 1.15rem;
  line-height: 1.8;
  color: #333333;
}
.cm-text-col p {
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .cm-text-col {
    width: 100%;
  }
}

.cm-subtitle {
  color: #0A2847;
  font-family: "Oxygen";
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.cm-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cm-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 1.2rem;
  font-size: 1.15rem;
  line-height: 1.8;
}
.cm-list li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #D4A74F;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.7em;
}

.cm-bottom-text {
  max-width: 900px;
  margin: 50px auto 0;
  font-size: 1.15rem;
  line-height: 1.8;
  color: #333333;
}
.cm-bottom-text p {
  margin-bottom: 1.2rem;
}

.cm-highlight-row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cm-highlight-row {
    flex-direction: column;
    gap: 30px;
  }
}

.cm-highlight-text {
  flex: 1;
  font-family: "Source sans pro";
  font-size: 1.15rem;
  line-height: 1.8;
  color: #333333;
}
.cm-highlight-text p {
  margin-bottom: 1.2rem;
}
.cm-highlight-text strong {
  color: #0A2847;
  font-weight: 600;
}

.cm-highlight-image {
  flex: 1.2;
}
.cm-highlight-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .cm-highlight-image {
    width: 100%;
  }
}

.cm-box-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cm-box-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.cm-box {
  background: #0A2847;
  color: #FFFFFF;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.cm-box-title {
  color: #FFFFFF;
  font-family: "Oxygen";
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  line-height: 1.4;
  text-transform: uppercase;
}
.cm-box p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.cm-box a {
  color: #D4A74F;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.cm-box a:hover {
  opacity: 0.8;
}

.cm-sources {
  font-size: 0.95rem !important;
  margin-top: 20px;
  opacity: 0.9;
}

.cm-steps {
  max-width: 900px;
  margin: 0 auto;
}

.cm-step {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
  position: relative;
}
.cm-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 55px;
  bottom: -50px;
  width: 2px;
  background: linear-gradient(to bottom, #D4A74F, rgba(212, 167, 79, 0.2));
}
@media (max-width: 576px) {
  .cm-step {
    flex-direction: column;
    gap: 15px;
  }
  .cm-step:not(:last-child)::after {
    display: none;
  }
}

.cm-step-number {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #D4A74F;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cm-step-content {
  flex: 1;
}
.cm-step-content p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 1rem;
}

.cm-step-title {
  color: #0A2847;
  font-family: "Oxygen";
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  margin-top: 0;
}

.cm-step-lead {
  font-style: italic;
  color: #D4A74F;
  font-weight: 500;
}

.cm-step-subtitle {
  color: #0A2847;
  font-family: "Oxygen";
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  margin-top: 1rem;
}

.cm-example {
  background: #F5F5F5;
  border-left: 4px solid #D4A74F;
  padding: 15px 20px;
  margin-top: 15px;
  border-radius: 0 6px 6px 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333333;
}
.cm-example strong {
  color: #0A2847;
}

.cm-model-image {
  text-align: center;
  margin: 40px auto 0;
  max-width: 500px;
}
.cm-model-image img {
  width: 100%;
  height: auto;
}

.cm-factors {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 30px;
}

.cm-factor {
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 35px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
}
.cm-factor:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.cm-factor p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 1rem;
}

.cm-factor-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.cm-factor-number {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #0A2847;
  color: #D4A74F;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cm-factor-title {
  color: #0A2847;
  font-family: "Oxygen";
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
}

.cm-factor-note {
  font-style: italic;
  color: rgb(89.25, 89.25, 89.25);
  margin-top: 10px;
}

.cm-sublist {
  list-style: none;
  padding-left: 20px;
  margin-top: 8px;
}
.cm-sublist li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  font-size: 1.05rem;
}
.cm-sublist li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #D4A74F;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0.6em;
}

.cm-results-section {
  text-align: center;
}

.cm-results-intro {
  font-family: "Source sans pro";
  font-size: 1.25rem;
  color: #333333;
  margin-bottom: 40px;
}

.cm-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cm-results-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.cm-result-card {
  background: #0A2847;
  color: #FFFFFF;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.cm-result-card p {
  font-size: 1.15rem;
  line-height: 1.6;
  margin: 0;
}
.cm-result-card p strong {
  color: #D4A74F;
}

.cm-result-number {
  display: block;
  font-family: "Oxygen";
  font-size: 3rem;
  font-weight: 800;
  color: #D4A74F;
  margin-bottom: 15px;
  line-height: 1;
}

.cm-contact-section {
  background: #F5F5F5;
  padding: 80px 20px;
  margin-top: 80px;
}

.cm-contact-container {
  max-width: 1200px;
  margin: 0 auto;
}

.cm-contact-title {
  text-align: center;
  color: #D4A74F;
  font-family: "Oxygen";
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .cm-contact-title {
    font-size: 1.5rem;
  }
}

.cm-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .cm-contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .cm-contact-grid {
    grid-template-columns: 1fr;
  }
}

.cm-contact-box {
  text-align: center;
}
.cm-contact-box h4 {
  margin-top: 15px;
  font-size: 0.95rem;
  font-weight: 600;
}
.cm-contact-box h4 a {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.cm-contact-box h4 a:hover {
  color: #D4A74F;
}
.cm-contact-box-helix .cm-contact-icon {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="65" font-size="40" fill="%230A2847" font-family="Arial, sans-serif" font-weight="bold">helix</text></svg>') center center no-repeat;
  background-size: 70%;
}

.cm-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #0A2847;
  color: #FFFFFF;
  font-size: 2rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
.cm-contact-icon:hover {
  background-color: #D4A74F;
  transform: scale(1.05);
}
.cm-contact-icon i {
  color: #FFFFFF;
}

.hi-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 0;
  font-family: "Source sans pro";
}

.hi-section {
  margin-bottom: 70px;
}
.hi-section:last-of-type {
  margin-bottom: 30px;
}

.hi-section-title {
  font-family: "Oxygen";
  font-size: 2.2rem;
  color: #D4A74F;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .hi-section-title {
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
}

.hi-intro-section {
  text-align: center;
}

.hi-subtitle {
  font-family: "Oxygen";
  font-size: 1.6rem;
  color: #1B3B5F;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 35px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .hi-subtitle {
    font-size: 1.25rem;
  }
}

.hi-intro-text {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
.hi-intro-text p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 1rem;
}

.hi-link {
  color: #D4A74F;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.3s ease;
}
.hi-link:hover {
  color: rgb(172.3835616438, 128.3082191781, 42.1164383562);
}

.hi-module {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgb(191.25, 191.25, 191.25);
}
.hi-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hi-module-top {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
@media (max-width: 992px) {
  .hi-module-top {
    flex-direction: column !important;
    gap: 25px;
  }
}

.hi-module-left {
  flex-direction: row;
}

.hi-module-right {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .hi-module-right {
    flex-direction: column !important;
  }
}

.hi-module-image {
  flex: 0 0 340px;
  max-width: 340px;
}
.hi-module-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .hi-module-image {
    flex: none;
    max-width: 100%;
  }
  .hi-module-image img {
    max-height: 300px;
    width: 100%;
  }
}

.hi-module-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hi-module-bottom {
  margin-top: 30px;
  padding-left: 20px;
}
.hi-module-bottom p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .hi-module-bottom {
    padding-left: 0;
  }
}

.hi-module-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hi-module-title {
  font-family: "Oxygen";
  font-size: 1.6rem;
  color: #0A2847;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .hi-module-title {
    font-size: 1.3rem;
  }
}

.hi-list-title {
  font-family: "Source sans pro";
  font-size: 1.1rem;
  font-weight: 700;
  color: #0A2847;
  margin-top: 15px;
  margin-bottom: 10px;
}

.hi-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 15px;
}
.hi-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 0.7rem;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333333;
}
.hi-list li:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #D4A74F;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.55em;
}

.hi-module-content p,
.hi-module-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 0.8rem;
}

.hi-faq-section {
  background-color: #F5F5F5;
  padding: 60px 40px;
  border-radius: 16px;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 768px) {
  .hi-faq-section {
    padding: 40px 20px;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 8px;
  }
}

.hi-faq {
  max-width: 900px;
  margin: 0 auto;
}

.hi-faq-item {
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.hi-faq-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.hi-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 28px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Source sans pro";
  font-size: 1.1rem;
  font-weight: 600;
  color: #0A2847;
  line-height: 1.5;
  transition: color 0.3s ease;
}
.hi-faq-question:hover {
  color: #D4A74F;
}
.hi-faq-question[aria-expanded=true] {
  color: #D4A74F;
}
.hi-faq-question[aria-expanded=true] .hi-faq-icon {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .hi-faq-question {
    padding: 18px 20px;
    font-size: 1rem;
  }
}

.hi-faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #D4A74F;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s ease;
}

.hi-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 28px;
}
.hi-faq-answer.hi-faq-open {
  max-height: 600px;
  padding: 0 28px 25px;
}
.hi-faq-answer p {
  font-family: "Source sans pro";
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333333;
  margin: 0;
}
@media (max-width: 768px) {
  .hi-faq-answer {
    padding: 0 20px;
  }
  .hi-faq-answer.hi-faq-open {
    padding: 0 20px 20px;
  }
}

.hi-cta-section {
  text-align: center;
  padding: 40px 20px;
}

.hi-cta-text {
  font-family: "Oxygen";
  font-size: 1.4rem;
  color: #0A2847;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .hi-cta-text {
    font-size: 1.15rem;
  }
}/*# sourceMappingURL=changes_2026.css.map */