.sc-hero {
  padding: 0 0 24px;
}
.sc-hero__container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sc-hero__container {
    max-width: 992px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .sc-hero__container {
    max-width: 1440px;
  }
}
.sc-hero__container {
  text-align: center;
}
.sc-hero__title {
  font-family: var(--jav-font-family);
  font-size: var(--jav-font-h2);
  font-weight: 700;
  line-height: 1.2;
  color: #010440;
  margin: 0;
}
@media (max-width: 768px) {
  .sc-hero {
    padding: 0 0 16px;
  }
  .sc-hero__title {
    font-size: var(--jav-font-h4);
  }
}

.sc-help {
  padding: 30px 0;
}
.sc-help__container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sc-help__container {
    max-width: 992px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .sc-help__container {
    max-width: 1440px;
  }
}
.sc-help__box {
  min-height: 130px;
  background: #E5ECF8;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 37px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 15px;
}
.sc-help__content {
  display: flex;
  align-items: center;
  gap: 37px;
  min-width: 0;
}
.sc-help__icon {
  width: 65px;
  height: 61px;
  flex: 0 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.sc-help__title {
  margin: 0;
  color: #010440;
  font-family: var(--jav-font-family);
  font-size: var(--jav-font-h4);
  font-weight: 700;
  line-height: 1;
  max-width: 469px;
}
.sc-help__text {
  color: #010440;
  font-family: var(--jav-font-family);
  font-size: var(--jav-font-body-sm);
  line-height: 1.4;
  max-width: 520px;
}
.sc-help__text p {
  margin: 8px 0 0;
}
.sc-help__text p:first-child {
  margin-top: 0;
}
.sc-help__cta {
  height: var(--jav-btn-height-md);
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 var(--jav-btn-pad-x-md);
  border: 1px solid #103062;
  border-radius: 100px;
  color: #103062;
  font-family: var(--jav-font-family);
  font-size: var(--jav-btn-fs-md);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.sc-help__cta span {
  display: block;
}
.sc-help__cta-icon {
  width: 16px;
  height: 11px;
  flex: 0 0 auto;
}
.sc-help__cta:hover, .sc-help__cta:focus-visible {
  background: #103062;
  color: #fff;
  text-decoration: none;
}
.sc-help__cta:active {
  background: #010440;
  border-color: #010440;
  color: #fff;
}
@media (max-width: 768px) {
  .sc-help {
    padding: 45px 0 50px;
  }
  .sc-help__box {
    width: min(319px, 100% - 70px);
    margin: 0 auto;
    min-height: 304px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
    padding: 40px 37px 55px 42px;
    border-radius: 15px;
    text-align: center;
  }
  .sc-help__content {
    flex-direction: column;
    gap: 17px;
  }
  .sc-help__icon {
    width: 65px;
    height: 61px;
  }
  .sc-help__title {
    width: 240px;
    max-width: 100%;
    line-height: 1;
  }
  .sc-help__cta {
    height: var(--jav-btn-height-md);
    margin-left: 0;
    padding-left: var(--jav-btn-pad-x-md);
    padding-right: var(--jav-btn-pad-x-md);
  }
}

.sc-body {
  padding: 20px 0 40px;
}
.sc-body .container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sc-body .container {
    max-width: 992px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .sc-body .container {
    max-width: 1440px;
  }
}
.sc-body {
  font-family: var(--jav-font-family);
  font-size: var(--jav-font-body-md);
  line-height: 1.5;
  color: #010440;
}
.sc-body h2,
.sc-body h3,
.sc-body h4 {
  color: #010440;
  font-family: var(--jav-font-family);
  font-weight: 700;
  letter-spacing: 0;
}
