html {
  scroll-behavior: smooth;
}

body #rec854754021 {
  position: relative;
  overflow: hidden;
  background: #050505;
}

body #rec854754021 .t-cover,
body #rec854754021 .t-cover__carrier,
body #rec854754021 .t-cover__filter,
body #rec854754021 .t-cover__wrapper {
  height: clamp(470px, 62vh, 620px) !important;
  min-height: 470px !important;
}

body #rec854754021::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 110px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(246, 246, 243, 0), #f6f6f3 96%);
}

body #rec854754021 .t712__wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 48px;
}

body #rec854754021 .t-col_7 {
  width: min(900px, calc(100% - 40px));
  max-width: 900px;
}

body #rec854754021 .knowledge-empty-form-column {
  display: none !important;
}

body #rec854754021 .t712__title {
  max-width: 780px;
  font-size: clamp(48px, 6vw, 72px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.03em;
}

body #rec854754021 .t712__descr {
  max-width: 820px;
  margin-top: 26px;
  font-size: clamp(18px, 2vw, 25px) !important;
  line-height: 1.45 !important;
}

body #rec854754021 .t712__descr br {
  display: none;
}

body #rec854754021 .t712__descr ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

body #rec854754021 .t712__descr li {
  margin: 0;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 15px;
  line-height: 1.25;
  backdrop-filter: blur(8px);
}

body #rec854754021 .t712__descr li::marker {
  content: "";
}

.knowledge-scroll-link {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding: 13px 19px;
  border-radius: 999px;
  color: #111 !important;
  background: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.knowledge-scroll-link:hover,
.knowledge-scroll-link:focus-visible {
  transform: translateY(2px);
  background: #ff8c00;
}

body #knowledge-articles {
  position: relative;
  z-index: 3;
  padding-top: 74px !important;
  padding-bottom: 96px !important;
  background: #f6f6f3;
}

.knowledge-articles-heading {
  max-width: 780px;
  margin: 0 0 42px;
  color: #171717;
  font-family: Montserrat, Arial, sans-serif;
}

.knowledge-eyebrow {
  display: inline-block;
  margin-bottom: 13px;
  color: #d96f00;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.knowledge-articles-heading h2,
.knowledge-contact-copy h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.knowledge-articles-heading p {
  max-width: 690px;
  margin: 16px 0 0;
  color: #666;
  font-size: 18px;
  line-height: 1.55;
}

body #knowledge-articles .t959__row {
  margin-bottom: 20px;
}

body #knowledge-articles .knowledge-card-article-image {
  background-image: var(--knowledge-card-image) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.knowledge-contact-section {
  padding: 96px 20px;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 140, 0, 0.23), transparent 34%),
    #0b0b0b;
}

.knowledge-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
  gap: 72px;
  align-items: center;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.knowledge-contact-copy p {
  max-width: 500px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.6;
}

.knowledge-contact-copy ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.knowledge-contact-copy li {
  position: relative;
  margin-top: 12px;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 600;
}

.knowledge-contact-copy li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff8c00;
}

.knowledge-form-card {
  box-sizing: border-box;
  width: 100%;
  padding: 38px !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  color: #222;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.knowledge-form-card .t712__title-second {
  font-size: 27px !important;
  line-height: 1.2;
}

.knowledge-form-card .t712__descr-second {
  color: #666;
  font-size: 15px !important;
  line-height: 1.5;
}

.knowledge-form-card .t-input {
  border-radius: 10px !important;
  background: #fff !important;
}

.knowledge-form-card .t-form__submit {
  margin-top: 12px;
}

.knowledge-form-card .t-submit {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 54px;
  border: 0 !important;
  border-radius: 10px !important;
  color: #fff !important;
  background: #111 !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.knowledge-form-card .t-submit:hover,
.knowledge-form-card .t-submit:focus-visible {
  background: #e87900 !important;
  transform: translateY(-1px);
}

@media screen and (max-width: 980px) {
  body #rec854754021 .t-cover,
  body #rec854754021 .t-cover__carrier,
  body #rec854754021 .t-cover__filter,
  body #rec854754021 .t-cover__wrapper {
    height: auto !important;
    min-height: 520px !important;
  }

  body #rec854754021 .t712__wrapper {
    min-height: 520px;
    padding: 58px 0 84px;
    box-sizing: border-box;
  }

  .knowledge-contact-inner {
    grid-template-columns: 1fr;
    gap: 46px;
    max-width: 720px;
  }
}

@media screen and (max-width: 640px) {
  body #rec854754021 {
    padding-top: 42px !important;
  }

  body #rec854754021 .t-cover,
  body #rec854754021 .t-cover__carrier,
  body #rec854754021 .t-cover__filter,
  body #rec854754021 .t-cover__wrapper {
    min-height: 470px !important;
  }

  body #rec854754021 .t712__wrapper {
    min-height: 470px;
    padding: 44px 0 78px;
  }

  body #rec854754021 .t712__title {
    font-size: 42px !important;
  }

  body #rec854754021 .t712__descr {
    margin-top: 18px;
    font-size: 17px !important;
  }

  body #rec854754021 .t712__descr ul {
    gap: 8px;
    margin-top: 18px;
  }

  body #rec854754021 .t712__descr li {
    padding: 7px 11px;
    font-size: 12px;
  }

  .knowledge-scroll-link {
    margin-top: 22px;
  }

  body #knowledge-articles {
    padding-top: 54px !important;
    padding-bottom: 58px !important;
  }

  .knowledge-articles-heading {
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .knowledge-articles-heading p {
    font-size: 16px;
  }

  .knowledge-contact-section {
    padding: 64px 20px;
  }

  .knowledge-contact-inner {
    gap: 32px;
  }

  .knowledge-contact-copy p {
    font-size: 16px;
  }

  .knowledge-form-card {
    padding: 24px !important;
    border-radius: 18px;
  }
}
