@charset "UTF-8";
.content-section.content-section--litespeed .content-section__advantages-title, .content-section.content-section--litespeed :is(.content-section__lead > :is(h2, h2.wp-block-heading),
.litespeed-features__main-title,
.content-section__advantages-title), .content-section__text :is(h2, h2.wp-block-heading, h3, h3.wp-block-heading):not(.litespeed-features__main-title):not(.litespeed-feature__title),
.litespeed-content-section__text :is(h2, h2.wp-block-heading, h3, h3.wp-block-heading):not(.litespeed-features__main-title):not(.litespeed-feature__title), .content-section__title,
.litespeed-content-section__title {
  color: #1b1716;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.08;
  text-wrap-style: balance;
}

.content-section__title-dark {
  display: block;
  color: #1b1716;
}

.content-section__title-accent {
  display: block;
  color: #f05243;
}

.content-section.content-section--litespeed .content-section__advantages-intro,
.content-section.content-section--litespeed .content-section__advantages-outro, .litespeed-content-section__list, .content-section__text,
.litespeed-content-section__text {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.content-section.content-section--litespeed .content-section__advantages-intro p,
.content-section.content-section--litespeed .content-section__advantages-outro p, .litespeed-content-section__list p, .content-section__text p,
.litespeed-content-section__text p {
  margin: 0;
}
.content-section.content-section--litespeed .content-section__advantages-intro ul,
.content-section.content-section--litespeed .content-section__advantages-outro ul, .litespeed-content-section__list ul, .content-section__text ul,
.litespeed-content-section__text ul,
.content-section.content-section--litespeed .content-section__advantages-intro ol,
.content-section.content-section--litespeed .content-section__advantages-outro ol,
.litespeed-content-section__list ol,
.content-section__text ol,
.litespeed-content-section__text ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.content-section.content-section--litespeed .content-section__advantages-intro li,
.content-section.content-section--litespeed .content-section__advantages-outro li, .litespeed-content-section__list li, .content-section__text li,
.litespeed-content-section__text li {
  margin-bottom: 8px;
  list-style: none;
}
.content-section.content-section--litespeed .content-section__advantages-intro li::marker,
.content-section.content-section--litespeed .content-section__advantages-outro li::marker, .litespeed-content-section__list li::marker, .content-section__text li::marker,
.litespeed-content-section__text li::marker {
  content: "";
}
.content-section.content-section--litespeed .content-section__advantages-intro li:last-child,
.content-section.content-section--litespeed .content-section__advantages-outro li:last-child, .litespeed-content-section__list li:last-child, .content-section__text li:last-child,
.litespeed-content-section__text li:last-child {
  margin-bottom: 0;
}
.content-section.content-section--litespeed .content-section__advantages-intro strong,
.content-section.content-section--litespeed .content-section__advantages-outro strong, .litespeed-content-section__list strong, .content-section__text strong,
.litespeed-content-section__text strong,
.content-section.content-section--litespeed .content-section__advantages-intro b,
.content-section.content-section--litespeed .content-section__advantages-outro b,
.litespeed-content-section__list b,
.content-section__text b,
.litespeed-content-section__text b {
  font-weight: 500;
}

.content-section {
  padding: 64px 0;
  background: #ffffff;
}

.litespeed-content-section {
  padding: 40px 0 40px;
  background: #ffffff;
}
.litespeed-content-section:first-child {
  padding-top: 0;
}

.content-section__inner {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.litespeed-content-section__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.content-section__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  width: 100%;
}

.litespeed-content-section__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  width: 100%;
}

.content-section__title,
.litespeed-content-section__title {
  margin: 0;
}

.content-section__text :is(h2, h2.wp-block-heading, h3, h3.wp-block-heading):not(.litespeed-features__main-title):not(.litespeed-feature__title) :is(b, strong, span, a),
.litespeed-content-section__text :is(h2, h2.wp-block-heading, h3, h3.wp-block-heading):not(.litespeed-features__main-title):not(.litespeed-feature__title) :is(b, strong, span, a) {
  font-weight: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.content-section__text > p,
.litespeed-content-section__text > p {
  margin: 0 0 12px;
}
.content-section__text > p:last-child,
.litespeed-content-section__text > p:last-child {
  margin-bottom: 0;
}
.content-section__text > :is(h2, h2.wp-block-heading),
.litespeed-content-section__text > :is(h2, h2.wp-block-heading) {
  margin: 40px 0 10px;
}
.content-section__text > :is(h2, h2.wp-block-heading):first-child,
.litespeed-content-section__text > :is(h2, h2.wp-block-heading):first-child {
  margin-top: 0;
}
.content-section__text > :is(h3, h3.wp-block-heading),
.litespeed-content-section__text > :is(h3, h3.wp-block-heading) {
  margin: 28px 0 10px;
}
.content-section__text > :is(h3, h3.wp-block-heading):first-child,
.litespeed-content-section__text > :is(h3, h3.wp-block-heading):first-child {
  margin-top: 0;
}
.content-section__text > :is(ul, ol),
.litespeed-content-section__text > :is(ul, ol) {
  margin: 0 0 16px;
}
.content-section__text > :is(ul, ol):last-child,
.litespeed-content-section__text > :is(ul, ol):last-child {
  margin-bottom: 0;
}
.content-section__text p:empty,
.litespeed-content-section__text p:empty {
  display: none;
}

.litespeed-content-sections {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.litespeed-content-section__list {
  padding-left: 0;
  list-style: none;
}
.litespeed-content-section__list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}
.litespeed-content-section__list li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #f05243;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
}
.litespeed-content-section__list li:last-child {
  margin-bottom: 0;
}

.content-section__text ul,
.litespeed-content-section__text ul {
  list-style: none;
  padding-left: 0;
}
.content-section__text ul li,
.litespeed-content-section__text ul li {
  list-style: none;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}
.content-section__text ul li:before,
.litespeed-content-section__text ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #f05243;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
}
.content-section__text ul li:last-child,
.litespeed-content-section__text ul li:last-child {
  margin-bottom: 0;
}

.content-section.content-section--litespeed .content-section__text > :is(.content-section__lead, .litespeed-features, .content-section__advantages) + * {
  margin-top: 40px;
}
.content-section.content-section--litespeed .content-section__lead {
  width: 100%;
}
.content-section.content-section--litespeed .content-section__lead > p {
  margin: 0 0 12px;
}
.content-section.content-section--litespeed .content-section__lead > p:last-child {
  margin-bottom: 0;
}
.content-section.content-section--litespeed .content-section__lead > :is(ul, ol) {
  margin: 0 0 16px;
}
.content-section.content-section--litespeed .content-section__lead > :is(ul, ol):last-child {
  margin-bottom: 0;
}
.content-section.content-section--litespeed :is(.content-section__lead > :is(h2, h2.wp-block-heading),
.litespeed-features__main-title,
.content-section__advantages-title) {
  text-align: center;
  margin: 0 0 10px;
}
.content-section.content-section--litespeed .has-text-align-center {
  text-align: left;
}
.content-section.content-section--litespeed .content-section__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  margin-bottom: 16px;
}
.content-section.content-section--litespeed .content-section__highlights li {
  margin-bottom: 0;
}
.content-section.content-section--litespeed .litespeed-features {
  width: 100%;
  margin: 0;
  padding: 0;
}
.content-section.content-section--litespeed .litespeed-features .litespeed-features__wrapper {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.content-section.content-section--litespeed .litespeed-features .litespeed-features__main-title {
  margin: 0;
  text-align: center;
}
.content-section.content-section--litespeed .litespeed-features .litespeed-features__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  overflow: visible;
}
.content-section.content-section--litespeed .litespeed-features .litespeed-features__slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: visible;
}
.content-section.content-section--litespeed .litespeed-features .litespeed-features__viewport {
  width: 100%;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  touch-action: none;
}
.content-section.content-section--litespeed .litespeed-features .litespeed-features__viewport.is-dragging {
  cursor: grabbing;
}
.content-section.content-section--litespeed .litespeed-features .litespeed-features__viewport::-webkit-scrollbar {
  display: none;
}
.content-section.content-section--litespeed .litespeed-features .litespeed-features__track {
  --ls-features-edge-pad: max(16px, calc((100vw - 1200px) / 2));
  display: inline-flex;
  gap: 20px;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  padding-left: var(--ls-features-edge-pad);
  padding-right: var(--ls-features-edge-pad);
  box-sizing: border-box;
}
.content-section.content-section--litespeed .litespeed-features .litespeed-feature {
  flex: 0 0 387px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 32px;
  background: #fff;
  border-radius: 20px;
  box-shadow: none;
  min-height: 0;
  transition: none;
}
.content-section.content-section--litespeed .litespeed-features .litespeed-feature:hover {
  transform: none;
  box-shadow: none;
}
.content-section.content-section--litespeed .litespeed-features .litespeed-feature__number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 49px;
  height: 49px;
  border-radius: 12px;
  background: rgba(240, 82, 67, 0.1);
  color: #f05243;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}
.content-section.content-section--litespeed .litespeed-features .litespeed-feature__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
}
.content-section.content-section--litespeed .litespeed-features .litespeed-feature__title {
  color: #1b1716;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin: 0;
}
.content-section.content-section--litespeed .litespeed-features .litespeed-feature__description {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: #1b1716;
  opacity: 0.75;
  text-align: center;
}
.content-section.content-section--litespeed .litespeed-features .litespeed-features__cta {
  display: flex;
  justify-content: center;
  margin: 0;
}
.content-section.content-section--litespeed .litespeed-features .litespeed-features__order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 48px;
  border-radius: 100px;
  background: #f05243;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.content-section.content-section--litespeed .litespeed-features .litespeed-features__order-btn:hover, .content-section.content-section--litespeed .litespeed-features .litespeed-features__order-btn:focus-visible {
  background: rgb(237.7389162562, 55.9221674877, 38.6610837438);
  color: #fff;
  text-decoration: none;
}
.content-section.content-section--litespeed .content-section__advantages {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.content-section.content-section--litespeed .content-section__advantages-title {
  margin: 0;
  font-size: 36px;
  text-align: left;
}
.content-section.content-section--litespeed .content-section__advantages-intro,
.content-section.content-section--litespeed .content-section__advantages-outro {
  text-align: left;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  color: #201b19;
  font-size: 16px;
  line-height: normal;
}
.content-section.content-section--litespeed .content-section__benefits,
.content-section.content-section--litespeed .content-section__benefits--cards {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-section.content-section--litespeed .content-section__benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  margin: 0;
  padding: 24px 32px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  list-style: none;
  grid-column: span 2;
}
.content-section.content-section--litespeed .content-section__benefit::before {
  content: none;
}
.content-section.content-section--litespeed .content-section__benefit--wide {
  grid-column: span 3;
}
.content-section.content-section--litespeed .content-section__benefit-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.content-section.content-section--litespeed .content-section__benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #e8604c;
}
.content-section.content-section--litespeed .content-section__benefit-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.content-section.content-section--litespeed .content-section__benefit-title {
  color: #201b19;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.content-section.content-section--litespeed .content-section__benefit-desc {
  color: #201b19;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .content-section {
    padding: 40px 0;
  }
  .litespeed-content-section {
    padding: 28px 0 40px;
  }
  .litespeed-content-section:first-child {
    padding-top: 0;
  }
  .content-section__inner.container {
    width: 100%;
    max-width: none;
    padding-inline: 20px;
  }
  .content-section__inner {
    gap: 16px;
  }
  .litespeed-content-section__container {
    padding: 0 20px;
  }
  .content-section__content {
    gap: 16px;
  }
  .litespeed-content-section__content {
    gap: 8px;
  }
  .content-section__title,
  .litespeed-content-section__title,
  .content-section__text h2:not(.litespeed-feature__title),
  .content-section__text h2.wp-block-heading:not(.litespeed-feature__title),
  .content-section__text h3:not(.litespeed-feature__title),
  .content-section__text h3.wp-block-heading:not(.litespeed-feature__title),
  .litespeed-content-section__text h2,
  .litespeed-content-section__text h2.wp-block-heading,
  .litespeed-content-section__text h3,
  .litespeed-content-section__text h3.wp-block-heading {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
  }
  .content-section__title-dark,
  .content-section__title-accent {
    display: inline;
  }
  .content-section__text,
  .litespeed-content-section__text,
  .litespeed-content-section__list {
    font-size: 14px;
    line-height: 1.53;
  }
  .content-section__text > p,
  .litespeed-content-section__text > p {
    margin-bottom: 10px;
  }
  .content-section__text > p:last-child,
  .litespeed-content-section__text > p:last-child {
    margin-bottom: 0;
  }
  .content-section__text > :is(h2, h2.wp-block-heading),
  .litespeed-content-section__text > :is(h2, h2.wp-block-heading) {
    margin: 28px 0 8px;
  }
  .content-section__text > :is(h2, h2.wp-block-heading):first-child,
  .litespeed-content-section__text > :is(h2, h2.wp-block-heading):first-child {
    margin-top: 0;
  }
  .content-section__text > :is(h3, h3.wp-block-heading),
  .litespeed-content-section__text > :is(h3, h3.wp-block-heading) {
    margin: 20px 0 8px;
  }
  .content-section__text > :is(h3, h3.wp-block-heading):first-child,
  .litespeed-content-section__text > :is(h3, h3.wp-block-heading):first-child {
    margin-top: 0;
  }
  .content-section__text > :is(ul, ol),
  .litespeed-content-section__text > :is(ul, ol) {
    margin-bottom: 12px;
  }
  .content-section__text > :is(ul, ol):last-child,
  .litespeed-content-section__text > :is(ul, ol):last-child {
    margin-bottom: 0;
  }
  .content-section.content-section--litespeed .content-section__text > :is(.content-section__lead, .litespeed-features, .content-section__advantages) + * {
    margin-top: 28px;
  }
  .content-section.content-section--litespeed .content-section__lead > p {
    margin-bottom: 10px;
  }
  .content-section.content-section--litespeed .content-section__lead > :is(ul, ol) {
    margin-bottom: 12px;
  }
  .content-section.content-section--litespeed .content-section__highlights {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .content-section.content-section--litespeed .content-section__benefits,
  .content-section.content-section--litespeed .content-section__benefits--cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .content-section.content-section--litespeed .content-section__benefit,
  .content-section.content-section--litespeed .content-section__benefit--wide {
    grid-column: auto;
  }
  .content-section.content-section--litespeed .litespeed-features .litespeed-features__wrapper {
    gap: 20px;
    padding: 0;
  }
  .content-section.content-section--litespeed .litespeed-features .litespeed-features__main-title {
    font-size: 24px;
    text-align: center;
  }
  .content-section.content-section--litespeed .litespeed-features .litespeed-features__content {
    gap: 20px;
  }
  .content-section.content-section--litespeed .litespeed-features .litespeed-features__slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .content-section.content-section--litespeed .litespeed-features .litespeed-features__viewport {
    overflow-x: visible;
    cursor: default;
    touch-action: auto;
    user-select: auto;
  }
  .content-section.content-section--litespeed .litespeed-features .litespeed-features__track {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .content-section.content-section--litespeed .litespeed-features .litespeed-feature {
    flex: none;
    width: 100%;
    padding: 20px;
  }
  .content-section.content-section--litespeed .litespeed-features .litespeed-feature__number {
    width: 32px;
    height: 32px;
    font-size: 20px;
    font-weight: 700;
  }
  .content-section.content-section--litespeed .litespeed-features .litespeed-feature__body {
    gap: 6px;
  }
  .content-section.content-section--litespeed .litespeed-features .litespeed-feature__title {
    font-size: 16px;
    font-weight: 500;
  }
  .content-section.content-section--litespeed .litespeed-features .litespeed-feature__description {
    font-size: 14px;
  }
  .content-section.content-section--litespeed .litespeed-features .litespeed-features__order-btn {
    padding: 12px 32px;
  }
  .content-section.content-section--litespeed .content-section__benefit-title {
    font-size: 16px;
  }
}

/*# sourceMappingURL=content-section.css.map */
