.lf-page__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lf-page__container {
    padding: 0 20px;
  }
}

.lf-page__title {
  font-family: "Fixel Display", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #04083a;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .lf-page__title {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.56px;
    margin: 0 0 28px;
  }
}

.lf-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .lf-steps {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 12px;
  }
}

.lf-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 12px;
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
  border: 1px solid #a7ccee;
  border-radius: 8px;
  padding: 24px 20px;
}
@media screen and (max-width: 600px) {
  .lf-step {
    width: 100%;
  }
}

.lf-step__num {
  font-family: "Fixel Display", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.48px;
  color: #0b70cf;
}

.lf-step__title {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #04083a;
  line-height: 24px;
}

.lf-step__title a {
  color: #eb7a1b;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.lf-step__title a:active {
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .lf-step__title a:hover {
    text-decoration: none;
  }
}

.lf-page__content {
  background: #fff;
  border: 1px solid #a7ccee;
  border-radius: 8px;
  padding: 32px;
}
@media screen and (max-width: 1024px) {
  .lf-page__content {
    padding: 24px;
  }
}
.lf-page__content .content {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: rgba(4, 8, 58, 0.52);
}
.lf-page__content .content h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.48px;
  color: #04083a;
  margin-bottom: 16px;
}
.lf-page__content .content p {
  margin: 0 0 16px;
}
.lf-page__content .content ol, .lf-page__content .content ul {
  margin: 0 0 16px;
  padding-left: 20px;
}
.lf-page__content .content li {
  margin-bottom: 6px;
}
.lf-page__content .content ul:not(.blocks-gallery-grid):not(.selectric-items) li {
  padding-left: 34px;
  margin-bottom: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #04083a;
}
.lf-page__content .content ul:not(.blocks-gallery-grid):not(.selectric-items) li::before {
  content: "";
  width: 24px;
  height: 24px;
  top: 4px;
  border-radius: 0;
  background-color: #0b70cf;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M128,24a104,104,0,1,0,104,104A104.11,104.11,0,0,0,128,24Z' opacity='0.2'/%3E%3Cpath d='M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M128,24a104,104,0,1,0,104,104A104.11,104.11,0,0,0,128,24Z' opacity='0.2'/%3E%3Cpath d='M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
