.candidtate-experience-page {
  padding-top: 36px;
  margin-bottom: 80px;
}

@media (min-width: 1024px) {
  .candidtate-experience-page {
    padding-top: 80px;
    margin-bottom: 161px;
    max-width: calc(768px + 64px);
    margin-inline: auto;
  }
}

@media (min-width: 1024px) {
  .--frame-text .wysiwyg {
    border-radius: 16px;
    border: 1px solid #E3E5EF !important;
    padding: 24px;
  }
}

.candidtate-experience-page .buttons {
  margin-top: 32px !important;
}

@media (min-width: 1024px) {
  .candidtate-experience-page .buttons {
    margin-top: 36px !important;
  }
}

.candidtate-experience-page .buttons .btn {
  margin: 0 !important;
}

.candidtate-experience-page .wysiwyg h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 108%; /* 38.88px */
  letter-spacing: -0.72px;
  color: #1F212B;
}

@media (min-width: 1024px) {
  .candidtate-experience-page .wysiwyg h1 {
    font-size: 48px;
    line-height: 106%; /* 50.88px */
    letter-spacing: -0.96px;
  }
}

.candidtate-experience-page .divider {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: #D3D6E3 !important;
}

.candidtate-experience-page .wysiwyg h2 {
  font-family: 'Helvetica Now Text Medium', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 128% !important; /* 25.6px */
  letter-spacing: -0.4px !important;
  color: #1F212B !important;
  margin-bottom: 8px !important;
}

@media (min-width: 1024px) {
  .candidtate-experience-page .wysiwyg h2 {
    font-size: 28px !important;
    line-height: 132% !important; /* 36.96px */
    letter-spacing: -0.56px !important;
    margin-bottom: 12px !important;
  }
}

.candidtate-experience-page .wysiwyg h3 {
  font-family: 'Helvetica Now Text Medium', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  color: #3C3F4D !important;
  margin-bottom: 12px !important;
}

@media (min-width: 1024px) {
  .candidtate-experience-page .wysiwyg h3 {
    font-size: 22px;
    line-height: 144%; /* 31.68px */
    letter-spacing: -0.44px;
    color: #1F212B !important;
    margin-bottom: 16px !important;
  }
}

.candidtate-experience-page .wysiwyg h4 {
  font-family: 'Helvetica Now Text Medium', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 138% !important; /* 20.7px */
  letter-spacing: -0.3px !important;
  color: #555869 !important;
  margin-bottom: 8px !important;
}

@media (min-width: 1024px) {
  .candidtate-experience-page .wysiwyg h4 {
    font-size: 20px !important;
    line-height: 136% !important; /* 27.2px */
    letter-spacing: -0.4px !important;
    color: #3C3F4D !important;
  }
}

.candidtate-experience-page .wysiwyg h2 + p,
.candidtate-experience-page .wysiwyg h3 + p,
.candidtate-experience-page .wysiwyg h4 + p {
  margin-top: 0 !important;
}

.candidtate-experience-page .wysiwyg p {
  margin-top: 20px;
}

.candidtate-experience-page .wysiwyg p,
.candidtate-experience-page .wysiwyg ul li,
.candidtate-experience-page .wysiwyg ol li {
  font-size: 15px;
  line-height: 138%; /* 20.7px */
  letter-spacing: -0.3px;
  color: #555869;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .candidtate-experience-page .wysiwyg p,
  .candidtate-experience-page .wysiwyg ul li,
  .candidtate-experience-page .wysiwyg ol li {
    font-size: 18px;
    line-height: 138%; /* 20.7px */
    letter-spacing: -0.36px;
  }
}

.candidtate-experience-page .wysiwyg ul {
  border-radius: 16px;
  background: #F2F3F7 !important;
  padding: 24px !important;
  padding-left: 38px !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.candidtate-experience-page .wysiwyg ul li {
  margin: 0;
  list-style-type: square;
}

.candidtate-experience-page .wysiwyg ul li::marker {
  font-size: 8px;
}

.candidtate-experience-page .--list-success .wysiwyg ul {
  background: #F0FAF6 !important;
  padding-left: 24px !important;
}

.candidtate-experience-page .--list-error .wysiwyg ul {
  background: #FCF2F3 !important;
  padding-left: 24px !important;
}

.candidtate-experience-page .--list-error .wysiwyg ul li,
.candidtate-experience-page .--list-success .wysiwyg ul li {
  list-style-type: none !important;
  position: relative;
  padding-left: 30px;
}

.candidtate-experience-page .--list-error .wysiwyg ul li::before,
.candidtate-experience-page .--list-success .wysiwyg ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 3.6px;
}

.candidtate-experience-page .--list-success .wysiwyg ul li::after {
  content: '';
  position: absolute;
  left: 2px;
  top: 7px;
  width: 14px;
  height: 7px;
  transform: rotate(-45deg) scale(0.8);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.candidtate-experience-page .--list-error .wysiwyg ul li::after {
  content: '+';
  position: absolute;
  left: 5px;
  top: 0;
  transform: rotate(45deg);
  color: #fff;
}

@media (min-width: 1024px) {
  .candidtate-experience-page .--list-error .wysiwyg ul li,
  .candidtate-experience-page .--list-success .wysiwyg ul li {
    padding-left: 32px;
  }

  .candidtate-experience-page .--list-error .wysiwyg ul li::before,
  .candidtate-experience-page .--list-success .wysiwyg ul li::before {
    width: 20px;
    height: 20px;
  }

  .candidtate-experience-page .--list-success .wysiwyg ul li::after {
    left: 3px;
    top: 8px;
  }

  .candidtate-experience-page .--list-error .wysiwyg ul li::after {
    top: -1px;
  }
}

.candidtate-experience-page .--list-error .wysiwyg ul li::before {
  background: #FF5E69 !important;
}

.candidtate-experience-page .--list-success .wysiwyg ul li::before {
  background: #25BD85 !important;
}

.--buttons-center .buttons {
  display: flex;
  justify-content: center;
  margin-top: 48px !important;
}

@media (min-width: 1024px) {
  .--buttons-center .buttons {
    margin-top: 56px !important;
  }
}






.candidtate-experience-page .wysiwyg ol {
  border-radius: 16px;
  background: #F2F3F7 !important;
  padding: 24px !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style-type: none !important;
  counter-reset: ce-ol-item;
}

.candidtate-experience-page .wysiwyg ol li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 28px !important;
  position: relative;
  color: #555869 !important;
}

.candidtate-experience-page .wysiwyg ol > li {
  counter-increment: ce-ol-item;
}

.candidtate-experience-page .wysiwyg ol > li::before {
  content: counter(ce-ol-item);
  position: absolute;
  left:0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: #3C3F4D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Helvetica Now Text Medium', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.candidtate-experience-page .wysiwyg ol li .list-text {
  position: relative;
}

.candidtate-experience-page .wysiwyg ol li .list-text:before {
  content: '';
  position: absolute;
  left: -19px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #B1B4C7;
}

@media (min-width: 1024px) {
  .candidtate-experience-page .wysiwyg ol li .list-text:before {
    left: -26px;
  }
}

.candidtate-experience-page .wysiwyg ol li strong {
  display: inline-block;
  font-family: 'Helvetica Now Text Medium', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 136% !important; /* 21.76px */
  letter-spacing: -0.32px !important;
  color: #3C3F4D !important;
  margin-bottom: 8px !important;
}

.candidtate-experience-page .wysiwyg ol ul {
  gap: 0 !important;
  padding: 8px 0 0 24px !important;
}

.candidtate-experience-page .wysiwyg ol ul li {
  padding-left: 10px !important;
}

@media (min-width: 1024px) {
  .candidtate-experience-page .wysiwyg ol {
    gap: 20px;
  }

  .candidtate-experience-page .wysiwyg ol li {
    padding-left: 36px !important;
  }

  .candidtate-experience-page .wysiwyg ol li strong {
    font-size: 20px !important;
    line-height: 136% !important; /* 27.2px */
    letter-spacing: -0.4px !important;
  }
}