/* Mobile first: base styles for phones, progressively enhanced at 601 / 901 / 1101px. */
:root { --lf-red: #c50000; --lf-red-hover: #a80000; --lf-dark: #150b0b; --lf-heading-dark: #1b1b1b; --lf-grey-20: #333333; --lf-grey-27: #454545; --lf-grey-50: #808080; --lf-grey-89: #e2e2e2; --lf-grey-95: #f2f2f2; --lf-bg-light: #f8f8f8; --lf-bg-light-2: #f7f7f7; --lf-footer-bg: #151515; --lf-border: rgba(16, 24, 32, 0.12); --lf-input-border: rgba(16, 24, 32, 0.4); }
* { box-sizing: border-box; }
body.lf-body { margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; font-family: 'Open Sans', sans-serif; color: var(--lf-grey-20); background: #fff; }
img { max-width: 100%; display: block; }
.lf-container { width: 100%; max-width: 1210px; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; padding-top: 0; padding-right: 20px; padding-bottom: 0; padding-left: 20px; }
.lf-container--narrow { max-width: 812px; }
.lf-heading { font-weight: 700; font-size: 24px; line-height: 1.2; text-transform: uppercase; color: var(--lf-grey-20); margin-top: 0; margin-right: 0; margin-bottom: 20px; margin-left: 0; }
.lf-heading--center { text-align: center; }
.lf-heading em { font-style: italic; font-weight: 700; }
.lf-section-intro { max-width: 800px; margin-top: 0; margin-right: auto; margin-bottom: 40px; margin-left: auto; text-align: center; color: var(--lf-grey-20); }
.lf-section-intro__text { font-size: 15px; line-height: 22px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; }
.lf-btn { display: inline-flex; align-items: center; justify-content: center; padding-top: 13px; padding-right: 18px; padding-bottom: 13px; padding-left: 18px; border-radius: 4px; font-weight: 600; font-size: 18px; text-decoration: none; white-space: nowrap; border: none; cursor: pointer; line-height: 1; }
.lf-btn--primary { background: var(--lf-red); color: #fff; }
.lf-btn--primary:hover { background: var(--lf-red-hover); color: #fff; }
.lf-btn--secondary { background: var(--lf-grey-89); color: var(--lf-red); }
.lf-btn--secondary:hover { background: #d0d0d0; }
.lf-btn--sm { padding-top: 8px; padding-right: 14px; padding-bottom: 8px; padding-left: 14px; font-size: 16px; }
.lf-btn--block { width: 100%; padding-top: 12px; padding-right: 18px; padding-bottom: 12px; padding-left: 18px; font-size: 16px; }
.lf-topbar { border-bottom: 1px solid var(--lf-grey-95); padding-top: 12px; padding-right: 0; padding-bottom: 12px; padding-left: 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; row-gap: 12px; column-gap: 12px; }
.lf-topbar__social { display: flex; align-items: center; column-gap: 10px; row-gap: 10px; }
.lf-topbar__right { display: flex; align-items: center; row-gap: 20px; column-gap: 20px; flex-wrap: wrap; width: 100%; justify-content: space-between; }
.lf-topbar__contact { display: flex; align-items: center; row-gap: 8px; column-gap: 8px; flex-wrap: wrap; }
.lf-topbar__phone { color: var(--lf-dark); font-weight: 600; font-size: 18px; text-decoration: none; }
.lf-messenger-btns { display: flex; align-items: center; row-gap: 12px; column-gap: 12px; }
.lf-messenger-btn { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 4px; }
.lf-messenger-btn--viber { background: #7360f2; }
.lf-messenger-btn--telegram { background: #24a1de; }
.lf-messenger-btn--big { width: 48px; height: 48px; }
.lf-lang-switch { display: flex; row-gap: 12px; column-gap: 12px; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.lf-lang-switch__active { color: var(--lf-grey-50); font-weight: 600; }
.lf-lang-switch__inactive { color: var(--lf-dark); }
.lf-header { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-right: 0; padding-bottom: 14px; padding-left: 0; flex-wrap: wrap; row-gap: 16px; column-gap: 16px; }
.lf-brand { font-family: 'Rubik', sans-serif; font-weight: 600; font-size: 26px; letter-spacing: 0.26px; text-transform: uppercase; color: var(--lf-heading-dark); display: flex; row-gap: 8px; column-gap: 8px; text-decoration: none; line-height: 1; }
.lf-brand--footer { color: #fff; }
.lf-nav-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; row-gap: 5px; width: 32px; height: 32px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.lf-nav-toggle__bar { display: block; width: 24px; height: 2px; background: var(--lf-dark); border-radius: 1px; }
.lf-nav { display: none; flex-basis: 100%; align-items: flex-start; row-gap: 12px; column-gap: 12px; flex-wrap: wrap; flex-direction: column; }
.lf-nav.is-open { display: flex; }
.lf-nav__list { display: flex; flex-direction: column; flex-wrap: wrap; width: 100%; row-gap: 10px; column-gap: 16px; list-style: none; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; }
.lf-nav__link { color: var(--lf-dark); font-size: 15px; text-decoration: none; }
.lf-nav__link:hover { color: var(--lf-red); }
.lf-hero { position: relative; min-height: 600px; background-size: cover; background-position: center; background-color: #d9d9d9; display: flex; align-items: center; }
.lf-hero__overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.74); }
.lf-hero .lf-container { position: relative; z-index: 1; padding-top: 60px; padding-bottom: 60px; }
.lf-hero__content { max-width: 575px; color: #fff; display: flex; flex-direction: column; }
.lf-hero__heading { font-weight: 700; font-size: 26px; line-height: 0.99; margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0; }
.lf-hero__text { font-size: 16px; line-height: 1.46; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; }
.lf-hero__actions { display: flex; row-gap: 20px; column-gap: 20px; flex-wrap: wrap; margin-top: 38px; }
.lf-how { padding-top: 40px; padding-right: 0; padding-bottom: 40px; padding-left: 0; background: var(--lf-bg-light); }
.lf-advantages { padding-top: 40px; padding-right: 0; padding-bottom: 40px; padding-left: 0; background: var(--lf-bg-light); }
.lf-how__grid { display: grid; grid-template-columns: minmax(0, 1fr); row-gap: 16px; column-gap: 16px; margin-top: 28px; }
.lf-trust-stats__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; column-gap: 0; margin-top: 40px; }
.lf-documents__grid { display: grid; grid-template-columns: minmax(0, 1fr); row-gap: 16px; column-gap: 16px; margin-top: 28px; }
.lf-how__card { min-width: 0; background: #fff; border: 1px solid var(--lf-border); border-radius: 4px; padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px; text-align: left; }
.lf-advantages__card { min-width: 0; background: #fff; border: 1px solid var(--lf-border); border-radius: 4px; padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px; text-align: left; }
.lf-documents__item { min-width: 0; background: #fff; border: 1px solid var(--lf-border); border-radius: 4px; padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px; text-align: left; }
.lf-how__icon { width: 36px; height: 36px; object-fit: contain; margin-top: 0; margin-right: 0; margin-bottom: 24px; margin-left: 0; }
.lf-advantages__icon { width: 36px; height: 36px; object-fit: contain; margin-top: 0; margin-right: 0; margin-bottom: 24px; margin-left: 0; }
.lf-documents__icon { width: 36px; height: 36px; object-fit: contain; margin-top: 0; margin-right: 0; margin-bottom: 24px; margin-left: 0; }
.lf-how__title { font-weight: 600; font-size: 18px; line-height: 1.35; color: var(--lf-grey-27); margin-top: 0; margin-right: 0; margin-bottom: 12px; margin-left: 0; }
.lf-advantages__title { font-weight: 600; font-size: 18px; line-height: 1.35; color: var(--lf-grey-27); margin-top: 0; margin-right: 0; margin-bottom: 12px; margin-left: 0; }
.lf-how__text { font-size: 15px; line-height: 24px; color: var(--lf-grey-20); margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; }
.lf-advantages__text { font-size: 15px; line-height: 24px; color: var(--lf-grey-20); margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; }
.lf-trust-stats { padding-top: 40px; padding-right: 0; padding-bottom: 40px; padding-left: 0; }
.lf-trust-stats__item { padding-top: 12px; padding-right: 12px; padding-bottom: 12px; padding-left: 12px; border-left: 1px solid var(--lf-border); text-align: center; }
.lf-trust-stats__item:first-child { border-left: 0; }
.lf-trust-stats__value { font-weight: 700; font-size: 30px; color: var(--lf-red); line-height: 1.2; }
.lf-trust-stats__label { font-size: 15px; line-height: 24px; color: var(--lf-grey-27); margin-top: 12px; }
.lf-advantages__grid { display: grid; grid-template-columns: minmax(0, 1fr); row-gap: 16px; column-gap: 16px; margin-top: 28px; }
.lf-faq { padding-top: 40px; padding-right: 0; padding-bottom: 40px; padding-left: 0; }
.lf-faq__list { margin-top: 40px; border-top: 1px solid var(--lf-border); }
.lf-faq__item { border-bottom: 1px solid var(--lf-border); padding-top: 24px; padding-right: 0; padding-bottom: 24px; padding-left: 0; }
.lf-faq__question { cursor: pointer; font-weight: 600; font-size: 16px; line-height: 1.4; color: var(--lf-grey-27); list-style: none; position: relative; padding-right: 40px; }
.lf-faq__question::-webkit-details-marker { display: none; }
.lf-faq__question::after { content: "+"; position: absolute; right: 4px; top: 0; color: var(--lf-red); font-size: 24px; line-height: 1; }
.lf-faq__item[open] .lf-faq__question::after { content: "\2212"; }
.lf-faq__answer { padding-top: 16px; padding-right: 0; font-size: 15px; line-height: 24px; color: var(--lf-grey-20); }
.lf-faq__answer p { margin-top: 0; margin-right: 0; margin-bottom: 12px; margin-left: 0; }
.lf-faq__answer > :last-child { margin-bottom: 0; }
.lf-trust { background: var(--lf-bg-light); padding-top: 60px; padding-right: 0; padding-bottom: 60px; padding-left: 0; }
.lf-trust__grid { display: flex; row-gap: 20px; column-gap: 20px; flex-wrap: wrap; }
.lf-trust__card { flex-grow: 1; flex-shrink: 1; flex-basis: 220px; background: #fff; border: 1px solid var(--lf-border); border-radius: 4px; padding-top: 22px; padding-right: 18px; padding-bottom: 22px; padding-left: 18px; display: flex; row-gap: 10px; column-gap: 10px; align-items: flex-start; }
.lf-trust__icon { width: 35px; height: 26px; flex-shrink: 0; margin-top: 4px; }
.lf-trust__text { font-weight: 600; font-size: 16px; line-height: 21px; color: var(--lf-grey-27); margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; }
.lf-about { padding-top: 60px; padding-right: 0; padding-bottom: 60px; padding-left: 0; }
.lf-about .lf-section-intro { max-width: 680px; margin-left: 0; text-align: left; }
.lf-about .lf-heading { text-align: left; }
.lf-about__slide { background: var(--lf-bg-light-2); box-shadow: inset 0 0 0 1px var(--lf-border); border-radius: 4px; display: flex !important; align-items: stretch; justify-content: space-between; overflow: hidden; flex-wrap: wrap; }
.lf-about__slide-text { padding-top: 28px; padding-right: 24px; padding-bottom: 28px; padding-left: 24px; flex-grow: 1; flex-shrink: 1; flex-basis: 100%; min-width: 0; display: flex; flex-direction: column; row-gap: 14px; column-gap: 14px; justify-content: center; }
.lf-about__slide-title { font-weight: 600; font-size: 20px; line-height: 22px; color: var(--lf-grey-20); margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; }
.lf-about__slide-text p { font-size: 15px; line-height: 24px; color: var(--lf-grey-20); margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; }
.lf-about__slide-image { flex-grow: 1; flex-shrink: 1; flex-basis: 100%; min-height: 280px; background-size: cover; background-position: center; }
.lf-body .flexslider .slides > li { box-sizing: content-box; }
.lf-body .flex-control-nav { display: flex; flex-wrap: wrap; justify-content: center; row-gap: 12px; column-gap: 12px; position: static; margin-top: 36px; }
.lf-body .flex-control-nav li { margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; }
.lf-body .flex-control-paging li a { width: 14px; height: 14px; background: var(--lf-grey-89); box-shadow: none; }
.lf-body .flex-control-paging li a.flex-active { background: var(--lf-grey-27); }
#order-form .wpcf7-form { display: grid; row-gap: 24px; column-gap: 24px; position: relative; grid-template-columns: minmax(0, 1fr); }
.lf-cta-form__form .wpcf7-form { display: grid; row-gap: 24px; column-gap: 24px; position: relative; }
#order-form .wpcf7-form p { display: contents; }
.lf-cta-form__form .wpcf7-form p { display: contents; }
#order-form .wpcf7-form br { display: none; }
.lf-cta-form__form .wpcf7-form br { display: none; }
#order-form .wpcf7-form-control-wrap { min-width: 0; }
.lf-cta-form__form .wpcf7-form-control-wrap { min-width: 0; }
#order-form .wpcf7-spinner { position: absolute; right: 0; top: 100%; margin-top: 8px; margin-right: 0; margin-bottom: 8px; margin-left: 0; }
.lf-cta-form__form .wpcf7-spinner { position: absolute; right: 0; top: 100%; margin-top: 8px; margin-right: 0; margin-bottom: 8px; margin-left: 0; }
#order-form .wpcf7-response-output { grid-column: 1 / -1; margin-top: 12px; margin-right: 0; margin-bottom: 0; margin-left: 0; }
.lf-cta-form__form .wpcf7-response-output { grid-column: 1 / -1; margin-top: 12px; margin-right: 0; margin-bottom: 0; margin-left: 0; }
.wpcf7-form input[type="text"] { width: 100%; height: 50px; border: 1px solid var(--lf-input-border); border-radius: 4px; padding-top: 0; padding-right: 11px; padding-bottom: 0; padding-left: 11px; font-size: 16px; color: var(--lf-grey-20); background: #fff; font-family: inherit; }
.wpcf7-form input[type="tel"] { width: 100%; height: 50px; border: 1px solid var(--lf-input-border); border-radius: 4px; padding-top: 0; padding-right: 11px; padding-bottom: 0; padding-left: 11px; font-size: 16px; color: var(--lf-grey-20); background: #fff; font-family: inherit; }
.wpcf7-form input[type="email"] { width: 100%; height: 50px; border: 1px solid var(--lf-input-border); border-radius: 4px; padding-top: 0; padding-right: 11px; padding-bottom: 0; padding-left: 11px; font-size: 16px; color: var(--lf-grey-20); background: #fff; font-family: inherit; }
.wpcf7-form input[type="submit"] { width: 100%; height: 50px; border: none; border-radius: 4px; background: var(--lf-red); color: #fff; font-weight: 600; font-size: 16px; cursor: pointer; font-family: inherit; }
.wpcf7-form input[type="submit"]:hover { background: var(--lf-red-hover); }
.wpcf7-not-valid-tip { font-size: 13px; }
.wpcf7-response-output { border-radius: 4px; font-size: 14px; }
.lf-discount-cta { padding-top: 60px; padding-right: 0; padding-bottom: 60px; padding-left: 0; }
.lf-discount-cta .lf-heading { margin-bottom: 40px; }
.lf-pricing { padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; background: var(--lf-bg-light-2); }
.lf-pricing__layout { display: flex; max-width: none; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; padding-top: 0; padding-right: 20px; padding-bottom: 0; padding-left: 20px; align-items: stretch; flex-wrap: wrap; }
.lf-pricing__content { flex-grow: 1; flex-shrink: 1; flex-basis: 100%; padding-top: 40px; padding-right: 0; padding-bottom: 40px; padding-left: 0; max-width: none; min-width: 0; }
.lf-pricing__image { flex-grow: 1; flex-shrink: 1; flex-basis: 100%; min-height: 280px; background-size: cover; background-position: center; min-width: 0; }
.lf-pricing__grid { display: flex; row-gap: 20px; column-gap: 20px; margin-top: 24px; flex-wrap: wrap; }
.lf-pricing__card { flex-grow: 1; flex-shrink: 1; flex-basis: 200px; background: #fff; border: 1px solid var(--lf-border); border-radius: 4px; padding-top: 24px; padding-right: 18px; padding-bottom: 24px; padding-left: 18px; display: flex; flex-direction: column; row-gap: 18px; column-gap: 18px; }
.lf-pricing__card-head { border-bottom: 1px solid var(--lf-border); padding-bottom: 20px; display: flex; flex-direction: column; row-gap: 8px; column-gap: 8px; align-items: flex-start; text-align: left; }
.lf-pricing__card-name { font-weight: 600; font-size: 18px; color: var(--lf-grey-27); }
.lf-pricing__card-price { font-weight: 700; font-size: 22px; color: var(--lf-grey-20); }
.lf-pricing__card-text { font-size: 15px; line-height: 24px; color: var(--lf-grey-20); margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; flex-grow: 1; flex-shrink: 1; flex-basis: 0%; }
.lf-gallery { padding-top: 60px; padding-right: 0; padding-bottom: 60px; padding-left: 0; text-align: center; }
.lf-gallery .lf-heading { margin-bottom: 40px; }
.lf-gallery__item { display: block; height: auto; overflow: hidden; border-radius: 4px; cursor: zoom-in; aspect-ratio: 278 / 400; }
.lf-gallery .slides .lf-gallery__item img { width: 100%; height: 100%; object-fit: cover; }
.lf-gallery .slides > li:first-child { display: block; }
body.lf-lightbox-open { overflow: hidden; }
.lf-lightbox { width: 100vw; height: 100dvh; max-width: none; max-height: none; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 72px; padding-right: 16px; padding-bottom: 88px; padding-left: 16px; border: 0; background: rgba(21, 21, 21, .96); color: #fff; }
.lf-lightbox[open] { display: flex; align-items: center; justify-content: center; }
.lf-lightbox::backdrop { background: rgba(0, 0, 0, .8); }
.lf-lightbox__figure { margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; max-width: 100%; text-align: center; }
.lf-lightbox__image { max-width: 100%; max-height: calc(100dvh - 200px); width: auto; height: auto; margin-top: auto; margin-right: auto; margin-bottom: auto; margin-left: auto; object-fit: contain; }
.lf-lightbox__counter { margin-top: 16px; font-size: 15px; }
.lf-lightbox button { position: absolute; width: 48px; height: 48px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 4px; background: var(--lf-grey-27); color: #fff; font: inherit; font-size: 32px; line-height: 1; cursor: pointer; }
.lf-lightbox button:hover { background: var(--lf-red); }
.lf-lightbox__close { top: 16px; right: 16px; }
.lf-lightbox__prev { left: 16px; top: auto; bottom: 16px; }
.lf-lightbox__next { right: 16px; top: auto; bottom: 16px; }
.lf-cta-form { background: var(--lf-bg-light-2); }
.lf-cta-form__layout { display: flex; max-width: 1210px; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; flex-wrap: wrap; padding-top: 0; padding-right: 20px; padding-bottom: 0; padding-left: 20px; }
.lf-cta-form__content { flex-grow: 1; flex-shrink: 1; flex-basis: 100%; padding-top: 40px; padding-right: 0; padding-bottom: 40px; padding-left: 0; max-width: none; }
.lf-cta-form__content .lf-heading { text-align: left; margin-bottom: 40px; }
.lf-cta-form__image { flex-grow: 1; flex-shrink: 1; flex-basis: 100%; min-width: 0; min-height: 360px; background-size: contain; background-repeat: no-repeat; background-position: bottom center; }
.lf-plan { padding-top: 40px; padding-right: 0; padding-bottom: 40px; padding-left: 0; }
.lf-plan__grid { display: grid; grid-template-columns: minmax(0, 1fr); row-gap: 16px; column-gap: 16px; margin-top: 28px; }
.lf-plan__col { min-width: 0; padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px; background: var(--lf-bg-light-2); border: 1px solid var(--lf-border); border-radius: 4px; text-align: left; }
.lf-plan__image { width: 48px; height: 48px; object-fit: contain; filter: grayscale(1); margin-top: 0; margin-right: 0; margin-bottom: 24px; margin-left: 0; }
.lf-plan__title { font-weight: 600; font-size: 20px; line-height: 1.35; color: var(--lf-grey-27); margin-top: 0; margin-right: 0; margin-bottom: 16px; margin-left: 0; }
.lf-plan__text { font-size: 15px; line-height: 24px; color: var(--lf-grey-20); }
.lf-plan__text [style] { color: var(--lf-grey-20) !important; }
.lf-plan__text p { margin-top: 0; margin-right: 0; margin-bottom: 12px; margin-left: 0; }
.lf-plan__text p:last-child { margin-bottom: 0; }
.lf-documents { padding-top: 40px; padding-right: 0; padding-bottom: 40px; padding-left: 0; background: var(--lf-bg-light); }
.lf-documents__item p { font-size: 16px; line-height: 24px; font-weight: 600; color: var(--lf-grey-27); margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; }
.lf-group-intake { padding-top: 40px; padding-right: 0; padding-bottom: 40px; padding-left: 0; }
.lf-group-intake__table { margin-top: 40px; border: 1px solid var(--lf-border); border-radius: 4px; overflow: hidden; }
.lf-group-intake__row { display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; row-gap: 12px; column-gap: 12px; padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px; border-bottom: 1px solid var(--lf-border); }
.lf-group-intake__row:nth-child(even) { background: var(--lf-bg-light-2); }
.lf-group-intake__row:last-child { border-bottom: none; }
.lf-group-intake__cell { min-width: 0; font-size: 15px; line-height: 24px; color: var(--lf-grey-20); }
.lf-group-intake__cell--name { font-weight: 600; font-size: 18px; color: var(--lf-grey-27); grid-column: 1 / -1; }
.lf-group-intake__cell--btn .lf-btn { min-height: 44px; padding-top: 12px; padding-right: 24px; padding-bottom: 12px; padding-left: 24px; width: 100%; }
.lf-reviews { padding-top: 40px; padding-right: 0; padding-bottom: 40px; padding-left: 0; background: var(--lf-bg-light); }
.lf-reviews #reviews-slider { margin-top: 40px; }
.lf-reviews .slides > .lf-review-card { background: #fff; border: 1px solid var(--lf-border); border-radius: 4px; padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px; text-align: left; }
.lf-reviews .slides .lf-review-card__avatar { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; margin-top: 0; margin-right: 16px; margin-bottom: 0; margin-left: 0; float: left; }
.lf-review-card__name { font-weight: 600; font-size: 16px; line-height: 24px; color: var(--lf-grey-27); }
.lf-review-card__date { font-size: 13px; line-height: 24px; color: var(--lf-grey-50); margin-bottom: 24px; }
.lf-review-card__text { clear: both; font-size: 15px; line-height: 24px; color: var(--lf-grey-20); margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; overflow-wrap: anywhere; }
.lf-review-card__text--collapsed { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden; }
.lf-review-card__toggle { padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; margin-top: 16px; border: 0; background: transparent; font: inherit; font-size: 15px; font-weight: 600; color: var(--lf-red); cursor: pointer; }
.lf-review-card__toggle:hover { text-decoration: underline; }
.lf-review-card--screenshot { padding: 0; overflow: hidden; }
.lf-review-card__screenshot { display: block; width: 100%; height: auto; }
.lf-instagram { padding-top: 40px; padding-right: 0; padding-bottom: 40px; padding-left: 0; text-align: center; }
.lf-instagram__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 12px; column-gap: 12px; margin-top: 28px; margin-right: 0; margin-bottom: 32px; margin-left: 0; }
.lf-instagram__item { position: relative; display: block; aspect-ratio: 1; background-size: cover; background-position: center; border-radius: 4px; overflow: hidden; }
.lf-instagram__item-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0); opacity: 0; transition: background 0.25s ease, opacity 0.25s ease; }
.lf-instagram__item-overlay img {
    width: 28px !important;
    height: 28px !important;
    filter: brightness(1);
    transition: none;
}
.lf-instagram__item:hover .lf-instagram__item-overlay, .lf-instagram__item:focus-visible .lf-instagram__item-overlay { background: rgba(0, 0, 0, 0.4); opacity: 1; }
.lf-instagram .lf-btn { font-size: 16px; min-height: 44px; white-space: normal; }
.lf-map { padding-top: 40px; background: var(--lf-bg-light-2); }
.lf-map .lf-container { padding-bottom: 40px; }
.lf-map .lf-heading { margin-bottom: 0; }
.lf-map__iframe { display: block; width: 100%; height: 320px; }
.lf-body :is(a, button, summary):focus-visible { outline: 2px solid var(--lf-red); outline-offset: 4px; }
.lf-footer { background: var(--lf-footer-bg); padding-top: 50px; padding-right: 0; padding-bottom: 50px; padding-left: 0; color: #fff; }
.lf-footer__contact { display: flex; flex-direction: column; align-items: center; row-gap: 20px; column-gap: 20px; max-width: 680px; margin-top: 0; margin-right: auto; margin-bottom: 30px; margin-left: auto; text-align: center; }
.lf-footer__hours { font-weight: 600; font-size: 24px; line-height: 33px; }
.lf-footer__phone { font-weight: 600; font-size: 30px; color: #fff; text-decoration: none; }
.lf-footer__menu { border-top: 1px solid rgba(255, 255, 255, 0.2); padding-top: 30px; display: flex; row-gap: 40px; column-gap: 40px; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; flex-direction: column; }
.lf-footer__columns { display: flex; row-gap: 40px; column-gap: 40px; flex-wrap: wrap; flex-grow: 0; flex-shrink: 1; flex-basis: auto; justify-content: space-between; width: 100%; }
.lf-footer__column { display: flex; flex-direction: column; row-gap: 6px; column-gap: 6px; font-size: 15px; }
.lf-footer__column a { color: #fff; text-decoration: none; }
.lf-footer__column a:hover { text-decoration: underline; }
.lf-footer__column--social { row-gap: 16px; column-gap: 16px; }
.lf-footer__social-icons { display: flex; flex-direction: row; align-items: center; column-gap: 16px; row-gap: 16px; }
.lf-group-intake__cell--btn { grid-column: auto; grid-row: auto; justify-self: stretch; margin-top: 8px; }
.lf-trust-stats__item:nth-child(odd) { border-left: 0; }

@media (min-width: 601px) {
.lf-heading { font-size: 30px; line-height: 33px; }
.lf-topbar__right { width: initial; justify-content: initial; }
.lf-topbar__contact { flex-wrap: initial; }
.lf-header { align-items: center; flex-direction: initial; }
.lf-nav-toggle { display: none; }
.lf-nav { display: flex; flex-basis: auto; align-items: center; row-gap: 20px; column-gap: 20px; flex-direction: initial; }
.lf-hero__heading { font-size: 32px; }
.lf-how { padding-top: 60px; padding-bottom: 60px; }
.lf-advantages { padding-top: 60px; padding-bottom: 60px; }
.lf-how__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; column-gap: 20px; margin-top: 40px; }
.lf-trust-stats__grid { column-gap: 20px; }
.lf-documents__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; column-gap: 20px; margin-top: 40px; }
.lf-how__card { padding-top: 28px; padding-bottom: 28px; }
.lf-advantages__card { padding-top: 28px; padding-bottom: 28px; }
.lf-documents__item { padding-top: 28px; padding-bottom: 28px; }
.lf-trust-stats { padding-top: 60px; padding-bottom: 60px; }
.lf-trust-stats__item { padding-top: 16px; padding-right: 24px; padding-bottom: 16px; padding-left: 24px; }
.lf-trust-stats__value { font-size: 36px; }
.lf-advantages__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; column-gap: 20px; margin-top: 40px; }
.lf-faq { padding-top: 60px; padding-bottom: 60px; }
.lf-faq__question { font-size: 18px; }
.lf-faq__answer { padding-right: 40px; }
.lf-about__slide-text { padding-top: 32px; padding-right: 32px; padding-bottom: 32px; padding-left: 32px; flex-basis: 50%; }
.lf-about__slide-image { flex-basis: 48%; min-height: 400px; }
#order-form .wpcf7-form { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lf-gallery__item { height: 400px; aspect-ratio: initial; }
.lf-lightbox { padding-top: 64px; padding-right: 72px; padding-bottom: 64px; padding-left: 72px; }
.lf-lightbox__image { max-height: calc(100dvh - 164px); }
.lf-lightbox__prev { top: calc(50% - 24px); bottom: initial; }
.lf-lightbox__next { top: calc(50% - 24px); bottom: initial; }
.lf-plan { padding-top: 60px; padding-bottom: 60px; }
.lf-plan__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; column-gap: 20px; margin-top: 40px; }
.lf-plan__col { padding-top: 32px; padding-right: 32px; padding-bottom: 32px; padding-left: 32px; }
.lf-documents { padding-top: 60px; padding-bottom: 60px; }
.lf-group-intake { padding-top: 60px; padding-bottom: 60px; }
.lf-group-intake__row { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 16px; column-gap: 24px; }
.lf-group-intake__cell--btn .lf-btn { width: initial; }
.lf-reviews { padding-top: 60px; padding-bottom: 60px; }
.lf-reviews .slides > .lf-review-card { padding-top: 28px; padding-right: 28px; padding-bottom: 28px; padding-left: 28px; }
.lf-instagram { padding-top: 60px; padding-bottom: 60px; }
.lf-instagram__grid { row-gap: 20px; column-gap: 20px; margin-top: 40px; }
.lf-map { padding-top: 60px; }
.lf-map__iframe { height: 400px; }
.lf-group-intake__cell--btn { grid-column: 2; grid-row: 3; justify-self: end; margin-top: initial; }
}

@media (min-width: 901px) {
.lf-nav__list { flex-direction: initial; width: initial; row-gap: 0; column-gap: 20px; }
.lf-hero__heading { font-size: 44px; }
.lf-how__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lf-trust-stats__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lf-documents__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lf-advantages__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lf-about__slide-text { padding-top: 40px; padding-right: 50px; padding-bottom: 40px; padding-left: 50px; }
.lf-about__slide-image { min-height: 480px; }
.lf-pricing__layout { padding-right: 0; padding-left: max(20px, calc((100% - 1170px) / 2)); flex-wrap: initial; }
.lf-pricing__content { flex-grow: 0; flex-shrink: 0; flex-basis: 60%; padding-top: 60px; padding-right: 40px; padding-bottom: 60px; max-width: 667px; }
.lf-pricing__image { flex-basis: 40%; min-height: 400px; }
.lf-cta-form__layout { flex-wrap: nowrap; }
.lf-cta-form__content { flex-grow: 0; flex-shrink: 0; flex-basis: 469px; padding-top: 60px; padding-bottom: 60px; max-width: 469px; }
.lf-cta-form__image { flex-basis: 380px; min-height: 500px; background-position: bottom right; }
.lf-group-intake__row { grid-template-columns: 1.6fr 1fr .8fr 1fr auto; row-gap: 24px; }
.lf-group-intake__cell--name { grid-column: initial; }
.lf-instagram__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lf-footer__menu { flex-direction: initial; }
.lf-footer__columns { flex-basis: 620px; width: initial; }
.lf-group-intake__cell--btn { grid-column: initial; grid-row: initial; justify-self: initial; }
.lf-trust-stats__item:nth-child(odd) { border-left: initial; }
}

@media (min-width: 1101px) {
.lf-pricing__content { flex-basis: 667px; min-width: initial; }
.lf-pricing__image { flex-basis: 400px; min-width: initial; }
.lf-pricing__card { flex-basis: 240px; padding-top: 32px; padding-right: 26px; padding-bottom: 32px; padding-left: 26px; }
}

@media (min-width: 901px) { .lf-trust-stats__item:nth-child(n+2) { border-left: 1px solid var(--lf-border); } }

/* Real image elements allow native lazy loading and responsive source selection. */
.lf-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lf-about__slide-image, .lf-pricing__image, .lf-cta-form__image { position: relative; }
.lf-about .slides .lf-about__slide-image img, .lf-pricing__image img, .lf-cta-form__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lf-cta-form__image img { object-fit: contain; object-position: bottom center; }
.lf-instagram__item > img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.lf-instagram__item:hover > img { transform: scale(1.06); }
@media (min-width: 901px) { .lf-cta-form__image img { object-position: bottom right; } }
