.elementor-19905 .elementor-element.elementor-element-d1937ab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-8e1386f */.ssf-article {
  max-width: 800px;
  margin: 0 auto;
  color: #2E2E2E;
  font-size: 18px;
  line-height: 1.7;
}

.ssf-article p {
  margin: 0 0 20px;
}

.ssf-article h2 {
  margin: 64px 0 20px;
  color: #173C4A;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.ssf-article h3 {
  margin: 0 0 10px;
  color: #173C4A;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

.ssf-intro {
  max-width: 740px;
  margin-bottom: 30px !important;
  color: #173C4A;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.5;
}

.ssf-article a:not(.ssf-button) {
  color: #173C4A;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #ED89B2;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.ssf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0 46px;
}

.ssf-button {
  display: inline-block;
  padding: 15px 23px;
  border: 2px solid #173C4A;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.ssf-button-primary {
  background: #173C4A;
  color: #FFFFFF !important;
}

.ssf-button-primary:hover {
  background: #ED89B2;
  border-color: #ED89B2;
  color: #2E2E2E !important;
}

.ssf-button-secondary {
  background: transparent;
  color: #173C4A !important;
}

.ssf-button-secondary:hover {
  background: #173C4A;
  color: #FFFFFF !important;
}

.ssf-infos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 0 48px;
  overflow: hidden;
  background: #173C4A;
  border: 1px solid #173C4A;
}

.ssf-infos > div {
  min-height: 118px;
  padding: 22px;
  background: #F7F3EE;
}

.ssf-label {
  display: block;
  margin-bottom: 8px;
  color: #6E6259;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ssf-infos strong {
  color: #173C4A;
  font-size: 18px;
  line-height: 1.3;
}

.ssf-choices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 30px 0 14px;
}

.ssf-choices > div {
  min-height: 190px;
  padding: 24px;
  border-top: 5px solid #ED89B2;
  background: #F7F3EE;
}

.ssf-choices h3 {
  color: #173C4A;
}

.ssf-choices p {
  margin-bottom: 0;
  color: #2E2E2E;
  font-size: 16px;
  line-height: 1.55;
}

.ssf-note {
  margin: 30px 0;
  padding: 26px 28px;
  border-left: 6px solid #ED89B2;
  background: #F7F3EE;
  color: #2E2E2E;
}

.ssf-note strong {
  display: inline-block;
  margin-bottom: 4px;
  color: #173C4A;
}

.ssf-link-line {
  margin-top: 28px !important;
  font-weight: 700;
}

.ssf-cta {
  margin: 34px 0;
  padding: 38px;
  background: #173C4A;
  color: #FFFFFF;
}

.ssf-cta h3,
.ssf-cta p {
  color: #FFFFFF;
}

.ssf-cta h3 {
  margin-bottom: 12px;
  font-size: 27px;
}

.ssf-cta .ssf-button {
  margin-top: 8px;
  border-color: #ED89B2;
  background: #ED89B2;
  color: #2E2E2E !important;
}

.ssf-cta .ssf-button:hover {
  border-color: #FFFFFF;
  background: #FFFFFF;
  color: #173C4A !important;
}

.ssf-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(110, 98, 89, 0.45);
}

@media (max-width: 767px) {
  .ssf-article {
    font-size: 17px;
  }

  .ssf-article h2 {
    margin-top: 48px;
    font-size: 30px;
  }

  .ssf-infos,
  .ssf-choices {
    grid-template-columns: 1fr;
  }

  .ssf-infos > div,
  .ssf-choices > div {
    min-height: auto;
  }

  .ssf-actions,
  .ssf-footer-links {
    flex-direction: column;
    align-items: stretch;
  }

  .ssf-button {
    width: 100%;
  }

  .ssf-cta {
    padding: 28px 22px;
  }
}/* End custom CSS */